[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Filter Text Fields...

  • Thread starter Thread starter hmarrout
  • Start date Start date
Status
Not open for further replies.
H

hmarrout

Guest
HI use the value of NUL as a string in the API and give an empty value for Value key example rbf_getViewPage("wIk-oviSTMGWo35tznBTUw", function (data) { }, { "useLegacyDateFormat": false, "startRow": 0, "rowsPerPage": 100, "fieldList": "Rollnum,Student_name,status,Intrested_subjects", "filtering": { "filters": [ { "field": "Student_name", "value":"", "opCode": "NUL" } ] }, "sorting": [ { "field": "Student_name", "order": "asc" } ] }); Thanks and Regards Hariteja M

Continue reading...
 
Status
Not open for further replies.
Back
Top