barrysprout
MIS
I have created a number of crosstab queries which I can join with a select query to produce a multiple value crosstab as per the standard method. The output I want is as follows:
Product Country1 Country1 Country2 Country2 etc
Sales Budget Sales Budget
The problem is that I want to run a report based on this final query but the number of countries varies, depending on a criterion selected on a form, i.e. the user selects a world region and the number of countries in each region varies. So the final query on which the report is based needs to be dynamic. Has anyone tackled this kind of problem before?
Product Country1 Country1 Country2 Country2 etc
Sales Budget Sales Budget
The problem is that I want to run a report based on this final query but the number of countries varies, depending on a criterion selected on a form, i.e. the user selects a world region and the number of countries in each region varies. So the final query on which the report is based needs to be dynamic. Has anyone tackled this kind of problem before?