cancel
Showing results for 
Search instead for 
Did you mean: 

Use & in Odata filter query SAP CPI

0 Kudos
1,512

Hi,

I have a list of values I have to use in my filter query to SuccessFactors.

I am using a "in" opeartor in my filter query.One of the value includes a "&".I tried to encode it and use as below

$filter=name in ('%26A',B','C').This is throwing a error.

Kindly advise.

View Entire Topic
YuvrajKarwar
Explorer
0 Kudos

Hello Shruti,

Can you try with escape character as encoding will happens automatically while url calling.

$filter=name in ('\&A','B','C').