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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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