Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have requirement like below in Qlikview:
The Percent Sum is like Sales for Each Region divided by Sales for all Region.
Please help.
Thanks,
Sarif
Maybe:
Sum(Sales)/Sum(TOTAL Sales)
Hi Bacius,
Is TOTAL a function ?
Please help.
Thanks,
Sarif
Yes.
It gives sum of Sales for all Region
Regards,
Prashant
May be like this,
Sum(total <RGN> Sales)/Sum(TOTAL Sales)
TOTAL is a qualifier that helps calculation in chart to disregard dimensions. For detailed explanation read it here: Keywords : TOTAL, ALL & DISTINCT
Or
Sum(Sales)/Sum(TOTAL <RGN> Sales)