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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
matthewjbryant
Creator II
Creator II

Count All Days in Selection Regardless of non-Date Selections

I want to be able to select a WC (Work Centre) and see how much quantity was produce in a date range, but I also want to know how many days that WC could have been active. The sort of thing I want to see is this, but it is hard coded on the attached QVW.

I suspect the solution is either Aggr or a cleaver Set Analysis, but I'm, at a loss.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe

count(TOTAL DISTINCT Date)

View solution in original post

3 Replies
maxgro
MVP
MVP

maybe

count(TOTAL DISTINCT Date)

matthewjbryant
Creator II
Creator II
Author

Are you kidding me? It's THAT easy?! That TOTAL qualifier is very nice!