Oracle APEX Build Log No SQL. No Filters. Just Ask: AI Powered Natural Language Reports in Oracle APEX A small experiment that turned into a full working feature on my APEX app I have been building APEX apps for a while now, and one thing that always bugged me is how much effort normal users have to put in just to find one record. They open the app, they see 200 rows, and then they get stuck trying to figure out which filter icon does what. Most of my end users are not technical people. They do not know what an Interactive Report filter is, and honestly they should not need to know. So I asked myself, what if a person could just type what they want in plain English and the report configures itself. No SQL. No filters. Just ask. That line actually became the title of this whole thing because it is literally what I wanted to build. Quick context: This is built on top of a normal Interactive Report showing customer data, Customer Id, Full Name and Email Address. On to...