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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Displaying count of fields in column

I am using a straight table. I have 2 columns. 1st column is 4 quadrants. Second column is the product lines. Each quadrant has a number of product lines. Both are dimension. Instead of displaying the names of the product lines, I want to display the number of product lines for each quadrant. So, under Product Line, instead of names, it will display the number. the Expressions will display sum of revenue for each quadrant. Thanks for your help.

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

Remove Product as a dimension and replace with an expression Count(DISTINCT Product). Then a simple Sum(Revenue) for your second dimension.

Hope this helps,

Jason