Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
wanyunyang
Creator III
Creator III

Numbers don't stay consistent in pivot table

Hi guys,

I created a pivot table in Qlik sense recording net sales of each sales rep. The first dimension is sales rep, second is customer. When I expand the first dimension (click "+" next to sales rep), net sales numbers change. Why the numbers don't stay consistent?

Thanks in advance!

12 Replies
isingh30
Specialist
Specialist

Check this -

How to use - Dimensionality()

Thanks.

wanyunyang
Creator III
Creator III
Author

I unchecked them. I don't want them to show, but when pivot table is closed, the numbers still include those net sales.

juraj_misina
Partner Ambassador Affiliate
Partner Ambassador Affiliate

OK, then you can try

SUM({<SalesRep*={"*"}, Customer*={"*"}>}Aggr(SUM({<SalesRep*={"*"}, Customer*={"*"}>} NetSales), [OrderNo]))

Although I think you should be perfectly ok with a simple

Sum(NetSales)