how will the report recognize the parameter
Answer / sudipta santra
The recognization of the parameter by the report is given
below as step by steps:
1. Report checks any bind variable be used in Data model
query, if found then check the is there any parameter with
the same name of that bind bariable with the matching
datatypes or not ? It is one of the ways.
2. If the first point is not feasible i.e, no bind variables
are used, so then report checks any reference item columns
in layout editor where the item is not related to the column
of the query data model, if found then as the same way it
checks any same name parameter is used or not with the same
datatype ? It is the another way of recognize.
3. If the above two points are not feasible then reports
checks any formula column or placeholder column or summary
column is in data model where any bind variable is used if
found then in the same way of the above 2 points report
recognize.
Got it?
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the built-ins used for Getting cell values?
Where is the external query executed at the client or the server?
What do we mean by record group in oracle forms?
LOV can best describe a) window b)modal c)list d) none of these d)
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What is a Package Procedure ?
How can a button be used in a report to give a drill down facility?
what is an object groups?
how i build a report
What are the built-in used for getting cell values?
List the different types of columns in oracle reports.
how to load data into base tables