66
Views
2
Comments
Solved
Add dropdown in Pagination

Would anyone could make an oml example to add dropdown in Pagination,
E.g. User can choose to display 20/ 50 /100 record in one page , depends on their selection


UserImage.jpg
Sudarshan HD
Solution

Hi Winnie Lam 

In the dropdown, assign a local variable "MaxperPage", use the local variable "MaxperPage"  as the Max. Records of the aggregate with the List values , when the user changes the dropdown value refresh the aggregate then the value u selected on drop down will assign to the  MAX.records of aggregate you will get only how much records you want on that page

Thanks

Sudarshan HD

UserImage.jpg
Sudarshan HD
Solution

Hi Winnie Lam 

In the dropdown, assign a local variable "MaxperPage", use the local variable "MaxperPage"  as the Max. Records of the aggregate with the List values , when the user changes the dropdown value refresh the aggregate then the value u selected on drop down will assign to the  MAX.records of aggregate you will get only how much records you want on that page

Thanks

Sudarshan HD

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.