P
pringb
Hi there,
I am trying to calculate via SQL a running YTD total on a summary tabl
based on month and type. Any help would be appreciated.
Table with YTD as I would like it to appear.
Month,type,calc1,ytd
1,a,10,10
1,b,12,12
2,a,10,20
2,b,15,27
3,a,5,25
3,b,3,28
Cheers
Bruc
I am trying to calculate via SQL a running YTD total on a summary tabl
based on month and type. Any help would be appreciated.
Table with YTD as I would like it to appear.
Month,type,calc1,ytd
1,a,10,10
1,b,12,12
2,a,10,20
2,b,15,27
3,a,5,25
3,b,3,28
Cheers
Bruc