yudy.varma
Right there with Babe
Points: 755
More actions
April 13, 2011 at 12:53 am
#248853
=sum(Fields!Total_Amount.Value)
this is the expression i am using to sum a particular value.can anyone tell me how to use the below condition for the above expression...
=Format(Fields!Price.Value, "#,##0.00")
Jack Corbett
SSC Guru
Points: 184394
April 13, 2011 at 10:42 am
#1311182
You should be able to do this:
=Format(sum(Fields!Total_Amount.Value), "#,##0.00")
Jack CorbettConsultant - Straight Path SolutionsCheck out these links on how to get faster and more accurate answers:Forum Etiquette: How to post data/code on a forum to get the best help Need an Answer? Actually, No ... You Need a Question
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply