Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ApplyMap() with multiple columns in the lookup file?

Hi, how do I use ApplyMap with multiple columns in the lookup file?

MappingIdLkupCategoryAgreement
1001Exchange TradedYes
1002Over the CounterNo
1003ExoticsNo
1004Exchange TradedYes
1005Exchange TradedYes

I want to map ID and pull in both Category and Agreement as two columns.  But I don't want to have to use two separate Lookup files.

Is there an option in ApplyMap() that tells it to look in col1, col2, etc. when pulling in data?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

No option like this.

You can use two maps or maybe a join instead.

View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

An workaround is concatenate your desired fields

LOAD

    Category & Agreement as Search

    yourexpression

resident yourtable

swuehl
MVP
MVP

No option like this.

You can use two maps or maybe a join instead.