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
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  1. Asked: September 12, 2020

    Sum Column Value Added in Item at Run time before pressing Save

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Replied to answer on September 7, 2021 at 1:30 pm

    How calculate average of a column run time and store into item .?

    How calculate average of a column run time and store into item .?

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: July 29, 2021

    How to upload Excel in oracle apex?

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Added an answer on July 31, 2021 at 2:55 pm

    You can use  excel2collections  Plugin. https://github.com/antonscheffer/excel2collections

    You can use  excel2collections  Plugin.

    https://github.com/antonscheffer/excel2collections

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  3. Asked: July 12, 2021

    How end user can create table

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Added an answer on July 13, 2021 at 4:24 pm

    Done thanks sir

    Done

    thanks sir

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  4. Asked: July 12, 2021

    How end user can create table

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Added an answer on July 13, 2021 at 10:28 am
    This answer was edited.

    DECLARE ddl_qry VARCHAR2 (150); tbname varchar2(100); col1 varchar2(50); dtype1 varchar2(50); scale1 varchar2(10); col2 varchar2(50); dtype2 varchar2(50); scale2 varchar2(10); BEGIN tbname := :P3_NEW_6; col1 := :P3_NEW; dtype1 := :P3_NEW_1; scale1 := :P3_NEW_4; col2 := :P3_NEW_2; dtype2 := :P3_NEW_3Read more

    DECLARE
    ddl_qry VARCHAR2 (150);
    tbname varchar2(100);
    col1 varchar2(50);
    dtype1 varchar2(50);
    scale1 varchar2(10);
    col2 varchar2(50);
    dtype2 varchar2(50);
    scale2 varchar2(10);

    BEGIN

    tbname := :P3_NEW_6;
    col1 := :P3_NEW;
    dtype1 := :P3_NEW_1;
    scale1 := :P3_NEW_4;
    col2 := :P3_NEW_2;
    dtype2 := :P3_NEW_3;
    scale2 := :P3_NEW_5;

    ddl_qry := 'CREATE TABLE tbname(
    col1 dtype1(scale1),
    col2 dtype2(scale2)
    )';
    EXECUTE IMMEDIATE ddl_qry;
    END;


    sir my syntax is ok but when press create button then show error

    Error: Ajax call returned server error ORA-00907: missing right parenthesis for Execute PL/SQL Code.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  5. Asked: June 30, 2021

    how to load CSV using customise the method

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Added an answer on July 1, 2021 at 10:03 am

    thank you sir

    thank you sir

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  6. Asked: May 28, 2021

    How to add tooltip on apex chart

    Ali Akbar

    Ali Akbar

    • Faisalabad, Pakistan
    • 10 Questions
    • 6 Answers
    • 0 Best Answers
    • 85 Points
    View Profile
    Ali Akbar Professional
    Added an answer on May 29, 2021 at 10:33 am

    But remarks tooltip not showing . i just used all tooltip column . now what else reaming ? thank you.

    But remarks tooltip not showing . i just used all tooltip column . now what else reaming ?

    thank you.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter

Sidebar

Explore

  • Ask Question
  • Add Post

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