Hi
Is 2 days that i would try to plot the total count for each week but i not found any idea to do it. there is correlation with 2 column and i not know how count each colum separatly for each week and plot it
I would plot a graph with count per week the total open training and the toal complete training
Consider that open training= week number
Resust
Is 2 days that i would try to plot the total count for each week but i not found any idea to do it. there is correlation with 2 column and i not know how count each colum separatly for each week and plot it
I would plot a graph with count per week the total open training and the toal complete training
Consider that open training= week number
Week Num | wk Open training | wk Complete training | |
28 | 28 | 28 | |
28 | 28 | 29 | |
28 | 28 | 30 | |
29 | 29 | 29 |
Resust
week numer | count open training x week | count complete training x week |
28 | 3 | 1 |
29 | 1 | 2 |
30 | 0 | 3 |