How can I filter a DataTable?

Hi @Christopher_Gomez,

Dt.select("amount>=5000").CopyToDataTable()

Refer more in below post
DataTable filtering with expressions

Regards,
Arivu :slight_smile: