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: 
andreminnaar
Contributor II
Contributor II

Transposing one field in a table

Hi Guys

If I have the following data

LOAD * INLINE [
Animal, Food
Worm, Apple
Worm, Peach
Worm, Banana
Frog, Crickets
Frog, Fruit Flies
];

but I want the data in the following format

LOAD * INLINE [
Animal, Food1, Food2, Food3
Worm, Apple, Peach, Banana
Frog , Crickets, Fruit Flies
];

is there a way to do something like this?

 

Labels (2)
1 Reply
marcus_sommer

Take a look here: The Generic Load - Qlik Community - 1473470

- Marcus