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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

wildcard with mapping

Hi,

I am thinking about mapping several strings which has the same starting 'ABC' ,for example, to one string. Is it possible to use wildcard here?

MyMap:

mapping load * inline [k,v

'ABC*','abc'

......

];

Thanks!

-dihui

1 Solution

Accepted Solutions
Not applicable
Author

You can use mapsubstring() function...

View solution in original post

1 Reply
Not applicable
Author

You can use mapsubstring() function...