Currently I have a cross tab in my report, reading all of the products in I wish to display. They are already grouped under their relevant customer who is associated with them, however I want to add a further grouping to distinguish between different types of products.
For example, I currently have;
CustomerName
Total
Product Code1 3 24 72
Product Code2 3 24 72
Product Code3 3 24 72
However I wish to have;
CustomerName
Total
Red Products
Product Code1 3 24 72
Product Code2 3 24 72
Blue Products
Product Code3 3 24 72
I have the Group By identifier in my database, is it possible to complete this second group in the cross tab? Also how should I go about it? Thanks