Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Developer/2000 Reports

292146Jun 13 2002
I need to find out how to develop a field for a report that will contain a value determined by adding or subtracting the output of two other fields(queries).
An example would be:
Query 1: select count(1) from A; result is G_count_1 contains count_1
Query 2: select count(1) from B; result is G_count_2 contains count_2

I need count_1 added to count_2 and the answer in F_3.

How do I do this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2002
Added on Jun 13 2002
1 comment
206 views