Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
Need your help. I Have two graphics with information and for default show data in both.
I need display in blank the Graph 2 and only display data when i select one piece of the graphic 1.
Sorry, my english is not good.
Graph1
Graph 2
You may use show condition in property of second chart (under tab, Layout). Instead of "Always" show, you may choose "conditional" with expression: len(GetFieldSelections([Peaje P field]))>0, where [Peaje P field] is the field used as dimension in the first chart.
Hi Jose,
PFA
Hi Jose,
have a look at the attached sample.
hope this helps!
Thanks!!!.. Its work