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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mapping a value based on selection

Hi - I have a list box showing months (MonthCd) as, '2009M01', '2009M02',... I have a slider showing months (MonthNm) as 'Jan-09', 'Feb-09'.... I have a table loaded with MonthCd and MonthNm. I also have the MonthCd saved in a variable (v_MonthCd) when MonthCd is selected. I would like to set MonthNm to the corresponding value based on whatever is in my variable, v_MonthCd. So, if '2009M01' is selected, v_MonthCd will be '2009M01', I want to automatically set MonthNm to 'Jan-09' on my Slider object. I want to do this in a macro. I am on QV 8.2. Thank you. -Najma

1 Reply
Not applicable
Author

Further explanation - I use the list box for MonthCd for data reload purpose, where MonthNm on slider is being used for analysis after the reload.