If {table.date} > currentdate-31 then
"30 days or less"
else
If {table.date} <= currentdate-31
and
{table.date} >= currentdate-60 then
"30 to 60 days"
else
If {table.date} < currentdate-60 then
"60 days or more"
and use that.
It's hard to say though, you'd be better served to supply example data and expected output.
Other conditions are by castypes, case open. Output should show how many cases of particular case type have been open each time period (eg. 30 to 60 days).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.