HI Experts,
I have written one expression it is working fine but the problem is it is not able to display proper format for numbers
1532 it should display like this 1,532 I mean should be for thousand
I know if we try Number it does work but in my case it is not working
=FORMAT(SUM(Fields!JobTotalOnTargetAggregate.Value)/(SUM(Fields!JobTotalOnTargetAggregate.Value)+SUM(Fields!JobTotalOutTargetAggregate.Value)),"p1") & VBCRLF & "#VALY"any idea please.... the above expression will display percentage and Number ...Percentage is fine but Number was not in right format