cancel
Showing results for 
Search instead for 
Did you mean: 

Having Issues with "Matches Pattern" and 'Different from Pattern" query operators

Former Member
0 Kudos

Hello!

I am trying to write a report to look at address formating. I want to look for certain words within the address field so they can be updated to adhere to our business standards.

I'm having a terrible time getting it to work though. I'm using [Address1] Matches Pattern "APT" but, nothing is coming up in the report when I know for fact there are entries in the database where the address contains the string APT.

I have a bunch of these grouped together as part of an or statement.

I am also, for a different field, having issue getting the Different From operator to work. I have a few strings that are ok to have in the field grouped together within an and statement but, it's not pulling to the report correctly either.

Any suggestions on what I may be doing wrong?


Accepted Solutions (1)

Accepted Solutions (1)

former_member203850
Contributor
0 Kudos

While Running the report you should type the value in this way :


APT%: if you are looking for Cost Centers that begins with "APT"

%APT if you are looking for Cost Centers that ends in "APT"

%APT%: if you are looking for Cost Centers that includes "APT" on any part

Hope this helps

Regards,

Pranay

Former Member
0 Kudos

Thank you! That did exactly what I needed it to do.

Much appreciated!

Answers (0)