Sign Up

❇️ 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.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments

Discy Latest Questions

khaled sawafteh
khaled sawafteh

khaled sawafteh

  • 4 Questions
  • 6 Answers
  • 0 Best Answers
  • 41 Points
View Profile
  • 0
khaled sawaftehContributor
Asked: January 13, 2022

calculate sum in iteractive grid

  • 0

Dear; I appriciate your co-operation in this forum. I use the following code which is get from this site to calculate sum in iteractive grid ------------------------------------------------------------- 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_jdAmount = parseFloat(model.getValue(r,"JD_AMOUNT")); if (!isNaN(v_jdAmount)) { if (actionType == 'C') totAmount += v_jdAmount; if (actionType == 'D') totAmount += -1*v_jdAmount; console.log("it is "+ actionType + " " + v_jdAmount); } }); $s('P33_TOTAL',totAmount); ------------------------------------------------------------ i think in this statement var actionType = model.getValue(r,"ACTION_TYPE").v; -----error i need refresh summation where i select delete before commit. thanks in advanced

sum in apex
  • 0
  • 38
  • 0
Answer
khaled sawafteh
khaled sawafteh

khaled sawafteh

  • 4 Questions
  • 6 Answers
  • 0 Best Answers
  • 41 Points
View Profile
  • 0
khaled sawaftehContributor
Asked: December 15, 2021

APEX execute_Query when page load

  • 0

in oracle forms 10g there is trigger when_new_form_instance Excute_query what is the opposite to it in APEX thanks

query apex
  • 3
  • 69
  • 0
Answer
khaled sawafteh
khaled sawafteh

khaled sawafteh

  • 4 Questions
  • 6 Answers
  • 0 Best Answers
  • 41 Points
View Profile
  • 0
khaled sawaftehContributor
Asked: October 5, 2020

Developer Suite with windows server 2019

  • 0

Hi, Please is any way to install developer suite 10g r2 with windows server 2019

developer 10g
  • 4
  • 448
  • 0
Answer
khaled sawafteh
khaled sawafteh

khaled sawafteh

  • 4 Questions
  • 6 Answers
  • 0 Best Answers
  • 41 Points
View Profile
  • 0
khaled sawaftehContributor
Asked: September 28, 2020

summary column in oracle apex interactive grid

  • 0

I used the JavaScript code it does not work please give me an example to calculate sum from column (QTY) thanks

oracle apexsum colomn
  • 4
  • 703
  • 0
Answer
Advertisement

Sidebar

Ask Question
Write a Tutorial
Advertisement

Recent Blog Posts

  • Vinish

    Oracle LENGTH()

  • Vinish

    Oracle INSTR() Function

  • Vinish

    Oracle INITCAP() Function

  • Vinish

    Oracle Concat

  • Vinish

    Oracle CHR Function

Advertisement
Advertisement

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
© 2021 OrclQA.Com. All Rights Reserved.
Privacy Policy - About Us