Hi,
I create a page with multiple lists in the same report and on the top i created tabs using javascript. Each list i placed in the block and placed between the div tags (HTML item). So the appropriate block will be displayed when clicked on the top tab.
Issue : It takes longer time initially as it need to load all the lists in the page.
I thought of placing each list in a seperate page (multiple pages in the report) and when the user clicks on the NEXT button the next page will be loaded. Is this possible ? If so please provide me the direction.
Thanks