I have a number of Interactive reports on a page inside a tab container. Whenever the page loads it always scrolls to the bottom, below the report.
At this stage I am just trying to get the page to scroll t the top. Users are manually having to scroll the pages.
I tried setting within the execute javascript on load section window.scrollTo(0,0); -- This has no effect.
Any suggestions