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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

help me

can anybody help me out in solving this?

input table is

Name
1A,B,C
2D
3E,F

i want output as

IDname
1A
1B
1C
2D
3E
3F
1 Solution

Accepted Solutions
Colin-Albert
Partner - Champion
Partner - Champion

Use the subfield() function for the Name data

load

     ID,

     subfield(Name, ',') as Name

....

View solution in original post

3 Replies
Colin-Albert
Partner - Champion
Partner - Champion

Use the subfield() function for the Name data

load

     ID,

     subfield(Name, ',') as Name

....

MK_QSL
MVP
MVP

Load

     ID,

     Subfield(Name,',') as name

From FileName;

PrashantSangle

Hi,

Please this discussion.

Problem with field

http://community.qlik.com/message/479696

It have lots of solution as per your requirements,

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂