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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
ajaymehtaece
Contributor
Contributor

Change a variable using Button

Hi All,

I am trying to create a button and set a variable .I need to set variable value 1 when button is active,if button is inactive then set that variable 0. how to achieve this.

Thanks,

Ajay

1 Reply
namratam3
Contributor II
Contributor II

create  variable for example(vtry ) then by using  button's action properties(external -set variable) try something like=if(vtry=0,1,0)  in value tab.