Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you 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
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Shimul/Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments

Discy Latest Questions

Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: January 27, 2021

Bi Publisher Report QR code will show the link of the report.

  • 0

The QR code of the report will show the link of the report. Clicking on that Report link will show the report.

apexbi publisheroracle
  • 2
  • 39
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: January 1, 2021

Using Mail Chimp in Oracle Apex

  • 0

How Can i Send Bulk Email by using Mailchimp from Oracle Apex?

emailoracleoracle apex
  • 0
  • 43
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: December 14, 2020

How to print directly when I click the Print button

  • 0

How to print directly when I click the Print button. No Print Preview. Bi Publisher or PLSQL Dynamic Content any one.

apexbioracle apex
  • 0
  • 54
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: December 6, 2020

How to avoid a button from multiple clicking without Dynamic Action

  • 0

How to avoid a button from multiple clicking without Dynamic Action. Click to Disable Button or Avoid Multiple Clicking...

apexoracleoracle apex
  • 1
  • 55
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 1
ShimulProfessional
Asked: November 30, 2020

Bi Publisher Report: Single query, Multiple Layouts

  • 1

In Bi Publisher Report, How can i use multiple layouts through a Single query? That means my query will be one but the layout will be Many.

apexbi publisheroracle
  • 2
  • 40
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: November 29, 2020

How can i call BI Publisher Report Dynamically from Table.

  • 0

TABLE Like: Select Item_id,Item_name,Url from Item_Master. i have 300 Item And 300 Report Layout. But There is one print button.. when i will pressed print button. Item_Master Table Url Column Layout will be Preview.

apexbi publisheroracle
  • 0
  • 30
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • -1
ShimulProfessional
Asked: November 21, 2020

master-detail entry screen in plsql Dynamic Content

  • -1

Is it Possible to create a Dynamic master-detail entry screen in plsql Dynamic Content

apexmaster-detailoracle
  • 0
  • 36
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: November 21, 2020

Non Database Column Save Into Database Table.

  • 0

How can i save dual table data into a table by Interactive Grid? Example: SELECT NULL AS DEPARTMENT_ID,NULL AS DEPARTMENT_NAME FROM DUAL I Want to insert it in Department Table. Select department_id,department_name from department.

apexgridoracle
  • 4
  • 57
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 0
ShimulProfessional
Asked: November 19, 2020

Oracle Apex Show Hide Text Item

  • 0

Department wise Employee Report. For IT Department: Employee_Id,Last_Name,Hire_date,Salary Column will Show. Other Column will be Hidden. For HR Department: Employee_Id,Salary Column will Show. Other Column will be Hidden. I want it will be show Hide from the database. For this Reason i created a Setup Employee Table and I have written a code in each item in server condition-> Plsql Function Body. Example: For Last Name Column: ======================= Declare V_LAST_NAME VARCHAR2(50); begin if :P443_TEST_NO is not null then select LAST_NAM into V_LAST_NAM from SET_EMPLOYEES where DEPARTMENT_ID=:P443_DEPARTMENT_ID; if V_LAST_NAME = '1' then return true; else return false; end if; end if; end; For Salary Column: ======================= Declare V_SALARY VARCHAR2(50); begin if :P443_TEST_NO is not null then select LAST_NAM into V_SALARY from SET_EMPLOYEES where SALARY_ID=:P443_SALARY; if V_SALARY = '1' then return true; else return false; end if; end if; end; But the problem is that I feel different Server Side Condition (Plsql Function Body) in each column.I want to do it by a function/Procedure. How Can i Do it?

apexoracleshow
  • 3
  • 65
  • 0
Answer
Shimul
Shimul

Shimul

  • 17 Questions
  • 22 Answers
  • 0 Best Answers
  • 118 Points
View Profile
  • 1
ShimulProfessional
Asked: November 18, 2020

Text Area/Markdown Editor with Auto Complete

  • 1

How Can i Do it? Apex Ig Column Text Area/Markdown Editor with Auto Complete. Here Auto Complete is Mandatory.

apexigoracle
  • 0
  • 23
  • 0
Answer
1 2

Sidebar

Ask Question
Write a Post
  • Recent
  • Answers
  • pavlos

    How to change color of image in Oracle APEX?

    • 0 Answers
  • Bheem

    How to deploy oracle apex app in oracle SaaS

    • 0 Answers
  • Rameez Tariq

    How to create View with Blob column through DBLINK

    • 0 Answers
  • Huy Nguyen

    Dynamic action on column on Interactive Grid

    • 3 Answers
  • hamed
    hamed added an answer hi i want to display image in the report as… March 6, 2021 at 8:33 pm
  • Huy Nguyen
    Huy Nguyen added an answer Thank you for your good idea. March 5, 2021 at 12:09 pm
  • Vinish
    Vinish added an answer Oh, this will work for only new rows. For existing… March 5, 2021 at 11:22 am
  • Vinish
    Vinish added an answer I think you do not need to create the dynamic… March 5, 2021 at 11:14 am
  • Vinish
    Vinish added an answer Are you converting your CLOB to varchar2 in the report?… March 5, 2021 at 6:56 am

Recent Blog Posts

  • Vinish

    Oracle Apex - Display External File in Region

  • Vinish

    Oracle PL/SQL Download BLOB File to Disk

  • Vinish

    Oracle Convert External File to BLOB

  • Vinish

    Oracle Apex Calendar Example

  • Vinish

    Oracle Apex - Open Modal Dialog Page Using JavaScript

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About

© 2021 OrclQA.Com. All Rights Reserved. Privacy Policy