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.
graph 1
Graph 2
Hi,
The condition to display graphic 2 with condition " select one piece of the graphic 1", what "one piece" do you mean here? One of "Peaje P1" or ""Peaje P1""? What is the field name of the field hold these "Peaje P1" like values?
Suppose the field with "Peaje" values is FIELD, then you can add the expression "count(Distinct(FIELD))=1" in
"Layout" tab -> Show-> select "Conditional" in the properties in graphic 2.
Hope this is what you want.
You can use a calculation condition or layout condition of something like this
=GetSelectedCount(DimensionNameFrom1stGraphic) = 1
Here DimensionNameFrom1stGraphic is a placeholder for the dimension name you have used in your first graphic
Thanks.
I used:
=GetSelectedCount(Desc_Localizacion)>=1
'>=1' for select more than one.
thanks