Secretgeek
Technical User
Hi,
As stated I'm brand new to Crystal but have some basic Access and VB knowledge.
I need to show the percentage of cases that have passed their deadline as part of my report.
The actual formula for doing this shouldn't be a problem as it would be something along the lines of:
100 * (Count(Main.ID) Where (Main.ClosedDate > Main.Deadline)/Count(Main.ID))
However, despite much head scratching and experimentation I just can't figure out how to achieve this in Crystal.
Any help would be much appreciated as this needs to be done before the end of today.
Thanks in advance for your help.
As stated I'm brand new to Crystal but have some basic Access and VB knowledge.
I need to show the percentage of cases that have passed their deadline as part of my report.
The actual formula for doing this shouldn't be a problem as it would be something along the lines of:
100 * (Count(Main.ID) Where (Main.ClosedDate > Main.Deadline)/Count(Main.ID))
However, despite much head scratching and experimentation I just can't figure out how to achieve this in Crystal.
Any help would be much appreciated as this needs to be done before the end of today.
Thanks in advance for your help.