Relative Content

Tag Archive for plsqloracle-apex

Dynamic Form in Oracle APEX

I currently have an APEX requirement that tracks the progress of assessments of various items. These assessments contain a few hundred questions that change regularly. I want to create a form as one of the ways to answer these questions but I need the form to dynamically change the amount of questions, and the wording of the questions.

printing in oracle apex using plsql dynamic content error

I want to print a tax report using Oracle Apex using plsql dynamic content.
The result must be for all clients during a certain period, and this period is determined by two items, from_date and to_date
An error appears when the exact drag returns (SQL Error: ORA-01422: exact fetch returns more than requested number of rows)
I tried to do it with another condition, which is the cust_id, but I got the same error
Any Help?