Hello,
I have an eval if condition in my dashboard for my drilldown:
if('category'=="Total", "search ageGroup=*", where ageGroup='group_token')
I pass this line of search to a query on another dashboard. If the user clicks on 'Total' on the table, it will search everything for all age groups. If the user clicks on a particular age group, it will need to search the ageGroup in $group_token$.
This isn't working fine. How do I pass group_token to the search string to the other dashboard?
↧