Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count items in pivot table and show it in the total line

Hi, I would like to present a pivot table shows sales Qty (only if it's over a hundred) per designer, product number and sale date.

In the total line I would like to show something else: the number of the cells populated with sales values.

Example attached.

Thanks

2 Replies
Not applicable
Author

Hi,

I suggest you to use Dimensionality() function. It lets you to identify where is the total row.

MIlda

Anonymous
Not applicable
Author

Hi Meital,

Try this

=count([Sale Date])

as expression.

Regards,

Nandha