What is the use of Data Link in Reports?
Answers were Sorted based on User's Feedback
Answer / nitesh srivastava
Data links are used to establish parent-child relationships
between queries and groups via column matching
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / gaurav garg
by Data Link layer we can connect two databsle
tables on which u want to generate the reports
| Is This Answer Correct ? | 2 Yes | 3 No |
How do you reference a Parameter?
What are the sql clauses supported in the link property sheet?
What is lexical parameter ?
Use the Add_group_row procedure to add a row to a static record group 1. true or false?
What is the advantage of the library?
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
If a break order is set on a column would it effect columns which are under the column?
In what sequence do triggers get fired by oracle forms?
How can you create Lexical parameter n Bind parameter in Reports ?
can i send the control file path as a parameter
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
How many windows in a form can have console?