Can you put different dimensions on one axis without using a cross join?
I know you can do this:
select {[deliverytype].[alldeliverytype], [deliverytype].[alldelivertype].children} on columns
...
But, can you do this:
select {[deliverytype].[alldeliverytype].children, [latecode].[alllatecode].children on columns
...
It doesn't appear you can without doing a cross join, and don't want to display the results as such.
Thanks!
I know you can do this:
select {[deliverytype].[alldeliverytype], [deliverytype].[alldelivertype].children} on columns
...
But, can you do this:
select {[deliverytype].[alldeliverytype].children, [latecode].[alllatecode].children on columns
...
It doesn't appear you can without doing a cross join, and don't want to display the results as such.
Thanks!