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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Distinct(count)

Hi, Capture.JPG

So the above is what I have right now. The bottom table is fine, but I need to change the first one. Instead of counting how many days were spent in each status, I want to count how many sales doc #s spent any amount of time in those statuses. For example, if 10 sales doc spent 2 days each in Delivery Block, it would say 10 next to delivery block. I was trying to use aggr and count but I am having trouble getting the expression right. The first one is a straight table and the second is a pivot table.

Thank you!

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe

=Count( Distinct [Sales Doc.])

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe

=Count( Distinct [Sales Doc.])

Not applicable
Author

I definitely over thought that one. Thank you!