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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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