Hi all,
starting from a piechart, selecting on a portion of it I’d like to open a new window to show within a table the content of my source dataset filtered just for the category selected in the piechart.
Is it feasible?
I have defined an URL action, my problem is how to dynamically assign the value (of the selected portion) to the parameter which will be used within the table for the filter.
Here the sintax used:
url#p.parameter_name=“value to use in the filter”
How can I dynamically assign to “value to use in the filter” the category selected from the cursor?
Thanks in advance