Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to create some headers A, B and C like below in a Pivot Table.
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
];
Check if that helps?
https://community.qlik.com/t5/New-to-QlikView/is-this-possible-in-Pivot/m-p/1557064#M371752
you able to achieve this?
If yes, let me know exactly how?
See here my work