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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sugarp
Contributor II
Contributor II

Calculation

How to calculate

Unique ID COUNT where
[1] Status = open
AND
[2] phase = contract
AND
(Sum of [3] reporting = Overdue) > 0 = excepted
AND NOT
[4] Title = open Review

Labels (1)
1 Reply
Lakshminarayanan_J
Creator
Creator

@Sugarp 

Kindly check on the below expression,

COUNT({$<[Status] = {'Open'},Phase={'contract'},Title={'open Review'}>} DISTINCT  ID)

 Your [3] condition is not clear,

 If you are checking overdue >0 , then write the if condition for it followed by above expression

Lakshminarayanan J
To help users find verified answers, please don't forget to use the "Accept as Solution" button