Good evening to everyone
I've a Interactive Report populated with a SQL Query (a Join of two Tables). I'd like add a column link to delete the corrispective record. Does anyone have any suggestions? I followed the guide at http://www.virtual7.de/blog/2017/02/oracle-apex-5-1-link-to-deletion/ .
It seems a valid way but it uses 'ROWID' and I think it works only for tabular report. Is there a way to pass a value of the row ( the ID of the table) instead of ROWID?
Thank you very much in advance.