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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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


talk is cheap, supply exceeds demand