I'm using CR2008 with an Oracle database as my data source. The reports that I am creating are all at the coutry level, and all countries are associated to a region (ex France belongs to the region EU). The problem is that, for reasons you don't want to hear, the developers decided to create EU as a country in addition to a region. This allows the user to create a single EU record which would apply to all countries with a REGION of EU.
The reports I'm developing are registration reports by country. Issue 1 is how do I take all records with a country of EU and make duplicate records for each country with a region = EU. The end users want to see the EU country record appear under each country with a region equal to EU. Issue 2 is then to be able to take the newly created records for each EU country and compare them to a table that contains deregistration records in order to determine which countries have been deregistered.
Any ideas on how to handle this would be appreciated!!
The reports I'm developing are registration reports by country. Issue 1 is how do I take all records with a country of EU and make duplicate records for each country with a region = EU. The end users want to see the EU country record appear under each country with a region equal to EU. Issue 2 is then to be able to take the newly created records for each EU country and compare them to a table that contains deregistration records in order to determine which countries have been deregistered.
Any ideas on how to handle this would be appreciated!!