Dear All,
I have a HANA Calculation View(Graphical) and it has a Star Join in it, and here comes the problem.
Because of the Star Join, I get two part in Semantics -> Details, one part for Local Columns, another for Shared Columns(get from Join with other tables). Now I don't know how to set the sequence of all these columns, I can set in each part, but I can't set sequence for all columns when they are not seen to be belonged to divided parts.
Say I have Columns L1, L2, L3 in Local, and S1, S2, S3 in Shared, what if I want to get the sequence of this View as L1, S1, L2, S2, L3, S3 ?
Thanks!
Blangero