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!

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 add auto calculating column into tabular form ?

GeekintoJul 10 2015 — edited Jul 11 2015

Hi all,

I use Apex5

I have master detail form

Detail columns is :

select

"ID",

"OUT_ID",

"ITEM_ID",

"ITEM_NAME",

"QTY",

"PRICE",

"ASSETS_ID",

"STOCK_BALANCE",

"NOTICE"

from "#OWNER#"."T_OUT_DTL"

where "OUT_ID" = :P9_ID

g.PNG

  1. I want add column call "Total" to auto calculate values Qty*Price ..
  2. I want it "Total" auto calculating once i put values into Qty & Price ..

How i do that .. help me

Thanks

@"Jitendra"

@"fac586"

@"Kiran Pawar"

This post has been answered by Kiran Pawar on Jul 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2015
Added on Jul 10 2015
1 comment
1,292 views