Hi sir jii how select all /unselect all column in column toggle report. Can you please suggest.
Is there a way to set a variable :P2_SHOW_DATA in the where IR condition by clicking the button(DA)? ... where ... and :P2_SHOW_DATA = 'Y'
Hi sir jii, I have to print the chart which i have generated in oracle apex 21.2.I need to download in pdf format can you please suggest how to achieve this scenario.
I need barcode scanner plugin on Oracle Apex which scans barcode using camera on mobile ios, android phones and transfers it to a page variable.
I am trying to find the best way for me to deploy the APEX app to the customer. The idea is - to redirect the customer from the website to the APEX app where customer can buy the app - (SaaS). After payment - run the scripts to create workspace, schema, DDL, DML and application. And send the login details to the customer's email. I don't expect to get all the steps to do that. I am looking for an idea. I suppose that there is a standard way of doing these things, but I am not familiar with them 🙁 I am using APEX on Oracle Cloud, with autonomous DB. I really appreciate any help you can provide.
Hi, I have two Popup LOV, where with a dynamic action "P4_CUSTOMER" refreshes the other Popup LOV "P4_FORMS": Where I filter it as follows "P4_FORMS": select SYW_FORMS.FORM_NAME as FORM_NAME, SYW_FORMS.FORM_ID as FORM_ID from SYW_FORMS SYW_FORMS where CUSTOMER_ID = :P4_CUSTOMER; Cascading List of Values: P4_CUSTOMER In my shuttle I have the following "P4_ROLES": List of Values select SYW_ROLES.ROL_NAME as ROL_NAME, SYW_ROLES.ROL_ID as ROL_ID from SYW_ROLES SYW_ROLES where SYW_ROLES.CUSTOMER_ID = :P4_CUSTOMER Cascading List of Values: P4_CUSTOMER Source Type: SQL Query (return colon separated value) select SYW_FORMS_ROL.ROL_ID as ROL_ID from SYW_FORMS_ROL SYW_FORMS_ROL WHERE SYW_FORMS_ROL.FORM_ID = :P4_FORMS This is what I have configured in my apex, but I can't get my shuttle to refresh the data without doing a submit page that I run in a dynamic action in "P4_FORMS". Thanks.
How to connect payment cards to APEX? I'd like to "open the door" to those who paid for something immediately after payment. I need to get a confirmation in the database that someone pays.
Hi, I have scheduled a PROCEDURE (EXPORTING A TABLE TO A CSV FILE) When i execute the procedure manually the csv file generated contains data. when i schedule the same procedure through oracle scheduler the csv.file generated is empty that is contains no data? Thanks for your help Pillay
Hi, I have 80+ reports in my project those all generated through orcle10g report builder.When we place report request through oracle forms report builder will generates the reports.But going forward report build will not be available.we have to convert all reports into pl/sql code logic. Through forms we have to call pl/sql pkg and we have to generate the report data and we have to place in unix sever.How we can achieve this requirement?