Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

How to Change value of a variable based on variable used for Input Box ?

Hi All ,

How to Change is value of a variable based on variable used for Input Box ?

If in vZone  value Z1 is selected then variable vCountry should be populated with value Russia

if Z2 then vCountry as CR

if Z3 then vCountry as USA

Thanks & Regards

Shekar

1 Solution

Accepted Solutions
Kushal_Chawda

in variable vCounty write below expression

=Pick(Match(vZone,'Z1','Z2','Z3'),'Russia','CR','USA')

View solution in original post

1 Reply
Kushal_Chawda

in variable vCounty write below expression

=Pick(Match(vZone,'Z1','Z2','Z3'),'Russia','CR','USA')