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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

apply map

hi guys,

i have data from inline load is it possible to use apply map function on that load. if yes then how...

3 Replies
tresesco
MVP
MVP

map1:

mapping load * inline [ 

x, y 

1, one

2, two

3, three ] ;

Final:

          Load Field1,

                    ApplyMap('map1', Field2) as Mapped

          From <>;

rajat2392
Partner - Creator III
Partner - Creator III

Hi Akash,

Yes again you can apply ApplyMap function also on Inline table same as for a normal table.

Your Inline table must have one column on which you want to do the mapping and the other column and the inline table should have a name. See the attached file

Regards

Rajat

Not applicable
Author

hi please go through  this link below

http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/