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

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

How display a graphic when i select another value of graphics

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

Graphics1.jpg

Graph 2

Graphics2.jpg

1 Solution

Accepted Solutions
susovan
Partner - Specialist
Partner - Specialist

Hi Jose,

PFA

Warm Regards,
Susovan

View solution in original post

4 Replies
Not applicable

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.

susovan
Partner - Specialist
Partner - Specialist

Hi Jose,

PFA

Warm Regards,
Susovan
Frank_Hartmann
Master II
Master II

Hi Jose,

have a look at the attached sample.

hope this helps!

jose_vargas
Creator
Creator
Author

Thanks!!!.. Its work