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: 
Not applicable

Table distribution in QV

Hi, I have a table shown as below.

yearProductSale
2011APercentile(A,0.5)
2011BPercentile(B,0.5)
2011CPercentile(C,0.5)
2009APercentile(A,0.5)
2009BPercentile(B,0.5)
2009CPercentile(C,0.5)
2008APercentile(A,0.5)

How can i switch it to the table shown like this?

dateABC
2011Percentile(A,0.5)Percentile(B,0.5)Percentile(C,0.5)
2009Percentile(A,0.5)Percentile(B,0.5)Percentile(C,0.5)
2008Percentile(A,0.5)Percentile(B,0.5)Percentile(C,0.5)

Thanks so much!

11 Replies
Not applicable
Author

Hi, another additional question need your help...

2222.jpg

How could I remove the 'Product' column? Since I use the pivot table...

alexandros17
Partner - Champion III
Partner - Champion III

you cannot hide it because you have a pivot ... the only way is to delete it from dimension and for each expression use aggr( ....., Product)