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

Data Load Problem

Hi All,

I have some data layed out like this

Territory              Towns

1                              A,B,C,F

2                              G,Y,W,E

What I want to do it transform it to this…

Territory              Town

1                              A

1                              B

1                              C

1                              F

2                              G

2                              Y

2                              W

2                              E

Any ideas how I can do this?

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Load Territory, subfield(Towns, ',') as Town

Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Load Territory, subfield(Towns, ',') as Town

Rob

jagan
Partner - Champion III
Partner - Champion III

Hi,

Hope the attached file helps you.

Regards,

Jagan.