Hi,
I'm trying to create a few drilldown dashboards using Go To URL, I understand that the event.points give me the current context filters, but I would also like to use the global filters of the dashboard to be passed on. How can I do that?
Thanks
A
There is a context
variable that you can expand with the json
templating function so you can put a URL template like this:
http://mydestination/event={{json event.points}}&context={{ json context.panel }}
This is documented here:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.