Skip to Main Content

Slack

Hello, I am struggling to find a proper formatting for the numbers. In my app, numbers can be very big (45) or very small (0.0345). I need to display numbers with the thousand separator and not mess around with the decimals. The numbers should display like this: 45 should display 45 0.0345 should display 0.0345 1234567.54 should display 1,234,567.54 So far the only options I found when I want to show the thousand separator is to SPECIFY the number of decimals. I want the decimals to be unaffected by the thousand separator. Is there something available. Thank you for your help! Happy New Year! All!
Want to make it easy to add Authenticator App and FIDO security key authentication to the applications you build? Please vote for: https://apex.oracle.com/ideas/FR-4165
Hi everyone, I am currently replacing “confirmDelete” with “apex.confirm”. Is there a way to replace all of them at once?
Happy New Year everyone!! In Oracle Apex I have an Interactive Grid, which is created via a dynamic query. For a kind of matrix table, virtual columns are generated for the next 10 years. Last year it went from 2024 to 2034. Today the application returned an error that 2024 is an invalid ID. To fix the error, I had to reinitiate the dynamic query in the Page Designer. The columns were updated to 2025-2035. To get the years, I use in the code: “extract(year from sysdate)” My question would be whether there is a way to avoid such an error after a year change or to automate the re-initiation of the virtual columns?
Hii....does anyone have azure ad account to check sso with apex ?
Does anyone have resources on file preview functionality? It would be highly appreciated
anybody using apex and spatial indexes seen a checkmark appear in this explain plan visualizer?
APEX 24.2 ?
Question.. I have a page with a parent grid (projects) and a child grid (project details) when I have a project row selected I am clicking a button to add a row to the project details grid. However when I close the modal for entering the project detail info, the row I was on in the project grid is deselected. I am capturing the id of the row in a page item, but need a way to reselect the row after closing the modal. Anyone have an idea on this?
Hi all. I had a general question, is it possible to enable debugging automatically when i run the apex application? I tried something like this but seem to not work. If someone can respond to that?
#_general Dear All, I’m exploring Oracle APEX integration with DocuSign. If anyone has blogs, resources, or insights to share, I’d greatly appreciate it.
Free Course
:mega: Oracle Database 23ai & APEX Iberian Tour is coming to you! https://blogs.oracle.com/apex/post/iberian-tour-2025
I was thinking with the downtime of apex.oracle.com this weekend we would awake to 24.2?? :thinking_face:
Was wondering if it's worth adding another channel. Have some questions on the "AI Assistant", and feel with as big as that topic is, might be a separate channel. Anyways, my company is going to start Microsoft Copilot for Business, since MS already has all our data anyways. From what I have read, APEX 24.1 currently only supports OpenAI, and OCI Gen AI Service. Any plans for when other services will be supported? Or is there ability to add our own service somehow?
HOW would we know what code is behind that? the Oracle portion is just a wrapper to java code in the database, right?
Hello all, Where can I see the full code of the yellow highlighted Java procedure? It's meant to get file from sftp server and push into external table in oracle. I would like to see where is the code that's doing that. Any help?
Hello APEX Family, I know much has been written and said about this topic, but so far I haven't had the need to address it, and I would like to know if there is any option available from APEX itself or from any other approach: I need to be able to copy a private IR report from the owning user to another user. Alternatively, the option to "share" a private report from one user with selected other users would also be valid. *Ideally, a user would create a private report and share it with others of their choice in "read-only" mode.* As always, I appreciate your feedback and collaboration. Best regards, and thank you!
I am doing an advent calendar with short APEX tips and tricks videos every day. The first 11 videos are already online; you can check them out in this playlist: https://www.youtube.com/playlist?list=PLpg61eZsDU4Z4G67ZwX6K5CQh0HhqyM5Z :christmas_tree:
There was some APEX / ORDS patch issue in Ashburn OCI today which caused an outage across multiple Autonomous envs. Does anybody have further info on the issue? or even how we could detect that patching was scheduled or taking place? Ideally this would be visible from the ADB console in OCI.
Hi Hi everyone! Is there a way to restrict access to Public Saved Reports based on user groups? Currently, when a report is saved as Public, all users can see it, but I need to limit which users can access specific public reports.
Hello team, I'm try to update multiple rows using interactive grid custom process. But I'm getting this error *1 error has occurred* • Session state protection violation: This may be caused by manual alteration of protected page item BUDGET_PERIOD. If you are unsure what caused this error, please contact the application administrator for assistance. i have set source attribute for page item (BUDGET_PERIOD) to query only but still not working. This is my custom process BEGIN IF :APEX$ROW_STATUS = 'C' THEN INSERT INTO XXPAN_BUDGET_MONTH_CONSUME ( REC_GUID, BUDGET_PERIOD, BUDGET_YEAR, DEPARTMENT_NAME, VENDOR_CODE, MONTH_AMOUNT, DESCRIPTION, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY ) VALUES ( :P121_GUID, :BUDGET_PERIOD, :P121_BUDGET_YEAR, :P121_LEGAL_CONTENT, :VENDOR_CODE, :MONTH_AMOUNT, :DESCRIPTION, SYSDATE, :SESSION_EMAIL, SYSDATE, :SESSION_EMAIL ); COMMIT; ELSIF :APEX$ROW_STATUS = 'U' THEN UPDATE XXPAN_BUDGET_MONTH_CONSUME SET VENDOR_CODE = :VENDOR_CODE, MONTH_AMOUNT = :MONTH_AMOUNT, DESCRIPTION = :DESCRIPTION, PURCHASE_ORDER_NUMBER = :PURCHASE_ORDER_NUMBER, LAST_UPDATE_DATE = SYSDATE, LAST_UPDATED_BY = :SESSION_EMAIL WHERE ID_NO = :ID_NO; COMMIT; END IF; END; Any idea how to solve this error?
I work on an app that I have to deploy to about 12 customers local environments, all difference workspace ids, etc. Once I deploy the app I drop in their themeroller json, logo file, etc Authentication is done from a component group I have in a different app BUT my biggest problem is deploying updates. I redeploy the app, and then have to remake the 3 items above (themeroller json, logo, authentication copy from the 'sso-tester' app I always do locally Is there an easier way to make localizations on authentication and themeroller. Logo seems like I could make it a workspace logo file and always have it the same name or something.
Hii Team, how can set default value for combobox , in below case users should not remove Accounts Team or Data Privacy Team .
Hi, What are the tables and views associated with working copies feature of Oracle APEX? Is there an audit table feature that keep tracks of the difference between working copy of the app and main version of the app in APEX240100 schema? If not, how we can view the differences using an query instead the view differences option in GUI?
I'm running APEX in my autonomous database in OCI, trying to set up APEX Assistant to use OpenAI. I follow the instructions I find on the web to the letter but can't OpenAI declines the request. I know this is not enough detail to really help me, but if there is a really good tutorial out there that actually shows ALL necessary steps, that would be helpful.
Hi everyone! I have a question regarding to displaying running balance in accounting application using views table in oracle apex. is it possible that the application will slowdown in processing view tables?
Hello all, I have a requirement not to delete a row in a table for a specific value of a column (Call_ID), if the table contains only that single row for that value. But if we are inserting a new row (Same Call_ID), then we have to delete the old row, even if there is only that row. It seems a bit confusing or contradictory. In short the Call_ID is unique but once inserted, should no longer be deleted until further notice. Can only be updated, or replaced entirely... We can add a column to deactivate it if needed. I keep running into "_Mutating Table Error_" when I am trying to run a count on the table in a trigger before deleting. What's the way to handle this requirement in a trigger?
Hi everyone! :wave: I have a switch-type page item and I need to pass its value to another Modal page using a button with 'Redirect to Page' action, but the value is coming through as null on the Modal page. Does anyone know what might be happening? Am I using the item incorrectly?
Hello Everyone, Earlier, I was able to export APEX applications as YAML files, but I no longer see that option. Could someone guide me on how to locate it and assist me with exporting the application in YAML format? Your help would be greatly appreciated. Thanks in advance! Sridhar
I'm trying to access knowledge article 742060.1 to view database release schedules, support timelines, etc. but with the new support site changes, the document seems to have been moved to the "cloud" support portal. My company runs our databases on-premise so we do not have a "Subscription ID" or "Account Name" since we don't use any cloud services. Anybody know how we can access that article?
Hi All. I had a question. Does oracle apex has out of the box treemap component functionality? So instead of plugin i want to use the out of the box functionality from apex. At the moment i am doing it using the plugin. Thanks for your responses to this.
A maybe simple question. I have an apex _ldap.search which works. But how can i search for a wildcard :man-shrugging: it dont works with * or % The searchfilter is: p_search_filter => 'cn=' || apex_escape.ldap_search_filter('*')
Hi guys! How are you doing today? :) Let me try to find out if someone else is facing this scenario... I have a region type URL. This region presents a form that belongs to other apps in the APEX solution created. For most of the cases, these forms are static, but I have one where the items are shown or hiddden based on selection of specific values. When using this region using prior versions of MS Edge / Chrome / Firefox, it works. However, on latest version of any browser the region doesn’t display correctly. I’m attaching a couple of screenshots to show the issue: a couple of them belong to Chrome, latest version of the browser, and a couple of them belong to Firefox v127 Any hints on a possible work around? Thanks in advance!!
Hi, I have a requirement to track which user has downloaded an interactive report. A quick search led me to this blog from 2018, is this still the best way to do it? https://spendolini.blogspot.com/2018/04/logging-apex-report-downloads.html
does apex restricts the developer with number of opened sessions or taps ? if yes , is there a way to increase this number ( number of opened tabs for the oracle apex developers )
All my google searches yield links that are 15+ years old and are stale/dead. Looking to see if anyone has ever created a serviceable wiki with APEX. I don’t have an immediate need but am curious.
Hello Team, can we make single column of IR editable? If yes , how? Any idea
Hello Team, can we make single column of IR editable? If yes , how? Any idea
Is it possible to hide the download button on reports for some users based on roles, or alternatively password protect the download button? The requirement is to have view only and view and download roles for certain reports.
Sounds like a dynamic action with a confirmation action, if it is confirmed, next action is fired, if not its completed..
Hi team, i have a small query. Suppose in my process when certain condition meet I want to display confirmation dialog in front end. If i press YES execution of my code continues and i press NO my process terminates right there. Any idea? Thanks
Hi every one, just to know what tool do you use in your dev process to organise roadmap and ci/cd documentations. Looking one easy to fit with APEX. Thanks :)
Hiii Team, how can we change unwanted url in alert message while sign out.I used below configuration on Nevigation bar to show alert message.
currently these fields are appearing in Vertical so i need to change few fields to left side and and right side... or indirectly i want to split the region into two parts
Hi Team, In a static region i have to show around 10 to 20 fields as part of search... So here when i create page items they are automatically appearing vertically on after one ... but for me need to show few fields in left side and few fields in right side of the static region.. so could you please suggest me with any idea or help
Hi all, I have an application with an interactive report on P1 which has a link to another page, P2. This opens in a new tab and populates a field :P2_USER_ID based on the user they select. This page contains a form and a few classic reports pertaining to the user . The issue we are having is the client wants to be able to open multiple tabs within a single session (i.e. on page 1 be able to click on say 3 user names and open 3 separate tabs), this works until they try to paginate through one of the reports, at which point it uses the newly set :P2_USER_ID from the next open tab, resulting in form information displaying for the original user but report information for the user id that hast been clicked last. Is there a simple fix for this? The reports can contain tens of thousands of rows so don't want to load it all on a single page. Would something like refreshing the page on paginate to reset the user_id work? TIA
Have there been any APEX Office Hours for 24.2? Looking to see what features will be in the next version

Ideas

FR-4177
Open
Created 4 days ago (Updated 3 days ago)
FR-4172
Closed
Created 6 days ago (Updated 3 days ago)
FR-4174
Open
Created 6 days ago (Updated 3 days ago)
FR-4171
Open
Created 10 days ago (Updated 4 days ago)
FR-4166
Open
Created 13 days ago
FR-4167
Open
Created 13 days ago (Updated 3 days ago)
FR-4163
Open
Created 2 weeks ago
FR-4157
Open
Created 2 weeks ago
FR-4155
Open
Created 3 weeks ago
FR-4152
Open
Created 3 weeks ago (Updated 4 days ago)
FR-4153
Open
Created 3 weeks ago (Updated 6 days ago)
FR-4150
Open
Created 3 weeks ago
FR-4146
Closed
Created 3 weeks ago (Updated 3 weeks ago)
FR-4147
Open
Created 3 weeks ago (Updated 26 hours ago)
FR-4144
Closed
Created 3 weeks ago
FR-4145
Open
Created 3 weeks ago (Updated 2 weeks ago)
FR-4143
Open
Created 3 weeks ago (Updated 3 days ago)
FR-4140
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4139
Open
Created 4 weeks ago
FR-4136
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4137
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4134
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4131
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4132
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4129
Open
Created 4 weeks ago (Updated 4 days ago)
FR-4130
Open
Created 4 weeks ago (Updated 4 days ago)
FR-4125
Closed
Created 5 weeks ago (Updated 3 weeks ago)
FR-4126
Closed
Created 5 weeks ago (Updated 3 weeks ago)
FR-4123
Open
Created 5 weeks ago (Updated 9 days ago)
FR-4121
Open
Created 5 weeks ago (Updated 10 days ago)
FR-4119
Closed
Created 5 weeks ago (Updated 3 weeks ago)
FR-4120
Closed
Created 5 weeks ago (Updated 3 weeks ago)
FR-4117
Closed
Created 5 weeks ago (Updated 3 weeks ago)
FR-4115
Closed
Created 6 weeks ago (Updated 3 weeks ago)
FR-4114
Closed
Created 6 weeks ago (Updated 5 weeks ago)
FR-4110
Closed
Created 6 weeks ago (Updated 6 weeks ago)
FR-4109
Closed
Created 6 weeks ago (Updated 3 weeks ago)

Forum

ebenwalker
05-Jan-2025 19:25:43
Farhan2
05-Jan-2025 17:55:48
manayer alkhubaizi
05-Jan-2025 08:22:25
boffman
04-Jan-2025 13:52:44
melman
03-Jan-2025 16:35:37
Alessandro Baldoni
03-Jan-2025 16:01:37
Alessandro Baldoni
03-Jan-2025 15:58:28
JacMa
03-Jan-2025 14:41:36
Ankita shinde
03-Jan-2025 07:24:55
Jey Explorer
02-Jan-2025 06:10:15
Abdul Rehman Mirza
01-Jan-2025 04:36:13
András Májusi
31-Dec-2024 20:04:49
JessicaWilson
31-Dec-2024 16:53:24

News

3 weeks ago
4 weeks ago
6 weeks ago
7 weeks ago
7 weeks ago
7 weeks ago
7 weeks ago