Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

Use the subfield() function for the Name data

load

     ID,

     subfield(Name, ',') as Name

....

View solution in original post

3 Replies
Colin-Albert

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 🙂