rpmel
Technical User
- Jan 8, 2009
- 9
Hi Everyone!
I've created a report to measure leadtime taken from the time a customer places an order, to the time it gets invoiced on dispatch.
I've used Ken Hamady's workday formula, and then created another formula field called ONTIME, which looks like this:
The idea being, to calculate the average leadtime, and then count up how many orders were processed, and of those, how many were within the average leadtime.
I'm stuck on the summary - the formula above flags all the orders correctly, but I don't get an option to summarise on the ONTIME field if I use INSERT | SUMMARY.
The field is formatted as a number, so why can't I summarise on it?
Any ideas?
I've created a report to measure leadtime taken from the time a customer places an order, to the time it gets invoiced on dispatch.
I've used Ken Hamady's workday formula, and then created another formula field called ONTIME, which looks like this:
Code:
If {@WORKDAYS} <= Average ({@WORKDAYS}) then
1 else 0
The idea being, to calculate the average leadtime, and then count up how many orders were processed, and of those, how many were within the average leadtime.
I'm stuck on the summary - the formula above flags all the orders correctly, but I don't get an option to summarise on the ONTIME field if I use INSERT | SUMMARY.
The field is formatted as a number, so why can't I summarise on it?
Any ideas?