M
MEAD5432
I have a selection query that lists the number of sales in a given month
grouped by branch. It is set up as the basis for a crosstab query that lists
the office down the side and the month across the top with the number of
sales as values.
This crosstab query is used to create a monthly sales report with six months
of trending information by branch.
I would like to calculate the % change from the previous month in the
crosstab query. For instance, the percent change in sales from October to
November.
Is this even possible to accomplish this in a crosstab query or is it
something that is better served by creating multiple selection queries and
building the formulas in by hand? I would prefer to use the crosstab query
if at all possible but am entirely open to another option if there is a
better one.
I was thinking that maybe I could use a unbound text box with an expression
to do the calculations within the report itself. Thoughts?
grouped by branch. It is set up as the basis for a crosstab query that lists
the office down the side and the month across the top with the number of
sales as values.
This crosstab query is used to create a monthly sales report with six months
of trending information by branch.
I would like to calculate the % change from the previous month in the
crosstab query. For instance, the percent change in sales from October to
November.
Is this even possible to accomplish this in a crosstab query or is it
something that is better served by creating multiple selection queries and
building the formulas in by hand? I would prefer to use the crosstab query
if at all possible but am entirely open to another option if there is a
better one.
I was thinking that maybe I could use a unbound text box with an expression
to do the calculations within the report itself. Thoughts?