I have a column in my report that I want to add a '%' to. It seems to work fine for where the percentage is less than 100. But for some reason, when the percentage is greater than 100 I get some weird results.
For example, there is a row where the percentage is 26/20, so this should display as 130%. It calculates as 130 when I don't concatenate the %, but when I add the %, I get a result of 1313000%.
The expression I am using is =Fields!FieldName.Value & "%". Can anybody help?
For example, there is a row where the percentage is 26/20, so this should display as 130%. It calculates as 130 when I don't concatenate the %, but when I add the %, I get a result of 1313000%.
The expression I am using is =Fields!FieldName.Value & "%". Can anybody help?