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: 
Not applicable

Set analysis - subtraction

Hello,

I have an expression that gives me number of not executed processes in a selected time period. I can get the count accurate. However, am not able to get to the actual "process_id" that are not executed.

=count({<start_time=>}process_id) - count(DISTINCT If(Aggr(NODISTINCT Max({$<reviewed_status= >}start_time), process_id) = start_time, process_id))

For example, in my process table I have 5 proceses, and only 4 of them have a row in process_execution table for a given start time, I need to get to the 5th process_id that has now row in the process_execution table.

Thanks in advance for any help,

Shilpa

0 Replies