hi
I have following data set with multiple columns
| A | A% | B | B% | C | C% |
| 2.45666 | 1.87654% | 3.689 | 12.3364788% | 6.4567 | 10.456733% |
I would round off the data using multi field formula
i have used this formula
ToString(Round(ToNumber([_CurrentField_]), 0.01)) + '%'
for this formula all columns are getting % symbol
i would like to add % symbol only for those columns with %