Hello,
Using CR12. In a financial report, I'm trying to format a percentage calculation to display as a negative percentage. Here is a sample of the summary data (FYI- "Variance$" is "Budget" minus "Total Costs" & Variance% is "Total Costs" / "Budget).
GL Acct# Ttl Costs Budget Variance$ Variance%
101107 $19,164 $14,190 -$4,974 135%
101108 $9,548 $11,622 $2,074 82%
I want the 135% to show as -135%. I tried using the following formatting formula in Format Field>Numbers>Custom Style>Negatives:
if {@VARIANCE %} > 100 then crLeadingMinus
That did not work. Any suggestions?
Thanks...
Using CR12. In a financial report, I'm trying to format a percentage calculation to display as a negative percentage. Here is a sample of the summary data (FYI- "Variance$" is "Budget" minus "Total Costs" & Variance% is "Total Costs" / "Budget).
GL Acct# Ttl Costs Budget Variance$ Variance%
101107 $19,164 $14,190 -$4,974 135%
101108 $9,548 $11,622 $2,074 82%
I want the 135% to show as -135%. I tried using the following formatting formula in Format Field>Numbers>Custom Style>Negatives:
if {@VARIANCE %} > 100 then crLeadingMinus
That did not work. Any suggestions?
Thanks...