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: 
sifatnabil
Specialist
Specialist

Direct discovery with mapping tables

Hi all,

I have a one table in the load script which has many applymap() functions and also if statements in it. Is it possible to implement Direct Discovery with this? Something like this:

DIRECT QUERY DIMENSION

USER_NAME,

applymap() as Column1,

if(Column1='X','ABB') as Column2,

etc.

0 Replies