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
- I want add column call "Total" to auto calculate values Qty*Price ..
- I want it "Total" auto calculating once i put values into Qty & Price ..
How i do that .. help me
Thanks
@"Jitendra"
@"fac586"
@"Kiran Pawar"