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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional

I have two charts and used a "show conditional" under layout and have an input box. I want to add a third chart that does the same thing (only shows when I select it in the input box and call it 'Sum Trendline Totals") Do I have to go into Variable overview?  

(In Show Conditional)

if(var_chart='Average Trendline Totals',1,0)

if(var_chart='All Figures',1,0)

3 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

The show condition will be?

if(var_chart='Sum Trendline Totals',1,0)

You need to add this option in the inputbox.

In the inputbox, go to settings -> Constraints and include another value in the box below the 'Listed Values' check box (that should be marked)

Hope this helps,

Erich

Not applicable
Author

Yeah I tried that. It lists it in the input box but when I select it, no chart appears.

vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

If you want to show one chart at a time by using input box then you can use only var_chart1='Sum Trendline Totals' in show condition. When you type 'Sum Trendline Totals' in input box the chart will get populated.

Regards

VIjay