![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have written a query which eventually returns via a crosstab a list of completions of activities by financial week number as in: Week Activities Completed 1043 23 1044 6 1045 18 1046 12 1047 22 To geberate a chart frm this showing the progress rate, would need to calculate the totalk number, in this case for example 23+6+18+12+22 = 81 So a progress graph (or glidepath as we call it) would show: 1043 81 1044 58 1045 52 1046 34 1047 22 1048 0 Which would give you the estimate to completion along a trendline in a chart, or better still, use a target line in parallel with the data if the forecast outturn is not linear. I have done a fair bit of googling and looking through various forums, but this appears to be an area that is not really covered that well. I suppose one method would be to generate a table, load in one record at a time and retain the values, do the calc and save it to a new glidepath table, but that seems a little long winded. Is there a simple method of writing a query to do this on the fly to use as the basis for a chart? Thanks. J |
#3
| |||
| |||
|
|
I have written a query which eventually returns via a crosstab a list of completions of activities by financial week number as in: Week Activities Completed 1043 23 1044 6 1045 18 1046 12 1047 22 To geberate a chart frm this showing the progress rate, would need to calculate the totalk number, in this case for example 23+6+18+12+22 = 81 So a progress graph (or glidepath as we call it) would show: 1043 81 1044 58 1045 52 1046 34 1047 22 1048 0 Which would give you the estimate to completion along a trendline in a chart, or better still, use a target line in parallel with the data if the forecast outturn is not linear. I have done a fair bit of googling and looking through various forums, but this appears to be an area that is not really covered that well. I suppose one method would be to generate a table, load in one record at a time and retain the values, do the calc and save it to a new glidepath table, but that seems a little long winded. Is there a simple method of writing a query to do this on the fly to use as the basis for a chart? |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |