TheBlondOne
Programmer
I am trying to create a report using crystal reports 6 that uses the number of days a call has been open as a frequency. i.e Less than 1 day, between 1 & 2 days, between 2 & 3 days, between 3 & 6 days, under 1 week, over 1 week.
The formula i am using is (this doesn't work by the way)
If {@Number of Days} <1 then "Less than 1 day" else
If {@Number of Days} >=1 and < 2 then "Between 2 & 3 days" else
If {@Number of Days} >=2 and <3 then "Between 3 & 4 days" etc...
I am a little stuck on how to do this, can anyone help?
The formula i am using is (this doesn't work by the way)
If {@Number of Days} <1 then "Less than 1 day" else
If {@Number of Days} >=1 and < 2 then "Between 2 & 3 days" else
If {@Number of Days} >=2 and <3 then "Between 3 & 4 days" etc...
I am a little stuck on how to do this, can anyone help?