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: 
Akina0929
Creator
Creator

how to Transpose the column?

Hi

I  have  table that consist two columns

             field1        field2

               1              A,B,C

               2              D,E,F

From above table I need output like below

              field1        field2

               1              A

               1              B

               1              C

               2              D

                2             E

                 2            F

Thanking you,

1 Solution

Accepted Solutions
Anonymous
Not applicable

     SubField(field2, ',') as field2

View solution in original post

6 Replies
Anonymous
Not applicable

     SubField(field2, ',') as field2

sunny_talwar

Akina0929
Creator
Creator
Author

Thank you,

  got it

Anonymous
Not applicable

please close the query (discussion ) by clicking on "answered "

Akina0929
Creator
Creator
Author

Hi,

    Where is that option "answered",sorry I didn't find.

Thanking you,

Not applicable

Click on ur question once and see the options