Displaying 'Value' column in an MDXView
Posted: Tue Mar 28, 2023 2:04 am
Hi,
When you preview a Native View in TI, you get the Value of an intersection in the column and each dimensnion element of the intersection in the row, like this:
Is it possible to achieve the same result with a MDXView?
When you preview a Native View in TI, you get the Value of an intersection in the column and each dimensnion element of the intersection in the row, like this:
dim1 | dim2 | value | |
1 | dim1.element1 | dim2.element1 | value1 |
2 | dim1.element2 | dim2.element2 | value2 |
Is it possible to achieve the same result with a MDXView?