Friday, 24 June 2016

Conditinal Format in SSRS

If you want 0 to come up instead of 0.0% for your percentage field

=iif(Sum(Fields!Sales.Value) <> "0",Format("0.0%"),Nothing)

No comments:

Post a Comment