To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Alert Composer - custom SQL in Add Filter displaying Error Msg
Summary
Alert Composer - custom SQL in Add Filter displaying Error MsgContent
Hello Team
we are creating resource alerts with custom sql. our requirement is to remove spl characters in email address. When we are tying to use the below condition it is displaying error msg. "The filter expression is invalid. The error message is: The Groovy Expression is not valid/supported at the moment ". Below is the condition we are using in the where clause. we have set of characters to be used in where clause. (\,$,@,^) etc...
and ((paf.ADDRESS_LINE_1 LIKE '%\%' OR paf.ADDRESS_LINE_1 LIKE '%$%'))