Hi,
I have created an analytic view with one data foundation table joined to two attribute views in the logical join.
I have also created a calculated column.
Is there any way to configure the order in which the columns are listed in the raw data result set output?
Currently in the raw data result set I get:
- all the columns selected as output columns from the attribute views, then...
- the columns from the data foundation defined as attributes in the semantic view, then...
- the calculated columns, and finally...
- the columns from the data foundation defined as measures
I may want to change the order, for example having all the columns defined as attributes from the data foundation first, or place a calculated column next to another column it has a relationship with.
Of course you can change the column output order in result sets in attribute views within the output pane of the data foundation, and again you can set the order in the output pane of the aggregation within calculation views.
But how within analytic views?
Many thanks.