are you able to see the new column in the table? Not in derived table..
If yes then what is the sql of your derived table.
It's like select table.col1,table.col2 from table (if this type of sql then you have to add column manually)
Or
Select * from table (if this type of sql then object will be added automatically)
Amit,
Yes I am able to see the column if I drill thru the connection, but the new column is not even showing the Table "_SYS_BIC"."HANA_MODEL"
(Where we create the Derived table with SELECT).
To add a Column in the SELECT statement it should exist in the underlying table though... that is what is missing)
But though it is not showing the newly added column I went ahead and type the column name and the SELECT statement validated fine. Something did not get refreshed and I am not sure...
Thank you,
Arthur.
Add comment