I inserted a label in my app that does a simple calculation to determine a percentage.
This is my current code in the Text field:
(TotalAuditScore) / (TotalMaxScore) * 100 & "%"
Is there a way I can make it so that the percentage either rounds to the nearest whole number or only displays two decimal places?