Quick Question - How do I use specific character (%) in criteria BAQ?

Hello,

I have come across some files that got attached that have a % in them.

Cloud does not like that, lol.

I want to search my XFileRef for any file that has the % in the filename.

How do I get the criteria to search for that?

Is there a way to specify the % character so it isn’t a wildcard?

Any help is appreciated.

Haven’t tried, but you could try escaping it with a backslash. \%

That didn’t work.

That found all files with backslashes in it.

Simplest way would probably be to use a bracket.

WHERE MyCol LIKE '%75[%]%'
4 Likes

Ninja’d! I took too long fetching a reference. Said reference copied below, for posterity.

2 Likes

That did it!

I appreciate the quick response!

Thank you!

2 Likes

[Neat!]

1 Like