You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Date filter is not working on SDP

edited Jul 31, 2020 7:57AM in Visual Builder 9 comments

Content

Hello Team,

We are calling external REST service. And on SDP we are applying date filter, it is not applying. However, it is working on String.

{
 "op": "$and",
 "criteria": [
  {
   "op": "$ge",
   "attribute": "EffectiveDate",
   "value": "2020-07-30"
  },
  {
   "op": "$eq",
   "attribute": "RecordSet",
   "value": "MYOPTIES"
  }
 ]
}

error: 

Query expression uses unavailable search operator. Attribute: EffectiveDate; Expression:  = '2020-07-30'

could you kindly help me out


Thanks much in advance!!

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!