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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
royal_87
Partner - Contributor III
Partner - Contributor III

convert values from row to field name

Hi!

How do I take the first field values and convert them to distinct field names

Example if I have this table

namevalues
sweden3
sweden2
denmark3
germany8
usa5
usa5
usa6

Then I want it to bee like this

swedendenmarkgermanyusa
3385
25
6

Is this possible?

1 Solution

Accepted Solutions
vamsee
Specialist
Specialist

2 Replies
vamsee
Specialist
Specialist

Try

Generic Load


The Generic Load  

royal_87
Partner - Contributor III
Partner - Contributor III
Author

Thanks! Generic Load was what I was looking for