BAQs and like statements are not working against tilda delimited fields with spaces in them. The items in the field are set up as follows “CUST_12345 [A]~CUST_12346 [Z]”.
Recreation Steps:
Pull the table into the query designer
Add a new sub query criteria against the field
Set operation to LIKE
Set expression to ‘%CUST_12345 [A]%’
Results:
When I run the query like this, I get 0 results even though I know that there are rows in the data that match.
Side Tangent:
If I remove the subquery criteria and run the BAQ wide open, then apply a filter in the top right corner of the grid with the same string in there, I get my returns.
Question:
What have I done wrong? What am I missing? Is it a simple case of the Mondays? Let me know.