Hi All,
I have two HANA tables,
both have a common column, (but only some of the records of 1st table will be present in the second table).
Now, when i want to retrieve the data for all rows when
Id.table1 = Id.table2
I tried doing it with attribute view, where in I am getting all the rows,
How do i go with the row selection, Please guide