What is the use of Data Link in Reports?
Answer Posted / bobbyiiit
"Data Link" acts as a Join condition in the Report Builder
between two tables. Using the Data Link in reports we can
achieve Parent-Child relation between the tables.
The join condition produced by data link is always an Outer
Join.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if some data is not transfered where it will get stored
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What is the difference between flex mode and confined mode?
Explain the different levels at which oracle form services interact.
What do we mean by record group in oracle forms?
what exactly u write in when_new_form_instance
What is an SQL FORMS ?
What is the difference between bind and lexical parameter?
In what situation u create the BPA.
What do you understand by oracle forms?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
In what sequence do triggers get fired by oracle forms?
if u want to delete all these detail block etc what will happen in form
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement