I'm using Apex 19.1 on an 18.c database.
I have an Interactive Report (Page 134) and and corresponding Form (Page 136).
In the Interactive Report the Link Column / Link to Custom Target is set to page 136 and in Set Items the Name is set to P136_PRIM_KEY and the value is set to #PRIM_KEY#. The link works well.
The problem is when the user is working partway down a long list of alphabetically sorted last names. When they edit a name beginning with "M" and are then returned to the report, they're positioned to the top of the report ("A") by default. Is there a way to return to the prior scroll position?