Take into account _ in a like condition on saved query
Summary:
Is it possible to add an escape character when filtering a field using contains in a saved query ?
Content (please ensure you mask any confidential information):
When adding this condition in a query ⇒
WHERE mycolumn LIKE '%\_%' ESCAPE '\'
it works well, but it is not possible to add this same condition at the level of a saved query configured in the UI
The goal is to take the underscore into account in the filter
Version (include the version you are using, if applicable):
25A
Code Snippet (add any code snippets that support your topic, if applicable):
0