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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Louveduval
Creator
Creator

grouped many column in one

Hello , 

I'm sorry to bother you. I recieve a durty data with many column for un same class . 
For job  I ve  a PK  ,

"Aménagement intérieur", yes / no 
"Bois et dérivés", yes / no 
Chauffage, yes / no 
Couverture, yes / no 
Cuisine, yes / no  
and 13 other yes / no 

So I want  to avoid a IF  "Aménagement intérieur"= yes , job = "Aménagement intérieur", if "Bois et dérivés"=yes , job = "Bois et dérivés", ..... 
But I don't now how to use a wild map or a mapping to  have a table with the PK and job 

Can you help me ? 

Labels (5)
1 Solution

Accepted Solutions
Louveduval
Creator
Creator
Author

Finally I've made a cross table as temp and after a new table with a where >0  close 

View solution in original post

4 Replies
MarcoWedel

Please post some sample data and your expected result.

Louveduval
Creator
Creator
Author

Louveduval_1-1681900444520.png

 

Louveduval_0-1681900407504.png

 

And just have 

job:

Load
"Réf. maitre",

job

ROM [lib://ORCAB lecteur S (orcab_fabien.airiau)/INFORMATIQUE/PUBLIC/SALON/QLIK_Exposants_Global-202304131427.xls]
(html, codepage is 28591, embedded labels, table is @1);

 

And have  

"Réf. maitre",job

Bois et dérivés

Bois et dérivés

3  Couverture

 

 

Louveduval
Creator
Creator
Author

help :3

Louveduval
Creator
Creator
Author

Finally I've made a cross table as temp and after a new table with a where >0  close