I guess I haven't ever tried using a wildcard in the middle of a filter expression. You'd think I'd need that at some point. Go figure. =)
Blue Prism is using the Select method on the datatable to filter the results (that is, if you go all the way into the code stage), and it looks like the Select method only supports wildcards at the beginning or end of the text such as '*this*'.
I suppose the other issue here is that the Select method doesn't seem to support ? as a wildcard. I haven't looked into whether there's another single character to use instead, but at least when used in Blue Prism, the ? is read as part of the string.
You may want to use LINQ instead. It seems to be the go-to when performing queries on datatables (collections) in Blue Prism beyond what the existing actions provide.
------------------------------
Dave Morris
3Ci @ Southern Company
Atlanta, GA
------------------------------
Original Message:
Sent: 07-10-2019 03:51
From: Pavel Král
Subject: Either [ ] or ` `. Basic SQL…
Hi all,
any Idea why ? wildcard is not working?
eg.: [Area] like '04? AB'
------------------------------
Pavel Král
RPA Specialist Senior
MANN+HUMMEL Service s.r.o
Europe/Prague
Original Message:
Sent: 05-06-2019 15:37
From: Ami Barrett
Subject: Either [ ] or ` `. Basic SQL…
Either [ ] or ` `. Basic SQL notation.