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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
danieldors
Contributor III
Contributor III

Set Analysis

Hello,

I'm trying to count the number of Access Numbers when values for Unrun_Drivers =1 and Expedited=Y, currently it is only counting the Unrun_Drivers.

 

count({<Unrun_Drivers={'1'},expedited={'Y'}>}distinct [Access Number])

 

Thank you

1 Solution

Accepted Solutions
Or
MVP
MVP

I'm not sure if it's a typo in your post or in the original formula, but the set analysis reads expedited (lowercase 'e'( instead of Expedited (Uppercase 'E'). As ever, Qlik is case sensitive.

View solution in original post

2 Replies
Or
MVP
MVP

I'm not sure if it's a typo in your post or in the original formula, but the set analysis reads expedited (lowercase 'e'( instead of Expedited (Uppercase 'E'). As ever, Qlik is case sensitive.

danieldors
Contributor III
Contributor III
Author

Thank you that fixed it.