You need to set default date values for the parameters, then make their use conditional with an if statement.
Something like:
IF {?ParameterDate} = #1066,01,01# THEN
TRUE
ELSE
{Database.DateFieldYouCareAbout} > {?ParameterDate};
Assuming you are using it for record selection and the ELSE is...
If you're using Crystal Reports 2008, select the "Optional Prompt" and use the HasValue formula function.
If not, then it takes some formula coding to work around it.
"Crystal Reports Formulas Explained" is the most advanced book on the market. Currently available with a free 70 page Crystal...
Unless I am missing something: right click on the formula field (once it is added to the report) and select the Summary option, then "average".
(NB: table linking which causes duplicate detail rows can cause this to give false results, so ensure the "Distinct Records" option is checked.)...
Running totals are the answer.
For the Grand Total results do not "reset".
"Crystal Reports Formulas Explained" is the most advanced book on the market. Currently available with a free 70 page Crystal Reports XI tutorial: http://www.scry-business-intelligence.com/products/bookoffer.php
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.