Oracle Reports
Can anyone tell me, how to modify a report using report builder in Oracle Developer ? Actually, i have to add 2 more fields to my original report that are already present in the table created previously. Give detailed information.

Software/Hardware used:
ASKED: November 6, 2008  11:58 AM
UPDATED: November 6, 2008  2:34 PM

Answer Wiki:
In report builder, you will find two main sections for any report: the data model, and the layout model. In the data model you define (among other things) the queries that will get the data from the database, and in the layout model you define how the data will be presented to the user. The first thing you need to do, is modify the query in the data model, in order to get the 2 new fields from the table. Then you need to go to the layout model, and define 2 new items (Text fields), putting them in the position in which you want them to be displayed. Then, for each one of these items, open the property palette (by double clicking on the item), and change the "source" property, selecting the name of the new column created in the data model when the query was modified.
Last Wiki Answer Submitted:  November 6, 2008  2:34 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _