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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
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')