W
Winshent
i want to be able to set the data source within a chart to filter data
from a complete recordset and then chart it. Each chart would filter
on an ID within the data.
With generating tables i use arrays such as:
=(SUM((Date="Tuesday")*(Line="ITSupport")*(Area=London)*(NumberofCalls)))
can i do something similar with the data series in a chart, as i need
a seperate chart for each organisation id that is being reported on.
the data will be deleted and requeried and imported on a reg basis
hence the need for filtering.
from a complete recordset and then chart it. Each chart would filter
on an ID within the data.
With generating tables i use arrays such as:
=(SUM((Date="Tuesday")*(Line="ITSupport")*(Area=London)*(NumberofCalls)))
can i do something similar with the data series in a chart, as i need
a seperate chart for each organisation id that is being reported on.
the data will be deleted and requeried and imported on a reg basis
hence the need for filtering.