Hi, I have a "select list" fieldĀ contains some parameters to search the records in interactive grid. On Press Enter, i am calling "Submit Page" functionality to search the record in IG.Ā BecauseĀ the IG itself got lots of records based on the provided parameter, I am using further default "Search Functionality" to narrow down the data in IG. The problem is, this default Search is not getting clear if I am changing parameter in "select list" and doing "Submit Page". So can you please advise how this IG's "Default Search" can be cleared if "Submit Page" is being performed? Thanks in Advance. -Singh
Discy Latest Questions
Dear brother, I was using apex 20.1 version which version had no problem in POPUP Lov Additional Outputs on page item or editable IG popup lov columns but when i upgraded into apex 22.2 that raised an error . which error given below; Uncaught TypeError: Cannot read properties of undefined (reading 'attr') at q.<computed>.<computed>._identityChanged (widget.grid.min.js?v=23.1.0-16:1:59322) at a.<computed> [as _identityChanged] (desktop_all.min.js?v=23.1.0-16:31:2889) at q.<computed>.<computed>._setModelValue (modelViewBase.min.js?v=23.1.0-16:2:23254) at a.<computed> [as _setModelValue] (desktop_all.min.js?v=23.1.0-16:31:2889) at q.<computed>.<computed>.setActiveRecordValue (modelViewBase.min.js?v=23.1.0-16:2:5032) at a.<computed> [as setActiveRecordValue] (desktop_all.min.js?v=23.1.0-16:31:2889) at HTMLDivElement.<anonymous> (widget.grid.min.js?v=23.1.0-16:1:28067) at HTMLDivElement.dispatch (desktop_all.min.js?v=23.1.0-16:2:43184) at y.handle (desktop_all.min.js?v=23.1.0-16:2:41168) at Object.trigger (desktop_all.min.js?v=23.1.0-16:2:71790) Brother ,i need your suggestion...
Dear Vinish, I want to export the data into CSV. but my column name is fixed it may change from time to time in that scenario how to write the procedure to pull the data into CSV with the DB header as it is? Could you please guide me on this?
You can install two different versions of apex on two different pdbs using oracle 19c. ? If yes, how would it affect apache tomcat ?
Hello everyone I want to ask how to active / inactive links in Interactive grid I want to activate the link when RANK1 is Employee name and deactivate the link when RANK1 is Hire New. Is there a solution to my problem? Thank you very much
How to pass dynamic where clause to IR report from application item.Can you please suggest. Example select col1,colo2 from table where col1 in(:P1_ITEM) P1_ITEM contains in clause select query
Hi. How can I include DATE RANGEĀ search criteria in Faceted Search? (while I was trying, I am getting the following error. Facet is not supported for DATE or TIMESTAMP columns.) Thanks,
Can apex_mail.send be called from outside of apex 20?