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: 
Anonymous
Not applicable

Transform Field to row

Hello,

I have data

Capture.JPG

I want to transform tagID from column to row

Capture.JPG

Please see my attached files.

Thanks,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I got it

Generic

LOAD respondentID,    comeTime, 

    'question' &questionID,

    tagID;

View solution in original post

4 Replies
Anonymous
Not applicable
Author

If I use Generic LOAD, I have thounds tables.

Not applicable
Author

Explain better what you want !!

Anonymous
Not applicable
Author

Each respondent has 2 rows. I want to have for each respondent all value in 1 row.http://community.qlik.com/servlet/JiveServlet/showImage/2-346763-41192/Capture.JPG

TO

http://community.qlik.com/servlet/JiveServlet/showImage/2-346763-41194/Capture.JPG

If questionID=1, value of tagID should be in Field questionID1

If questionID=3, value of tagID should be in Field questionID3

Thanks,

Anonymous
Not applicable
Author

I got it

Generic

LOAD respondentID,    comeTime, 

    'question' &questionID,

    tagID;