apologize me if I'm posting something already discussed, but I was not able to find an existing discussion in this forum in past days and, today, the search functionality in this forum is not working to do additional research.
My problem is: I need to "receive" in TI Data tab the data extracted from sourceview created in Prolog with a specific order. Imaging a cube with 3 simple dimension Product, Customer, Measure and I need to receive the data in this way
Code: Select all
PROD A - CUST 1 - QUANTITY - 100
PROD A - CUST 1 - SALES - 1000
PROD A - CUST 2 - QUANTITY - 200
PROD A - CUST 2 - SALES - 2000
PROD B - CUST 1 - QUANTITY - 300
PROD B - CUST 1 - SALES - 3000
PROD B - CUST 2 - QUANTITY - 400
PROD B - CUST 2 - SALES - 4000
I understood that there are 3 variables that can influence the way the source data arrive in Data tab
1) Phisical order of the dimension in the source cube
2) Optimized storage order of the dimension in the source cube
3) TI funcion ViewRowDimensionSet
Can someone help me to understand the sequence of priority of these variables? Or someone has a different approach to obtain the expected results?
Unfortunately, also with some tests, I was not able to arrive to a definitive sentence.
Thank you in advance
Ottavio