Filtering Top n Records in Uipath Apps Table

Hi,

In UiPath Apps after we creating the table we can use data sources as data service tables, Studio data tables etc
My doubt is if the user want to see only top 10 records or 20 records instead all the records in the table, Shall we have any filtering option in UiPath apps
Or we need to run a process in studio which will give filtered table of records(This approach little time consuming)

@Srinivasan_Suresh

Welcome to the community

one way to implement it is by adding a column for index and you have give a input field in UiPath apps and in the table source field use if condition to check if the given number is greater than the index of a row display else filter it

expression looks like this Filter(datasource,[indexcol,"<=",valuefromInputfield])

cheers

1 Like

Thanks Bro,

This approach also good, But if the table doesn’t have index column,

Anyway your approach is very helpful

1 Like

@Srinivasan_Suresh ,

you can wait for couple of weeks and this feature will be rolled out. VB Apps is coming soon next month where you can filter records based on TOP(10) records and sorting by ASC or DESC

Thanks
Arvind

2 Likes

Thanks for your valuable information

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.