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 pass special characters on Analytics query?

Miko
New Contributor III
New Contributor III

Hello Saviynt,

Can you please advise how to use special characters on analytics report query?

select customproperty15 from users where customproperty15 REGEXP '^abc[0-9]+$'

We want to use regex and it is displaying error.

Miko_0-1709150380042.png

Thanks,

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

$ keyword is not allowed. 
workaround

  • write simple query without $
  • export report
  • update $ keyword in zip
  • import report again 

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Miko
New Contributor III
New Contributor III

Hello,

with tested it with \$ and on analytic query report and it works.

Regards,

Michael