Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: 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

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

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!