Hi.
I've created the following macro: sessionCount(1)
With this definition:
datamodel Test summariesonly=true search | search "TEST.date"=$date$ | stats count(exchangeId)
But when I enter this search: | `sessionCount(2021-05-18)` it doesn't work
But this search does: | datamodel Test summariesonly=true search | search "TEST.date"=2021-05-18 | stats count(exchangeId)
What am I doing wrong?
Hi @ebs
check if the macro is public or private, also check all the permissions
Regards
Alessandro
Hi @ebs
check if the macro is public or private, also check all the permissions
Regards
Alessandro
It seems it was a permissions issue, just took a while to propagate. Thank you!
I fixed the permissions, but its still not working
Hi @ebs
Can you click on the searchand digit this sequence to expand the macro?
crtl+shift+e
New in 6.6, there is now a keystroke to expand macros in the search window! Click inside your search and press cmd-shift-E (on Mac, should be shift-WIN-E on Windows) and you'll see a window like this:
and please share the screen
Regards
Alessandro