Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
arethaking
Creator II
Creator II

How to show a default Button

Hi Qlikians,

I have used 4 buttons for 4 charts in a chart.

I want to show by default - Chart 1 /Button 1 should be shown while opening the application.

How to do this?

Condition used in the Button1>  Actions>SetVariable>  Variable=vShowChart  and Value= 'Chart1' 

Condition used in the Chart1>  LayOut>  Conditional    =vShowChart = 'Chart1' 

1 Solution

Accepted Solutions
sunny_talwar

Add an OnOpen Trigger which should have the same action as your Button1 >SetVariable>  Variable=vShowChart  and Value= 'Chart1'

View solution in original post

1 Reply
sunny_talwar

Add an OnOpen Trigger which should have the same action as your Button1 >SetVariable>  Variable=vShowChart  and Value= 'Chart1'