Sorry if there’s a better way to do this but I haven’t found it.
What I’d like to do is have my grouping be on multiple columns which I know will be the same due to data modeling considerations. For example let’s say I have two datasources Invoice Header and Invoice Items with a common key.
What I’d like to do is to be able to join those together at a grouped level where we could se a series of detail columns (dates, order number, customer, etc…) and still aggregate up certain numeric fields.
Then a user could drill into the line to see individual line if they need to dig in more.
Is there a clever way to do this? I can create grouping levels one column at a time with all the other data but that’s frankly pretty messy and definitely doesn’t come out cleanly. With the multiple drill-buttons I could see users getting confused.
Any thoughts?