Hello
I have created a graphical calculation view,which is running sucessfully.
Example :-
table1, table2 -- > join_1 ( table1.id =table2.id) --> projection_1 -> Aggregation -- > Output.
At 'projection_1' , I have renamed few columns ( given user friendly name )
Example : - Table1.EmpNo renamed to EmployeeNumber.
Table2.DeptNo renamed to DepartmentNumber.
My question is :-
which system view ,can give me the entire list of the all attributes/measures of that calculation view?
Note :- I have check M_CE_CALCVIEW_DEPENDENCIES,M_CE_CALCSCENARIOS views , but didn't get the results which I am looking for.
Also checked CS_VIEW_COLUMNS view but that is for Attribute and Analytic view.
Regards
Sayan