I have a parameter defined as
Name: CommissionPercentNet
DataType: Float
Default Values: 50
I displayed this parameter as an expression on the report. When I previewed the report, this parameter showed as 5,000.00%. I am expecting this parameter to display as 50.00%.
The expression is
=FormatPercent(Parameters!CommissionPercentNet.Value)
Thanks in advance for the help.