Hi
How to reference user dashboard selection (new UX) in module:
Let’s say “USA” region is selected in any synced graph in the new UX, and this is reflected in the region context filter at the top of UX page.
How do I reference the selected value “USA” in a module?
A simple formula for me would be “if [selected value] = “USA” THEN 1 ELSE 0”. I’d like to see the result 1 in my module when the user selects USA.
Thanks
Declan