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

How to write set expression?

  how to write set expression for below code

count ({<BusinessProcessStatus={'New'} DepartmentGUID)

Labels (1)
7 Replies
newqlikie
Creator
Creator

Hi,

try this:

count ({$<BusinessProcessStatus={'New'}>} DepartmentGUID)

Regards

nizamsha
Specialist II
Specialist II

=count({$<BusinessprocessStatus={"New"}>}departmentguid)

Not applicable
Author

Hi thanks

its working fine

but i want distinct department guid.

thanks

newqlikie
Creator
Creator

=count({$<BusinessprocessStatus={"New"}>}distinct(departmentguid))

Not applicable
Author

count(DISTINCT{$<BusinessprocessStatus={"New"}>}departmentguid)

nizamsha
Specialist II
Specialist II

count(DISTINCT{$<BusinessprocessStatus={"New"}>}departmentguid

Not applicable
Author

try this

=count(Distinct  {$<BusinessprocessStatus={"New"}>}departmentguid)