Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
muthuyes
Partner - Contributor
Partner - Contributor

Error if a string has $( as characters

Hi all,

i am facing error while passing a string to rest api with "$(" characters in between the string. The string is parsed as dollar expansion and its facing failure. anyone faced this issue and resolved?  

2 Replies
treysmithdev
Partner Ambassador
Partner Ambassador

Can you include additional information:

1. Api endpoint

2. Example of what is happening (Call and resulting error or unexpected output).

Blog: WhereClause   Twitter: @treysmithdev
muthuyes
Partner - Contributor
Partner - Contributor
Author

Hi Smith, 

I am getting an error like below

Connector reply error: Unknown Substring, String, or value at (3:109). It's a corporate endpoint, hence it cant be accessed from outside. the request is a json request . 

The encrypted string is like "?Hu7?$("e". while building the body dynamically for the rest api request , this string is broken like below and throwing an error. 

"?Hu7?;

thanks for your reply.