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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Claudiu_Anghelescu
Specialist
Specialist

Create Header in Pivot Table

Hello,

I want to create some headers  A, B and C like below in a Pivot Table.

Pivot table Group Expressions.PNG

I tried using ValuesList() but this function duplicate the Expressions A1, A2, A3, A4, A5 also under the header B.

So I will have the same structure in mirror for every header.

 

Also I tried using a fake table to group into dimensions my fields; here the problem it's different, seems to be ok but I cannot Suppress the NULL columns which are duplicated under other header.

 

LOAD * Inline [

A, B, C

A1, B1, C1

A2, B2, C3

A2, B3, C3

];

To help community find solutions, please don't forget to mark as correct.
1 Solution

Accepted Solutions
Claudiu_Anghelescu
Specialist
Specialist
Author

I did it, but in the same Expression all the columns.
I will make a Document with samples and I will share it here.
To help community find solutions, please don't forget to mark as correct.

View solution in original post

5 Replies
Anil_Babu_Samineni

Check if that helps?

https://community.qlik.com/t5/New-to-QlikView/is-this-possible-in-Pivot/m-p/1557064#M371752

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Shubham_Deshmukh
Specialist
Specialist

you able to achieve this?

rg.png

If yes, let me know exactly how?

Claudiu_Anghelescu
Specialist
Specialist
Author

Unfourtunately no.
I made something with a single Expression and a nested IF but being a single Expression I'm not able to put conditional colors for each column.
To help community find solutions, please don't forget to mark as correct.
Claudiu_Anghelescu
Specialist
Specialist
Author

I did it, but in the same Expression all the columns.
I will make a Document with samples and I will share it here.
To help community find solutions, please don't forget to mark as correct.
Claudiu_Anghelescu
Specialist
Specialist
Author

See here my work

To help community find solutions, please don't forget to mark as correct.