Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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.