Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hy everybody.
Below is the excel file and I need to calculate in qlikview the column "Total Qty" and "Qty %".
Total Qty is the total sum of product grouped by Category.
Qty % is the sum of product / total sum of product grouped by Category
In qlikview I need to create a table with only dimension Product and expression "Total Qty" and "Qty %"
In attached my qvw file where I try to calculate "Total Qty" and "Qty %" but it dosnt work.
The expression that I create is:
SUM(Qty)/aggr(SUM( Qty),Category)
Can you help me?
Thanks