Is conditional grouping possible?
Basically, I've got a formula that sets a flag one way or the other.
If the flag is set one way, I want to group by location ONLY. If not, I want to sort by Item, then by location.
The only way I can figure to do this is
Conditional group by Item
Static location group.
Is this possible?
Thanks in advance!
Basically, I've got a formula that sets a flag one way or the other.
If the flag is set one way, I want to group by location ONLY. If not, I want to sort by Item, then by location.
The only way I can figure to do this is
Conditional group by Item
Static location group.
Is this possible?
Thanks in advance!