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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Hunky_Cat
Contributor
Contributor

Convert a table

 

 

Hi, I need to convert a table from left image to right.

I tried using code from https://community.qlik.com/t5/QlikView-App-Dev/crosstable-reversed/td-p/446395

But it's not working because of the '/' I suppose. Could you help find a way to solve this?

 

IMG_20230421_110846_365.jpgIMG_20230421_110841_941.jpg

Labels (1)
6 Replies
hic
Former Employee
Former Employee

Use

Crosstable (class, feature)
Load SKU, "a/q", "b/q", "c/e", "d/r", "e/t", "f/y" From ...

See also https://community.qlik.com/t5/Design/The-Crosstable-Load/ba-p/1468083

Hunky_Cat
Contributor
Contributor
Author

Thank you for your advice, but I need exactly the opposite of what the cross table does

MarcoWedel
MVP
MVP

Hunky_Cat
Contributor
Contributor
Author

Generic will give me 3 separate tables, I need just one combined. And I have much more data so It has to be some sort of cycle

 

Sabrina_V
Partner - Creator II
Partner - Creator II

MarcoWedel
MVP
MVP