Greetings,
Kindly I need to know if it is possible to have an AQL advanced search where we can specify ANY username ( for example username = ANY)
I know that we can remove the username filter to get all usernames, but I have a PULSE case where we need to specify ANY username to list the event.
I have a pulse dashboard where I need to list all the events (Username parameter is ANY) and when I click on one specific event, the same dashboard will be updated based on the username (username parameter = user1)
At the moment I did a workaround using "ilike" statement and it is working as expected, but I am trying to find a solution using "=" so the search will be much faster
The workaround is to use the following syntax "username ilike '{user (% for any)}' " in my AQL search.
The default user parameter is "%" so the default search filter will be "username ilike '%' " so, in this case, all events are fetched.
When I click on any username the filter will be "username ilike 'user1'" and only events with user1 as username will be fetched.
I am looking for a solution using = and not ilike
Do you think it is possible?
Best Regards
------------------------------
Nabil Nehme
------------------------------