Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using Pivot table to show this type of excel data. The two dimension are Math and Percentage. My problem is that how can we show coulmn Average which contains average of only Percentage ,not Math. I also want to show Sum of all Percentage in last Row.
How can we achieve this in Qlikview.
Regards,
Samay
see att file
it's almost exact what you want
i believe one extra row with Math in total will not be a problem:)
could you send small sample qvw file?
I have uploaded my sample file.
Sorry for Typo. I want to say that two expression are Math and Percentage in my preivous comment
first case you can make by :
=if(Dimensionality()=2, Sum (Math),'')
as an expression
Hi Pari,
Thanks for your quick reply.i tried ur solution but it does not work.
I want the same representation in qlikview as it is in attached image.i have to show only Avg of Percentage in Coulmn I , and Sum of Total percentage as in Row 13.
see att file
it's almost exact what you want
i believe one extra row with Math in total will not be a problem:)
thanks pari for your reply. this is exactly what i wanted. Thanks a lot again..:)