I have a apex report that has many rows with various data type. Now the user wants to view each row in detail. For this they want it to be in a form view.
But the form view must be conditionally read only (so that the user can not change anything if he does not have privilege).
I have found that , the interactive report of oracle generates a similar view for "single row view" ( although it is not conditionally editable).
In Another word, I want to show the row of a report by pivoting column to row.
Please help me how to do it.
(Creating a new form view and then make each element read only is a option , but it has many problem and is not suitable for over 50 reports.)
Thanks in advance for your help.