Skip to main content
Announcements
Join us on Sept. 17 to hear how our new GenAI Assistant empowers data professionals: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
YanivZi
Contributor III
Contributor III

Add action with value

I am using qlik sense bundle  "Variable Input" which changes the variable with another like this $(vA)=$(vB) and its works fine. Now i want to add another thing that will change the text on another widget based on the variable. So if $(vB)  is selected then my text will be "Team Bravo". Can i add another code line after the changes that will change another varible value and use it in the text widget?

like this in value fileld:

= $(vB); $(vX)="Bravo";

OR 

= if(1=1,=$(vB) & (vX)="Bravo")

I am new to QS but have some skills in JS hense the synax....

Labels (1)
0 Replies