What are dynamic reports? How will you create them?

What are dynamic reports? How will you create them?

- Dynamic reports show the current data in a Hyperion Enterprise application.

- The system updates the data in a dynamic report when the report is displayed in a Web browser.

- Dynamic reports are used to show information to your users that changes over time.

- Links can be added to dynamic reports on the website or embed dynamic reports into existing Web pages.

Following steps should be followed to build a Dynamic Report:

1. Create a temporary table first.
2. Then insert data to the temporary table using the After Form Trigger.
3. Generate the report using this temporary table in the Data Model.
4. Delete all records from the temporary table in the After Report trigger.
Difference between Oracle Forms and Apps Forms
Oracle Forms renders applications using metadata stored in an .fmx file, It runs client-side PL/SQL.....
Sequence of firing triggers in forms
The following sequence should be used to fire triggers when a form opens: Pre-Form, Pre-Block, Pre-Record.....
What is a record Group? What are different types of record group?
A record group is an oracle forms data structure that has a column/row framework similar to a database table......
Post your comment