Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Total for Count in Pivot table

Hi,

Can somebody tell me how to change the formula to sum all rows in this pivot table?

Thanks

MonthYear Count({$<Year = {2010}>} DISTINCT No.C)
Jan-201039
Feb-201042
Mar-201042
Apr-201052
May-201052
Jun-201052
Jul-201052
Aug-201052
Sep-201052
Total52


1 Solution

Accepted Solutions
johnw
Champion III
Champion III

I believe this:

sum(aggr(count({<Year={2010}>} distinct No.C),MonthYear))

View solution in original post

3 Replies
johnw
Champion III
Champion III

I believe this:

sum(aggr(count({<Year={2010}>} distinct No.C),MonthYear))

Not applicable
Author

Thanks a lot John.

Not applicable
Author

Hi,

i am new in qlikview system.Please help me regarding my concern.

Can anybody tell me what should be the exact formula?

The delivery qty.and quantity reduced should be the same quantity.The formula of delivery quantity is correct.

This is my formula - Sum (DISTINCT ([QUANTITY REDUCED]))

Please see attached file.

The table should be like this.

DELIVERY  QUANTITYQUANTITY REDUCED
22
11
11

Thanks a lot.