Not sure how to approach grouping a report that can group things differently depending on condtions. Here's the scenario. I have companies, policy numbers and products. Sometimes a policy can cover more than one company, but sometimes a single company can have more than one policy.
So in the first case where a policy covers more than one company it would look like this:
Policy > Company > Product
In the other case where a company can have multiple policies it would look like this:
Company > Policy > Product
Any ideas of how to approach this?