The following formula
Sum ({'23651284$'.F6}, {@SortOrder}) % Sum ({'23651284$'.F4}, {@SortOrder})
gives me, say, a result of 1.3
I want Crystal to display 1.3%.
However, if I add &"%" to the formula, the outcome is 1%. The decimal is truncated.
Is there a work around?
TIA
Sum ({'23651284$'.F6}, {@SortOrder}) % Sum ({'23651284$'.F4}, {@SortOrder})
gives me, say, a result of 1.3
I want Crystal to display 1.3%.
However, if I add &"%" to the formula, the outcome is 1%. The decimal is truncated.
Is there a work around?
TIA