Karla Cornejotoshareapex.hashnode.dev·Nov 29, 2024Tips Parte 2: Migrar Oracle Forms a Oracle APEXEn el ámbito tecnológico, uno de los desafíos más significativos es la migración de Oracle Forms a Oracle APEX. Este proceso puede complicarse especialmente cuando trabajamos con formularios complejos, como aquellos que tienen múltiples dependencias ...Discuss·112 readsApex
Karla Cornejotoshareapex.hashnode.dev·Oct 25, 2024Tips: Migrar Oracle Forms a Oracle APEXMuchos enfrentamos grandes desafíos en el ámbito tecnológico, y uno de ellos es la migración de Oracle Forms a Oracle APEX. A menudo nos encontramos con formularios de complejidad media a alta, incluyendo formularios tipo TAB, y surge la pregunta: ¿C...Raghul V and 1 other are discussing this2 people are discussing thisDiscuss·246 readsformstoApex
Dominik Grabińskidgrabinski.hashnode.dev·Oct 16, 2024DTaTiA#2 - Dominik's Tips and Tricks in APEX#2: Freeze columns in Interactive Report #JoelKallmanDayHave you wondered how to freeze columns in Interactive Report in APEX? In Interactive Grid it's no problem, you use the snowflake icon: When it comes to Classic Report, there is also a solution, a plugin written by a colleague from work (great work ...Discuss·1 like·136 readsoralce
Harsh Vermaforcedev.hashnode.dev·Jul 29, 2024Simplifying Polymorphic Queries in SOQL with the TYPEOF OperatorIn Salesforce Object Query Language (SOQL), polymorphic relationships enable a field to reference multiple types of records. To handle these dynamic references effectively, SOQL provides the 'TYPEOF' operator, allowing you to specify different fields...DiscussSOQL queries
Karla Cornejotoshareapex.hashnode.dev·Jun 24, 2024Tips: Interactive Grid - Saltar celdas en modo lectura.Muchas veces tenemos Grillas interactivas o Interactive Grid, en donde el usuario necesita ingresar información de una manera ágil y rápida. Para esto es importante darle las facilidades y solo fijarse en los campos en donde debe de ingresar datos. E...Discuss·64 readsApex
Joe Kerrjkerr.hashnode.dev·Jun 3, 2024Guide to IG Select Lists: Important ConsiderationsContext: APEX Interactive Grid (IG) columns of type “Select List” with a large list of return values and/or many IG rows reduce performance and consume more memory. The cause is APEX takes time to populate all the column’s possible Select List value...Discuss·1 like·159 reads#oracle-apex
Rutvik Prajapatirutvikprajapati.hashnode.dev·May 20, 2024Deep Linking in Oracle APEXThere are times when we need to send users a direct link to a specific page, such as an interactive report, via email or users may also want to bookmark certain pages for easy access after logging in. When a user clicks on this type of URL and is not...Discuss·337 readsorclapex
Ender Polanco Rivasepolanco.dev·Apr 26, 2024"Function Body returning SQL Query" with multiple queries.Here are a couple of things to consider when creating a report using a Function Body that returns an SQL Query as the data source and using "IF" to decide which query will be executed. "ELSE" must be present. The query in the "ELSE" condition will ...Discuss·818 readsApex
David Langoracleapexblog.hashnode.dev·Apr 7, 2024Jazz up your login pageGive your login page a nice icon. You can download an icon from https://icons8.com/icons, there are over 1 milion free icons to choose from. No sign up, just download them. In this example I am using a downloded icon for my Money Health app. It also ...Discuss·448 reads#oracle-apex
Rutvik Prajapatirutvikprajapati.hashnode.dev·Apr 1, 2024How to Exclude Columns in Oracle APEX Interactive Report DownloadsInteractive Report in Oracle APEX provides out-of-the-box functionality to download the report in various formats. However, there are instances when we need to exclude specific columns from these downloaded reports. While APEX doesn't offer a declara...Discuss·103 readsapex.world