Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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