Wednesday, October 10, 2012

How to set Tooltip for Spark line chart in SSRS 2008R2 and how to format the amount in zero decimals?


Right click spark line chart and Go to ‘Series Property’ of Spark line and set tool tip as per below screenshot.






Set Tooltip as per the following image.






=Format(Sum(Fields!Amount.Value),"C0")

CO denotes zero decimlas value.

That's it.



2 comments:

MYSQL::Setting Validate_Password componet for MySQL Database to ensure password policy settings

Inadequate Password Settings for MySQL Database We observed that the `validate_password%` settings on hostname `<insert hostname>` a...