Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Applyload

Can we include wildcard in the load inline / applymap??

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

No, you can't use wildcards in the traditional qlikview MAPPING. But you can simulate it as shown in this example:

Qlikview Cookbook: Mapping With Wildcards http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/

Or using Qlikview Components

CALL Qvc.CreateWildmapExpression()

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

No, you can't use wildcards in the traditional qlikview MAPPING. But you can simulate it as shown in this example:

Qlikview Cookbook: Mapping With Wildcards http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/

Or using Qlikview Components

CALL Qvc.CreateWildmapExpression()

-Rob

Not applicable
Author

Thanks for your help. I somewhat followed your suggestion and it worked!!!...