- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The back button is not working properly
Hi Friends,
I have created a document using straight table.The straight table consist of Field-1,Field-2,Field-3,Field-4 and when I clicked on a value from Field-1 then it will shows pivot table which is consist Field-5,Field-6,Field-7,Field-8 in the first level.when I clicked on another value from field-5 then it will shows another pivot table which is consist Field-9,Field-10,Field-11,Field-12 in the second level.In my document there "Back" button is available to going back from each level.but when I clicks on Back button in the last level(level-2) then it will shows directly main document (straight table) without showing previous level(level-1).whenever I clicks on Back button I want to see the document like from "level-2 > level-1 > main document".
Kindly provide me expression for Back button to perform in each level.
Many thanks for your great support.
- Tags:
- back button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello srinivas,
Just remember the back stack only remembers the changes in field selections & variables. It does not track navigation movement (unless that movement is triggered by changes in fields or variables).
Give the attached example a try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Evan,
In my document that three charts were in different sheets.when I clicks on back button on the chart-3 then forward button should be enabled after that if I clicks one more time on the back button then it was going back to chart-2 and from chart -2 to chart-1 with single click only.but I want to use single on chart-3 also.To solve this I used macro expression also for the back button and still the problem hasn't resolved.
kindly provide me solution for the back button issue.