Discussions
Any way to escape | character, %7C, in a parameter?
2 days ago by Korey Dickens
Good morning,
I have created an IQA that is accessible via the API. The parameter for the query is Company. I have an organization where the Company field is populated like xxx|xxxxxx as the company's name contains the | character.
When I pass the name, as is, into the parameter, I get this error:
Parameter Company does not have a single value.
When I encode the character as %7C, I get the same error.
Are there any other ways to pass a value with this character as part of the string?
Thanks,
Korey