Has anyone experienced the following, and if so, has a solution been found?
I have a formula for a percent field:
if Sum ({%Fld1}) = 0
then 0
else (Sum ({%Fld2})/Sum ({%Fld1}) * 100)
I display it in a right-justified field custom-formatted as:
Decimal 1.0, Rounding 0.1, Leading Zero,
Show Zero As: 0.0
The problem is that values of 0.0 do not properly right-align under values of non-zero percents - that is, values of 0.0 shift a little over to the left.
Anyone else ever experience this?
Thank you for any insights. Caryn
I have a formula for a percent field:
if Sum ({%Fld1}) = 0
then 0
else (Sum ({%Fld2})/Sum ({%Fld1}) * 100)
I display it in a right-justified field custom-formatted as:
Decimal 1.0, Rounding 0.1, Leading Zero,
Show Zero As: 0.0
The problem is that values of 0.0 do not properly right-align under values of non-zero percents - that is, values of 0.0 shift a little over to the left.
Anyone else ever experience this?
Thank you for any insights. Caryn