Idea Summary
I would like to propose an improvement for the pop-up LOV functionality in Oracle APEX, specifically regarding its use in an Interactive Grid (IG). Currently, the LOV relies on a single query to define both the display and return values, making it difficult to exclude the values already used in the IG column. My suggestion is to allow the use of two separate queries: one to display the values in the LOV, filtering out the values already used in the IG column, and another to manage the column values. This would prevent the selection of duplicate values and provide greater flexibility and control over data display, enhancing both usability and data integrity.