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 |
Is oracle a language?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
What do you mean by a database transaction & what all tcl statements are available in oracle?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
what are stored procedures?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What are different Oracle database objects?
Can we create trigger on view in oracle?
What is a nvl function? How can it be used?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.