I have a basic report that uses running totals to summarize montly profit/loss achieved by each rep in our company. There is 1 Group (Rep) and the details section displays each client and what their rep helped them earn (profit/loss).
In my running total field (located in Group 1 Footer) I show the net profit/loss. I want to use conditional formatting (X2 button) to BOLD the items that are greater then 0.
After clicking on X2 button for Bold, I enter {#RunningTotal PnL} > 0. I get the error message "The Formula Result Must be a Number".
If I build a formula field that says:
if {#RunningTotal PnL} > 0 then 1 else 2 the formula field works fine.
Why will a formula field work to display 1 or 2, but a Conditional Formatting on the running total field itself using similar logic will not work?
I am using Crystal 8.5.0.217.
Running report against an access DB.
In my running total field (located in Group 1 Footer) I show the net profit/loss. I want to use conditional formatting (X2 button) to BOLD the items that are greater then 0.
After clicking on X2 button for Bold, I enter {#RunningTotal PnL} > 0. I get the error message "The Formula Result Must be a Number".
If I build a formula field that says:
if {#RunningTotal PnL} > 0 then 1 else 2 the formula field works fine.
Why will a formula field work to display 1 or 2, but a Conditional Formatting on the running total field itself using similar logic will not work?
I am using Crystal 8.5.0.217.
Running report against an access DB.