Hello,
I am trying to group the age of cases in my database. The field called "Age" is numeric and can equal 1-150 (in days) depending on the date when a ticket was created.
What I am trying to do is group into 5 categories, <1 day, <3 days and > 1, <5 days and > 3.....etc
I would like to get the count and then put into a graph.
<1 day = 150 cases
< 3 day > 1 = 200 cases etc....
I have tried - if age < 1 then 1......but dont know if that logic will work......and I had a hard time trying to display the other values for a graph.
Any thoughts would be appreciated
Thanks
I am trying to group the age of cases in my database. The field called "Age" is numeric and can equal 1-150 (in days) depending on the date when a ticket was created.
What I am trying to do is group into 5 categories, <1 day, <3 days and > 1, <5 days and > 3.....etc
I would like to get the count and then put into a graph.
<1 day = 150 cases
< 3 day > 1 = 200 cases etc....
I have tried - if age < 1 then 1......but dont know if that logic will work......and I had a hard time trying to display the other values for a graph.
Any thoughts would be appreciated
Thanks