I have a simple master-detail kind of report setup, where in my first report page i have a table visual which enables the user to select a row, and drill through to the detail page.
On the detail page, I have a button with action "Back", and another button with action "page navigation" with destination to the master page. None of the buttons, when clicked retain the row-selection on the master-page, which leads to confusion since the customer does not remember which row she had selected when she first started her "drill-through journey".
Please do not suggest to use bookmarks, as the solution must work regardless which row is selected.
My questions are:
1) Am i missing something, should the row be kept selected on returnal?
2) Is this known behaviour?
3) Is there something I have to configure additionally to make it work?
4) Is there some other kind of workaround, like passing on a parameter from the detail page (where I have i.e. the identification number in a card visual) to the master page so that I could at least include that in a card visual?
Thank you for your support!