J
jtfalk
I am close but need a little help. I have a tag inventory log database I am
making. I am running a chart and had the following in a query:
Week: "week" & (Format([Issue Date]," WW = MM 'YY")) - by group
Tags: ID - count
This was great - it tool each week and showed how many tags were put in that
week.
Now I want to graph the running total. i added in this and it does do a
running total but now it shows every instance in each week that there was
atag (eg week 39 has 3 instances.) I need it to only show the date by week
like to reference the above Week: "week" & (Format([Issue Date]," WW = MM
'YY")) - by group
RunTotal: DSum("idexists","issues","[issue date]<=#" & [issue date] & "#") -
by group
Any sggestions?
making. I am running a chart and had the following in a query:
Week: "week" & (Format([Issue Date]," WW = MM 'YY")) - by group
Tags: ID - count
This was great - it tool each week and showed how many tags were put in that
week.
Now I want to graph the running total. i added in this and it does do a
running total but now it shows every instance in each week that there was
atag (eg week 39 has 3 instances.) I need it to only show the date by week
like to reference the above Week: "week" & (Format([Issue Date]," WW = MM
'YY")) - by group
RunTotal: DSum("idexists","issues","[issue date]<=#" & [issue date] & "#") -
by group
Any sggestions?