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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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...