What are the various methods of performing a calculation in
a report ?
Answer Posted / guest
1. Perform the calculation in the SQL statements itself.
2. Use a calculated / summary column in the data model.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are bind variables?
where do u put the report file
what is the difference between call_form, new_form and open_form?
How can we generate report output in excel format?
What is a user exit program in oracle reports?
what is difference between group above and group left report
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
how report can be generated if we have the database designed in oracle 10g?
How can we expand Parameter Form Canvas on Reports 6i?
What do you understand by oracle forms?
what are the oracle forms services components include?
What is an oracle report? List its various types.
Why oracle forms required?
what is tripstop report?
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