Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to escape special characters in Analytics

sbsharma
New Contributor
New Contributor

We are trying to find all the entitlements in the system, for a given endpoint, which starts with a specific keyword e.g. "ABCD_"

ev.ENTITLEMENT_VALUE like 'ABCD\_%'

This query is working fine in data analyzer and generating the desired output. But, there are more than 100 records so we are trying to create analytics with the same query.

But, we are getting following error.

"An internal error occurred. Please check supported special characters next to query field in (i) icon and remove the unsupported characters."

Can you please let me know how to make it working in analytics?

2 REPLIES 2

nimitdave
Saviynt Employee
Saviynt Employee

Please try once with INSTR function also. Meanwhile I will check on the supported special characters.

dgandhi
All-Star
All-Star

Hi,

Can you paste the entire query so that we can check?

Thanks

Devang

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.