I am pulling my hair out trying to solve this one (presumably because
I am not particularly trained or skilled at access!)
I have a query which summarises the variances that each of my sales
guys have created from their targets. This summarises by week, and
works fine. I then re-use this into a cross-tab which presents a nice
orderly table.
My boss would like to see these variances accumulate, so that we could
make a nice graph in Excel of who is doing well against the baseline
target, and who isn't.
I can't seem to find a way of creating a running total of the
variances that are being created.
e.g
Rep_ID Week No Variance Cumulative
1 1 0.01 0.01
1 2 -0.03 -0.02
1 3 0.01 -0.01
etc etc
I've seen some discussion of Dsum as the tool for this, but I think I
may be missing something......
Any pointers gratefully received!
Matt
UK
I am not particularly trained or skilled at access!)
I have a query which summarises the variances that each of my sales
guys have created from their targets. This summarises by week, and
works fine. I then re-use this into a cross-tab which presents a nice
orderly table.
My boss would like to see these variances accumulate, so that we could
make a nice graph in Excel of who is doing well against the baseline
target, and who isn't.
I can't seem to find a way of creating a running total of the
variances that are being created.
e.g
Rep_ID Week No Variance Cumulative
1 1 0.01 0.01
1 2 -0.03 -0.02
1 3 0.01 -0.01
etc etc
I've seen some discussion of Dsum as the tool for this, but I think I
may be missing something......
Any pointers gratefully received!
Matt
UK
Comment