This content has been marked as final.
Show 3 replies
-
Re: Getting error in set expression and don't know why.
Sunny Talwar Apr 5, 2018 2:57 PM (in response to Alan Schmeelk)Are you looking for one of these?
Count({<DaysOverDue = {1}>} DISTINCT Work_Order_Number)
or
Count({<DaysOverDue = {">1"}>} DISTINCT Work_Order_Number)
-
Re: Getting error in set expression and don't know why.
Alan Schmeelk Apr 5, 2018 3:47 PM (in response to Sunny Talwar )The latter of the two. ok so the > has to be in the braces with the cardinal number and in quotes. I didn't realize that. Thank you!
-
Re: Getting error in set expression and don't know why.
Sunny Talwar Apr 5, 2018 3:50 PM (in response to Alan Schmeelk)Yup
-
-