Can a field be used in a report without it appearing in any
data group ?
Answers were Sorted based on User's Feedback
Answer / shilpa
Yes,a field can exist in report without it appearing in any
data group.
For ex:page number can exist in report.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lokanath
Yeah we can use it by placing it outside of the Gruops.
or else some default columns like pagenumber,currentdate
etc ..
we can use them without group.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shailesh
Yes. we can use pagenumber,currentdate and single row
return statement in before report by using place holder
column.
| Is This Answer Correct ? | 1 Yes | 0 No |
primary key is foreign key for the same table?
What is key preserved table?
Explain the importance of .pll extension in oracle?
what is the difference between substr and instr function in oracle?
How to fetch the row which has the max value for a column?
How to call a stored procedure inside a trigger? Give an example.
In Oracle 9i what does "i" Stands for?
What is Reduced List of Values?
How can you use check constraints for self referential integrity?
What is meant by joins?
How to execute a stored procedure in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?