Hi
I have a procedure which will delete the rows from table and insert data from another table.
I want to use this procedure in calculation view, i have tried but am getting an error message saying that "CALL for non read only procedure/function is not supported in the READ ONLY procedure/function"
How to achieve this? do we have any other option?