L
LIN
Hi,
I have a dataset which I am filling it using a procedure
The sturcture of the dataset table is
TranDate OrderValue
-------- ------------
01-01-2003 100
02-01-2003 110
03-01-2003 120
04-01-2003 100
05-01-2003 200
06-01-2003 300
07-01-2003 100
08-01-2003 100
....
....
I want to get filter the info for the info week wise
Week No Value
---------------------
1 430
2 ...
....
Using any filter condition is possible to get the info.
Since I am having the data in the dataset i don't want to go to db and get
the results
Need Help
LIN
I have a dataset which I am filling it using a procedure
The sturcture of the dataset table is
TranDate OrderValue
-------- ------------
01-01-2003 100
02-01-2003 110
03-01-2003 120
04-01-2003 100
05-01-2003 200
06-01-2003 300
07-01-2003 100
08-01-2003 100
....
....
I want to get filter the info for the info week wise
Week No Value
---------------------
1 430
2 ...
....
Using any filter condition is possible to get the info.
Since I am having the data in the dataset i don't want to go to db and get
the results
Need Help
LIN