Hi All,
Apex version 23.2.3
We are using an Interactive Report to show data to the user, this could be 1 row or over 1000 rows.
The default dropdown, for number of rows, has pre-set values. Is there a way to change these values via Apex?
Using some javascript, added a new value of “200” to this list, which once selected, changes the rows on the report to 200, perfect.

After the user selects 200, the report rows update but the value in the rows dropdown changes to 1 -


If the user changes the page of the IR, the value is still set as 1 so the next page only shows 1 row, the user has to change it back to 200.

Any suggestions or ideas to get this working would be amazing.
Thanks in advance.