I have various filters I need to perform on a rather large dataset. I’m running into an issue where UiPath is getting stuck on reading my datatable. I’m attempting to use the filter activity. Is there a way to filter on numeric values only? I need to exclude Not in Booking, Prebooking, and Prior Period Booking from the column, but I’m having trouble doing that with filter activity since it only allows for two selections.
I cannot share my file because it has some privileged information, but I can share the below:
For this particular step, I need to exclude Not in Booking, Prebooking, and Prior Period booking. I thought it may be easier to filter to only show numeric values.
Thank you. I’m trying to search for an alternate route that won’t require me to read a datatable. Because of my file size, UiPath is unable to read the data into a datatable. It just keeps spinning.