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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

Input Box query!

hi,

created input box on variable,predefined listed values are present,good,excellent but,

when ever selected present from listed box need to asign value as 0 to varibale,

if in case good selected  from listed box need to asign value as 20 to varibale(same variable),

if in case excellent selected  from listed box need to asign value as 30 to varibale(same variable).

note:useing  that variable to calculate backend calculation on chart accordingly selections from list box.

thanks in advace

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You need a second variable to 'translate' the present/good/excellent value into 10/20/30

vSecondVariable: 10*match(vFirstVariable, 'present','good','excellent')


talk is cheap, supply exceeds demand