I know that people are skittish about using a link to access the database. I was finally able to condense everything down to under 2MB in a zip file. I have just the queries and tables that I am using to pull the data. I made some progress in organizing the data to get it ready to make the charts, but need a little help.
There are some actions that have two indexes, the one with the lower index is the "StartTimeAction", which make the client accountable for starting the action on time and also completing the action. For these types of actions, two charts need to be produced, "Start Time" and "Activity".
My problem is getting the number of activity points combined to the action with the same name but the higher index.
Let's do an example to make things clearer. If you open "PlannedandActualWSTCAC" (stands for weekly start-time challenges activity) you'll see "Exercise Routine" with the index of 217. I need the "PlannedAC" and the "ActualAC" to be combined with the "Exercise Routine" in the other query "PlannedandActual", where the index is 331 and of course the UserID and WeekNumber need to match up as well.
I know this is a lot to understand, but I think the more organized the data, the easier the charts will be to make.
Thank god I am dealing with intelligent people. Please don't hesitate to ask me any questions that may help things be better understood.