I have a query with 2 fields, Date and AvgTimeWkly. The query only pulls records with a date within the last 3 months.
I need the query to calculate the average of all AvgTimeWkly records that it pulls and put that same value in a new field called Baseline for all records.
This way a line chart can plot the baseline which will have to be the same in all records. Then the AvgTimeWkly line can move up and down related to the baseline.
Is there an expression I can add to a new field in the query to do this when the query is run?
Thanks,
Scott
I need the query to calculate the average of all AvgTimeWkly records that it pulls and put that same value in a new field called Baseline for all records.
This way a line chart can plot the baseline which will have to be the same in all records. Then the AvgTimeWkly line can move up and down related to the baseline.
Is there an expression I can add to a new field in the query to do this when the query is run?
Thanks,
Scott