Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Sep 9, 2024Deep Dive into Oracle APEX Globalization: Understanding Multi-Language and LocalesThis is part 2 of series of blogs entitled Things in APEX I've used for years, but not fully understood how they work. Part 1 : Sorting in APEX: Classic Reports and Card Regions Explained Since I didn't fully understand how this works, I'm self-taugh...Discuss·1 like·287 readsThings in APEX I've used for years, but not fully understood how they work#oracle-apex
Karla Cornejotoshareapex.hashnode.dev·Aug 29, 2024Seleccionar un registro en IGrid e IReport para refrescar una región con gráficosEn este articulo veremos dos maneras de seleccionar un registro, en un Interactive Grid e Interactive Report, y al momento de obtener el registro refrescaremos una región de gráficos. Demo01: Interactive Grid Creamos una region de tipo Interactive G...Discuss·126 readsApex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Aug 12, 2024Configuring the OCI Generative AI Service in APEXIn this blog, I configure the OCI Generative AI Service in APEX, set it up for APEX Builder and then test it out with a bonus AI Assistant. Instructions Create OCI Credentials in APEX using this guide In APEX click App Builder > Workspace Utilities...Discuss·2 likes·220 reads#oracle-apex
Karla Cornejotoshareapex.hashnode.dev·Aug 9, 2024Consulta tu Base de Datos con Lenguaje Natural usando Select AI: Uso de DBMS_CLOUD_AI.GENERATEUso de Select AI para Interacción en Lenguaje Natural con tu Base de Datos Oracle ha introducido la funcionalidad Select AI en su Oracle Autonomous Database, que permite a los usuarios realizar consultas usando lenguaje natural, eliminando la necesid...Discuss·1 like·195 readsApex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jul 8, 2024Configuration & Test of OCI Credentials in APEXIf you want to use the OCI APIs in APEX, you'll need to create OCI Credentials. Here is a step-by-step guide. These instructions also correctly place the files in an .oci folder for future use by apps such as CLI Tools Setup OCI key Window Key + R% ...Discuss·1 like·275 readsOCI
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·58 readsApex
Rafal Grzegorczykrafal.hashnode.dev·Jun 9, 2024Translate your Oracle APEX application - step by step"Translate this APEX application from English to Polish" That was one of the "make it for yesterday" tasks, so I had little time to read the documentation. So here's a step-by-step guide I wrote to speed things up. The steps are the same for many oth...Discuss·7 likes·645 readsOracle APEXapex.world
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·108 reads#oracle-apex
Karla Cornejotoshareapex.hashnode.dev·May 14, 2024Cargar archivo CSV usando APEX_DATA_PARSER y Data LoadingEn este post, analizaremos cómo podemos usar el paquete APEX_DATA_PARSER usando un archivo csv. En este caso uno de mis últimos requerimientos fue el siguiente: El usuario necesitaba cargar la información de su presupuesto, almacenado en formato csv,...Discuss·1 like·146 readsApex
Karla Cornejotoshareapex.hashnode.dev·May 6, 2024Content RowContent Row es una característica en Oracle Application Express (APEX) que facilita la creación y gestión de diseños responsivos y adaptativos en las aplicaciones web desarrolladas con APEX. Básicamente, permite organizar el contenido de una página e...Discuss·3 likes·262 readscontentrow