Reporting Services 2008
How can I display one decimal place in the percent output instead of the default two decimal places?
EXPERSSION:
=FormatPercent(Fields!WF1Count.Value/Fields!UserCount.Value) &" ("& Fields!WF1Count.Value & " individuals)"
OUTPUT:
7.61% (8666 individuals)