Hi Ravi,
I am also a question which is also similar with this .
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/measuers of that calculation view?
Note :- I have check M_CE_CALCVIEW_DEPENDENCIES view , but didn't get the results which I am looking for.
Regards
Sayan