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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ml8
Contributor
Contributor

Map a variable output to a mapping table

Hi

I am trying to work out whether I can map a variable value to a table to get a new value.

eg

  1. In the front end I have an input box for a numeric variable 
  2. in the back end I have a table which has 2 columns "values" and "words".
  3. I want something to update in the front end reflecting the variable output

in excel I would do this

vlookup(Variable ("Values"),Table,2 ("Words"),0)

 

is this something that can be incorporated in the script, or can I do it in a measure?

Labels (2)
1 Reply
Ksrinivasan
Specialist
Specialist

hi, 

good requirement,

ksrinivasan