How to I reduce the number of trailing decimal places to only two in a percentage number label field?
I am attempting to determine the total percentage of based on the total in another label using:
Sum(Label8+Label8_1+Label8_2+Label8_3+Label8_4+Label8_5+Label8_6) - this total, so far, is 115.
I am using the following to derive the percentage of the above total.
Percentage Label: Text - Label8/Label9*100
I'm am trying to display 'what percentage of 115 is 21', and so forth?

115 100%