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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

No option like this.

You can use two maps or maybe a join instead.

View solution in original post

2 Replies
Clever_Anjos
Support
Support

An workaround is concatenate your desired fields

LOAD

    Category & Agreement as Search

    yourexpression

resident yourtable

swuehl
Champion III
Champion III

No option like this.

You can use two maps or maybe a join instead.