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: 
srirangavaram
Contributor
Contributor

Qlik

I need to achieve the following,

How to delimit the field which is combined in apply map. Please help.

3 Replies
avinashelite
MVP
MVP

Did not get your question , add some sample data and illustrate what your trying to achieve 

srirangavaram
Contributor
Contributor
Author

HI,

There are 3 fields in mapping table, one is mapping id, remaining two fields were combined to achieve applymap. 

Mapping table                       Destination table

id                                                  Loc_Reg

location& '/'& region

as Loc_Reg

I want Loc_Reg  field to  region and location in the destination table.

avinashelite
MVP
MVP

Try like this 

SubField(Loc_Reg,'/',1) as Location,

SubField(Loc_Reg,'/',2) as Region,