Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3353

Model Filter not taking string(with quotes) value

$
0
0

Hi

 

After spending several hours to fix this and trying out several possibilities, i still cannot manage to make it work, Here is the issue

 

Below is the code


var ofilter = new sap.ui.model.Filter({

               path: "Property",

               operator: sap.ui.model.FilterOperator.EQ,

               value1: "Something"

          });

 

.../EntityName?$filter=Property eq 'Something' - This is how the string SHOULD be formed

 

.../EntityName?$filter=Property eq Something - This is how it IS formed(notice the missing quotes


I get the below error if if the url is not formed in the "should" way


Invalid filter expression: 'Property eq Something '

 

Does anyone have any suggestions to fix this?

 

Thanks

Jayant


Viewing all articles
Browse latest Browse all 3353

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>