- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 03:29 AM
Hi,
I have this report,
When I am trying to See all the Records,
I see only 1 Page and I am not able to move to the 2nd Page. How can I achieve that?
Thanks,
Vaishnavi
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 06:42 AM
If your requirement is view the next page after expanding the group, then you can handle it differently. Pagination is not enabled for the records within the group. So you need to click the group text (refer highlighted in below image) instead of the triangle to view all the records as a separate list. From the loaded list you get the pagination for those records
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 06:35 AM
Hi,
This refer number of record not page. From your screenshot I can understand it has only 2 records. You can't move to next page as it doesn't have next page. It is showing 1 to 2 records or total 2 records. Next page will be enabled if you have more than max page count
From Screen shot I can understand you grouped by Active field. Since you have only two values for Active it shows as only two record. It will show count of all record if you don't group them.
To view the data of the each group, click the expand triangle before the "Active:false" and "Active:true" text
Refer sample pagination for entries with more record
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 06:42 AM
If your requirement is view the next page after expanding the group, then you can handle it differently. Pagination is not enabled for the records within the group. So you need to click the group text (refer highlighted in below image) instead of the triangle to view all the records as a separate list. From the loaded list you get the pagination for those records
Palani