❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
summary column in oracle apex interactive grid
abumahmoud
Hi, also you can solve it for debit or credit values, i.e. as follows: var model = apex.region("test_ig").widget().interactiveGrid("getViews", "grid").model; var totAmount = 0; var vSign = parseFloat(-1); model.forEach(function(r) { var actionType = model.getValue(r,"ACTION_TYPE").v; var v_jdAmountRead more