ssrs number format to percentage issue


hi all,

i have column avgcost in dataset in ssrs. column have values 77.00,74.00,59.00 , on...

now requirement display 77%,74%,59%... in ssrs chart. went textbox properties,number, percentage --remove decimal places 0 showing 7700%, 7400% , 5900% on chart, wrong.

can 1 me on this. 

thanks,

kalyan

or can use  below in expression.
=format(fields!num.value/100,"0%")



please mark answer or vote helpful post if helps solve question/problem. http://techequation.com



SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

BIT Version

How to calculate the delta size while diffing the files in TeamFoundationServer ?