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: 
QSense
Creator II
Creator II

Set analysis error

Hi

In expression ,I have a set analysis like

count({<IsApprovedForPrint={’E’}, Durum!={'Deleted'),Durum!={'Degistirildi'}>} ID)

It gives error maybe ı just used != or <> for not equal but bot of them do not work

Thanks

Labels (1)
1 Solution

Accepted Solutions
QSense
Creator II
Creator II
Author

=count({<IsApprovedForPrint={"E"}, Durum={"*"}>} ID) -count({<IsApprovedForPrint={"E"}, Durum={"Deleted","Degistirildi"}>} ID)

View solution in original post

2 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi

Try this

count({<IsApprovedForPrint={’E’}, Durum<>{'Deleted','Degistirildi'}>} ID)

QSense
Creator II
Creator II
Author

=count({<IsApprovedForPrint={"E"}, Durum={"*"}>} ID) -count({<IsApprovedForPrint={"E"}, Durum={"Deleted","Degistirildi"}>} ID)