Skip to Main Content

APEX

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!

Calculated field in classic report

990921Feb 13 2013 — edited Feb 19 2013
I am trying to editable columnin classic report and based on the values that users fill in that filed calculate value in another column. I have seen something similar on the forum but nothing really worked for me.

My report is based on sql query.

select column1,
column2,
column3 from table

I want column2 to be updatable, and that column3=column2+column1
This post has been answered by Ramesh P Oracle APEX Developer on Feb 19 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2013
Added on Feb 13 2013
15 comments
1,219 views