If a group has a zero value, I want to add 1, so it will appear on my report.
How do I write an if statement accomplish this?
I am using the three-step method to get the subtotal.
Here is the formula I wish to edit.
//suppressed in detail section
Whileprintingrecords;
currencyvar SubTotal;
SubTotal:=SubTotal+1 +Round(({table.field}),2);
TIA
How do I write an if statement accomplish this?
I am using the three-step method to get the subtotal.
Here is the formula I wish to edit.
//suppressed in detail section
Whileprintingrecords;
currencyvar SubTotal;
SubTotal:=SubTotal+1 +Round(({table.field}),2);
TIA