I'm trying to add [RICTweek]![NPS Per Week] to the query [Weekly Predicted Effort] but as soon as I do it throws all the sums out. Is there a way I can add this column so I can graph it?
The above is what I have. I want a second number column that shows the contents of either table RICTWeek or query Weekly Baseline NPS shown against the equivalent date. This is how I tried to set it up:
Try to say in words what you expected to see and what you actually saw. It looks to me that you had a GROUP BY with two fields being grouped (perfectly legal, by the way). The sums would be based on the inner group (last-named GROUP BY) rather than the outer group (first-named GROUP BY) so if you ADDED a new group, I would NOT expect it to NOT change (sorry for the double negative - it was for emphasis.)
The above is what I have. I want a second number column that shows the contents of either table RICTWeek or query Weekly Baseline NPS shown against the equivalent date. This is how I tried to set it up:
I have this query working as I expect and want it to also show on the query above.
This:
gives me this:
Granted, I have done this on the Weekly Baseline NPS query but the details should be the same whether I have it on this one or the original one. I would prefer to do it on the query you quoted previously.
Please tell us in 5-6 lines of plain English -no jargon -what the business underlying your database is?
At this point responders are trying to guess what you're doing/trying to accomplish.
So in simple terms -as you would tell an 8 yer old, what are you trying to do?
There is an old adage with programming:
....if you can't describe it, no one can build it....
That is almost it but I see 10/12 is being repeated. Is it possible to have all the results for 10/12 on one line so 10/12 would be 124 for sum of total effort and 6 for NPS per week? I feel both columns need to be sums
That is almost it but I see 10/12 is being repeated. Is it possible to have all the results for 10/12 on one line so 10/12 would be 124 for sum of total effort and 6 for NPS per week?