Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want a count of tickets that are closed in less than 1 day. I have tried 'Count(myfield)<1' but I am coming up empty.
The field I am using shows the difference between 2 dates and is in D format. I just want a total of everything that is closed in less that 1.
Can anyone help please?
Thank you
You may try this: Count({< myfield = {"<1"}>} myfield)
You may try this: Count({< myfield = {"<1"}>} myfield)
Thank you Marcus