This content has been marked as final.
Show 2 replies
-
Re: Count based on Aging and other conditions
Sunny Talwar Jun 28, 2017 12:01 PM (in response to Reiko Hayami)May be this
Count({1<StateValue={"Active"}>} If(Today()-IncidentDate<25 and Today()-IncidentDate >=15,1))
Count({1<StateValue={"Active"}>} If(Today()-IncidentDate<35 and Today()-IncidentDate >=25,1))
and so on....
-
Re: Count based on Aging and other conditions
Reiko Hayami Jun 28, 2017 12:11 PM (in response to Reiko Hayami)Amazing! Thanks again