crogers111
Technical User
CR XI
SQL
I have the following formula in a Group Footer:
@% of Spec
totext(({#PaidRT}/{?SpecAmount}) * 100) & "%"
PROBLEM: The output for this formula has a Currency Symbol on the left that I want to remove.
EXAMPLE OF OUTPUT: $12.45%
DESIRED OUTPUT: 12.45%
#PaidRT is a CR Running Total using a Currency Field that Resets in the Group Footer where @% of Spec resides.
?SpecAmount is Number Type parameter
@% of Spec is a String so the standard formatting for a number to remove a currency symbol is not available.
SQL
I have the following formula in a Group Footer:
@% of Spec
totext(({#PaidRT}/{?SpecAmount}) * 100) & "%"
PROBLEM: The output for this formula has a Currency Symbol on the left that I want to remove.
EXAMPLE OF OUTPUT: $12.45%
DESIRED OUTPUT: 12.45%
#PaidRT is a CR Running Total using a Currency Field that Resets in the Group Footer where @% of Spec resides.
?SpecAmount is Number Type parameter
@% of Spec is a String so the standard formatting for a number to remove a currency symbol is not available.