16-06-22 01:32 PM
Hi All,
Wondering if anyone can help here!=
I have a collection which I need to manipulate in order to click on an item from a data table.
My table when read, populates with the following:
And then proceeds to the filter collection stage:
Where it uses the following filter:
But when this stage is ran, the output collection does not populate.
This has been working fine the last 2 weeks and has only stopped working today.
The data item [UBRN Number] is currently formatted as a text data item, so the data types all match up.
This is the most efficient way to filter this collection as it deals with 100's of rows of data.
Any advice is very much appreciated!
Thanks,
Answered! Go to Answer.
17-06-22 03:58 AM
"TRIM([UBRN]) = '" & Trim([UBRN Number]) & "'"
"[UBRN] LIKE '%" & [UBRN Number] & "%'"
17-06-22 03:58 AM
"TRIM([UBRN]) = '" & Trim([UBRN Number]) & "'"
"[UBRN] LIKE '%" & [UBRN Number] & "%'"