Skip to Main Content

LiveLabs & Workshops

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.

how to Calculation in oracle apex classic Report as like (column1 - column2 = column3)?

Nobody_BasirulSep 12 2022 — edited Sep 12 2022

classic report Calculation.PNGSELECT EMPCODE,EMP_DESIG,DEPT_CODE,PRODUCT_ID,REQUEST_DATE,APEX_ITEM.TEXT(1,REQUEST_QTY) REQUEST_QTY,APEX_ITEM.TEXT(2) AS issued,APEX_ITEM.TEXT(3) AS balance FROM STORE_PRODUCT_ISSUED;

Comments
Post Details
Added on Sep 12 2022
0 comments
209 views