Click here to Skip to main content
15,890,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guy's..

I executed my SP , one of the column returns the values like below..

SQL
Material_Qty	Planned_Date
100	        2012-11-13 00:00:00.000
100	        2012-12-13 00:00:00.000
100	        2013-01-24 00:00:00.000
100	        2013-02-13 00:00:00.000
100	        2013-03-21 00:00:00.000
100	        2013-04-18 00:00:00.000


Now, my question i want to add 3 more column's like previousmonth, CummilativProgress upto previous month & current month..

I want to display the quantities related that 3 column's.

EX:

Previous_month Qty------100 2013-01-24 00:00:00.000
cummunlativeprogress--- 300 11,12,01 month's
currentmonth ----- 100 2013-02-13 00:00:00.000



How to achieve this can any help regarding this ....
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