Based on Crystal 7.0
i) Create a formula in the sub report, say @FakeHeader, and add following
WhileReadingRecords;
""
ii) Create a group in the subreport based on @FakeHeader. Place this group at the top of the list.
iii) Place all fields etc.. that you want to appear in the Page...
I think I understand what you are trying to do?
Perhaps you could change the sort order to have the arrive time at the end. This time suppress if
Next({CALL}) = {CALL}
There is an Average(fld, Conditionalfield) function.
Place a formula that will look something like this:
Average({TIME...
There is a Previous(field) function.
Use something like this in the Suppress formula in Details section(or Group section if the lines appear there):
Previous({CALL field}) = {CALL field}
To access the Suppress formula RMC on the section and choose FormatSection.
Obviously, it will then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.