For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
We recently upgraded to APEX 22.1.4. Now we face a bug when downloading an interactive grid as excel file. Steps to reproduce: Create an interactive grid with at least two columns: one select list (“Select List Col”) and one arbitrary (“Data Col”) Set the select list LOV to the static values {d: “Display1”, r: 1} Add a control break on the select list column Download the interactive grid via Actions > Download > Excel The Return value (1) of the select list is shown instead of the display value (Display1) Adding the control break is necessary. If you omit the control break and then download the grid, everything is fine.