You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem, I need to check if the name exists using 'Contains' but I need to pass ToUpper or ToLower to ignore the case sensitive, I'm getting a failure saying it's not supported, any alternatives?
CODE:
ERROR:
If I do the query manually by 'Postman' directly in the API it works perfectly using:
contains(tolower(Nome) ,tolower('JOSE'))
help
The text was updated successfully, but these errors were encountered:
I have a problem, I need to check if the name exists using 'Contains' but I need to pass ToUpper or ToLower to ignore the case sensitive, I'm getting a failure saying it's not supported, any alternatives?
CODE:
ERROR:
If I do the query manually by 'Postman' directly in the API it works perfectly using:
contains(tolower(Nome) ,tolower('JOSE'))
help
The text was updated successfully, but these errors were encountered: