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 |
Explain oracle instance.
Why does oracle 9i treat an empty string as null?
What suggestions do you have to reduce the network traffic?
How to restrict the duplicate records in table valuesets
What is the difference between "as" and "is" in an oracle stored procedure?
What is the maximum number of CHECK constraints that can be defined on a column ?
why can't we assign not null constraint as table level constraint
What is an UTL_FILE.What are different procedures and functions associated with it?
What is the difference between substr & instr functions?
How data locks are respected in oracle?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
Describe varray?