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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
p_noindl
Partner - Contributor III
Partner - Contributor III

Total of expression in straight table vs. pivot table

I have a problem with totals in straight/pivot tables - anyone has an idea how to solve it. Example attached.

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

For Pivot table use the expression as

=Count({<Customer={"=count(Visits) >= Sum (Target)"}>} DISTINCT Customer)

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

For Pivot table use the expression as

=Count({<Customer={"=count(Visits) >= Sum (Target)"}>} DISTINCT Customer)

p_noindl
Partner - Contributor III
Partner - Contributor III
Author

Hi,

many thanks!