Viewing 13 posts - 1 through 13 (of 13 total)
Thanks Kingston,
Its working great! Thanks a million 🙂
March 16, 2010 at 1:22 am
Yes, you are right.
sum(weekTarget)from wekk where WKID <= A.WKID is correct.
However what if the user entered a wrong value in the middle of the list? If he makes adjustment/correction...
July 24, 2006 at 4:21 pm
No error returned, it ran fine, however the value added to the WeekCumulative is incorrect.
To give you a better idea, I'm using an asp.net gridview to update the data....
July 24, 2006 at 6:06 am
thanks for your help, however, it doesnt work.
July 23, 2006 at 7:25 pm
Thanks for your help and advice, Jeff.
July 6, 2006 at 8:37 am
Peter, thank you very much for your help.
What if the date field includes possible future dates?
Thanks again.
June 27, 2006 at 3:48 am
Thank you very much for your help, David.
May 31, 2006 at 10:23 am
sorry for not being clear, could i get the total for the [Cumulative] column for each week as well? do i need another sproc for that?
May 30, 2006 at 10:46 am
Thanks for your help David,
right now i'm cumulative on the percentage of work, how to get the cumulative of the actual work? is it possible?
Thanks again.
May 30, 2006 at 9:59 am
thanks, i'll try,
Activities - (Fields - ActID (pk, identity(1,1), ActTitle (varchar50), PercentageofWork(Decimal)
Preparation of Learning Units,25.0
Compilation of Resources, 25.0
Materials Write-up, 20.0
Testing and Certification,30.0
Week - (Fields - WeekID (pk, identity(1,1), WeekNum (int),...
May 30, 2006 at 3:14 am
Dear Ryan,
I got it to work. Thank you very,very much for your help.
May 24, 2006 at 5:58 pm
Viewing 13 posts - 1 through 13 (of 13 total)