Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I have problem in Report viewer. I am using the expression to filter the value. I explain my scenario.

I want sum the amount for particular category. I have student database. I need the sum the paid amount for exam fee only.

=SUM(Fields!Amount.Value, "DataSet1") . It sums all amount. But I need to sum EXAM FEE only. Please help me how to do this

Thank you

Maideen
Posted
Comments
Mohan Gopi 4-Sep-13 1:45am    
Hi Maideen, can you share me which fields you are Binding in a report (all the binding field names).
VishwaKL 4-Sep-13 23:33pm    
Share the fields and possible values like, if examfee is your field in database what values that contain, doest it allow null/ or having values always.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900