Hi,
I'm a new user of Crystal reports and I'm not familiar with the formula yet so I hope someone can help me.
Problem description
An incident have a reported date and a resolved date. My task is to calculate the percentage of incidents solved within 1 hour.
My soultion (that is not working)
@Timediff
DateDiff ("h", {Incident.AZReportedDate}, {Incident.AZ_ResolvedDate}) //Calculate the timedifference (works)
@less1h
@Timediff <= 1
Then my idé was to count @less1h but that doesn't seem to work. And then divide all incidents with the counted @less1h.
But there might be a better way to calculate this?
Regards
Ulrika
I'm a new user of Crystal reports and I'm not familiar with the formula yet so I hope someone can help me.
Problem description
An incident have a reported date and a resolved date. My task is to calculate the percentage of incidents solved within 1 hour.
My soultion (that is not working)
@Timediff
DateDiff ("h", {Incident.AZReportedDate}, {Incident.AZ_ResolvedDate}) //Calculate the timedifference (works)
@less1h
@Timediff <= 1
Then my idé was to count @less1h but that doesn't seem to work. And then divide all incidents with the counted @less1h.
But there might be a better way to calculate this?
Regards
Ulrika