"{Prepress WIP.Due Date (Proofs) (User Defined)} "
What is this??? Proofs?? User Defined??
not a standard report field...are you trying to multiply something??
I think you should do some basic reading on how Crystal works, Peter. George Peck's book on Crystal reports:
The Complete Reference Crystal Reports 8.5 would be a good choice for you.
If you look in the Section Expert of a report and click on a specific section you will see a number of options such as "Suppress Blank Section" or "New Page After". Beside these options are small buttons with X2 on them .... you will see these buttons also in the format editor of a field. These are conditional formula locations. Click on these buttons and you can put a formula that will conditionally do the option rather than all or nothing.
For example:
Let us say I only want a detail line to be suppressed if a field {Table.fruit} is equal to "APPLE"
then in the section expert in the detail section there is an option to "suppress (no drill down)". Now you don't want to check the box off for this option since it will suppress ALL detail lines...BUT if you click on the X2 button and add the formula:
WhilePrintingRecords;
{Table.fruit} = "APPLE";
then now when this is true...the line will be suppressed.
So we would describe it here when advising someone by saying...."put this formula in the conditional suppress of the detail line" or if it was just a formula field we would say ...."put this formula in the conditional suppress of the field, {Table.fruit} "
Jim
JimBroadbent@Hotmail.com