Hi All,
I am using Oracle APEX - 18.1.0.00.45
I have an Interactive Grid. In that IG I have 4 columns: say METAL_COST, METAL_WEIGHT, IS_METAL_FLAG, TOTAL_COST.
Now, when the User enter values for both the METAL_COST, and METAL_WEIGHT columns, then It should set the IS_METAL_FLAG column value as Y, and also set the TOTAL_COST as METAL_COST*METAL_WEIGHT .
In case if either of the METAL_COST, or METAL_WEIGHT columns has NULL or blank , then It should set the IS_METAL_FLAG column value as N, and should not calculate the TOTAL_COST.
Can you please guide me with your valuable suggestions.
Thanks & Regards,
Susanto Paul