Hello,
In the main page of a pagebook I was defining a grid with several charts.
If I´m clicking on one of the Graphs (On select) I´m jumping to another sub-page (i.e. PG_BK_VOL_MAIN.setSelectedPageIndex(3);)
showing the figures of the graph in a crosstab.
In this sub-page I created a button-Panel "Graphs" which is leading back (On Click) to the charts page where I was starting from.
(i.e. PG_BK_VOL_MAIN.setSelectedPageIndex(0);)
In DS 1.2 this was working properly but in DS 1.3 it´s automatically jumping back to the crosstab page.
Once I selected a crosstab sub-page I cannot jump back to the graphs page.
Thus it´s impossible for me to use setSelectedPageIndex or setSelectedPageByName in DS 1.3 as it doesn´t release the addressed sub-page once selected.
I´m hoping anybody can help me here.
Best regards
Emanuel
