Range in List is a component that allows you to filter a range of records from a list in OutSystems. It is useful for scenarios where you need to display a subset of records from a large list, such as pagination, charts, or reports.
To install Range in List, follow these steps:
To use Range in List, follow these steps:
Here is an example of how to use Range in List in a screen that displays a table with pagination.
Ceil(Length(CustomersList) / PageSize)
(PageNumber - 1) * PageSize + 1
PageNumber * PageSize
This way, you can display 10 customers per page and navigate between pages using Range in List.
If you want to test the Range in List component, you can access the following page:
https://ruihmendes.outsystemscloud.com/RangeTeste/
This page allows you to enter a list of numbers and filter a range of records from it. You can also change the page size and number to see how the pagination works.
In this section, you will find some common questions and answers about the Range in List component.