Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

About mapping

Hi All Expert,

Can mapping table suport partial mapping?

Take an example:

RecordTb:
mapping load * Inline
[City,Name
'BJ*','BJ'
'Beijing','BJ'
];


map Locale using RecordTb;

load * Inline
[Locale
"BJ123"
"BJ12345"
"Beijing"
];

What I want to get is: I want to the Locale whose first 2 letters with BJ can be replaced by BJ.

How to achieve it?

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Use Rob Wunderlich's wildcard mapping from his Qlikview Cookbook or Qlikview Components library.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Use Rob Wunderlich's wildcard mapping from his Qlikview Cookbook or Qlikview Components library.


talk is cheap, supply exceeds demand