Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jose_vargas
Creator
Creator

How to display data un graphics when i select another graphic

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

Graphics1.jpg

Graph 2

Graphics2.jpg

3 Replies
Anonymous
Not applicable

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.

sunny_talwar

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

jose_vargas
Creator
Creator
Author

Thanks.

I used:

=GetSelectedCount(Desc_Localizacion)>=1

'>=1' for select more than one.

thanks