Hi there, we have a requirement where our grid is showing multiple bands -- lets say customer is one band and items ordered is another. Now, can I swap it programmatically so that I can see which customers have ordered a given product.
An example would be to go from :
customer_1 product_1 product_2customer_2 product_2 product_3
TO
product_1 customer_1product_2 customer_1 customer_2product_3 customer_3
I'm taking a stab at this one without testing first, but here's my idea.
Does something like that work for you?