Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
nirajagarwal
Contributor
Contributor

Set Analysis issue

Hello,

I am having a field in table for which i am using below expression

Count(DISTINCT{<[AuditSheetLabel] = {"=Sum({<AuditTimestamp = {[*]}, AuditType ={'Sheet'}>} Audit_Count) > 0"}>} [AuditSheetLabel])

so what happening here is this expression doesnt give me proper output but once I select any record from the table it gives me proper output.

could you please tell me what am I missing here.

1 Reply
lfetensini
Partner - Creator II
Partner - Creator II

Remove {[*]} from AuditTimestamp

Count(DISTINCT
{<
[AuditSheetLabel] = {"=Sum({<AuditTimestamp =, AuditType = {'Sheet'}>} Audit_Count) > 0"}
>}
[AuditSheetLabel])
Support your colleagues. Remember to "like" the answers that are helpful to you and flag as "solved" the one that helped you solve. Cheers.