Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi EveryBody,

I'm currently doing Report Server concept.
Now, i have a 3 columns like material_Quantity, Category_Name & Rev.

Upto now what i'm doing is for Rev wise , for same category what are the materila's having and what are the quantity for those material's i'm displaying upto now.

EX:
                      Rev0                                  Rev1
         category1          category2
qty1    qty2    qty3       qty1  qty2  qty3


Expression for Quantity Column is
C#
=SUM(Fields!Material_Quantity.Value)



Now, what is question is for Rev0 ,Category1,qty1 is 2.5. and Rev1,category1,qty1 is 1.5. Now i want to display the Running value.

Ex:

In Rev1,Category1,qty1 i want to display 2.5+1.5=4.

How to do this for this i'm using RunningValue concept buti'm not getting the whatever i'm expecting ...

Please help me how to resolve this issue....
Posted

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