Marketplace logo
MarketplaceListingsSnippetDataTable Filter with Optional Sort
DataTable Filter with Optional Sort

DataTable Filter with Optional Sort

by Centric Consulting

0

Snippet

9

back button
back button
carouselImage0
next button
next button

Summary

Summary


Overview

Overview

To filter and sort a DataTable, provide arguments as follows:

1) io_dataTable: the table to be filtered.

2) in_selectCriteria: the criteria string used to filter. Leave blank for no criteria (sorting only).

Examples are :
"Name LIKE '%cat%'"
"ProductID = 1234"

in_sort: Flag for whether sort should occur, True or False.

in_sortDescending: Flag for whether sort should occur descending for the sort field, True or False.

in_sortField: Field name that the DataTable should be sorted by.

Features

Features

Using this procedure, both filtering and sorting can occur in one step.

Additional Information

Additional Information

Dependencies


Code Language

Visual Basic

Publisher

Centric Consulting

Visit publisher's page

Trusted Source

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.0

Updated

Dec 16, 2022

Works with

Studio: 19.10 - 22.10

Certification

Silver Certified

Tags

datatable
filter
select
sort
snippet

Application

UiPath Studio

Support

UiPath Community Support

Similar Listings