Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I wonder if you can help.
I have two pie charts and 4 search filters.
I would like one pie chart to only be impacted by the 'universe' filter and the other should work for all filters,
Do you know how I can do this?
Thanks
Modify the expressions to override selections for the first. Assuming "Universe" is a field, then the expression should look something like:
=Sum({1<Universe = p(Universe)>} Amount) //override all selection except Universe.
Modify the expressions to override selections for the first. Assuming "Universe" is a field, then the expression should look something like:
=Sum({1<Universe = p(Universe)>} Amount) //override all selection except Universe.
Perfect, thank you very much!!