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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

Script help!!!

Hi Folks ,

Need count for below, for two conditions :

=(if (match([ECO state],'Define Components','Design Work')

and if(NoOfDays>0)

Kindly suggest!

Thanks,

AS

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

count({<[ECO state]={'Define Components','Design Work'},NoOfDays={">0"}>}NoOfDays)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

count({<[ECO state]={'Define Components','Design Work'},NoOfDays={">0"}>}NoOfDays)


talk is cheap, supply exceeds demand
amit_saini
Master III
Master III
Author

Thank u Sir!