Filtering strings with Geoevent

644
1
08-24-2017 07:45 AM
JasmineHunter1
New Contributor

Hi,
I am trying to filter a definition for empty string values in a field called driverID. I have also tried filtering for a specific driverID that I know is in the data, as well as using double quotes instead of single quotes. I have also tried = and MATCHES with no luck. I have successfully filtered double and integer fields though. Does anyone have any suggestions for filtering strings?
Thanks,
Jasmine

0 Kudos
1 Reply
RyanJewett
New Contributor

To filter for an empty string value, use the MATCHES operator with a value of ^$

0 Kudos