Hello HANA Experts ,
We have n number of calculation views which are completely independent of each other with different column names .now we want to build a single calculation view which would have data from all views .
For ex : Cal_view 1
counter ident1
12345 hello
Cal_view 2
counter ident2
87646 test
I want the final calculaiton view as
Cal_view
counter ident1 ident2
12345 hello
87646 test
I am not if it is possible or not , please advise the best way to get this in HANA studio .
Thanks
Shishupal