[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 opCode as NUL for empty values in the getViewPage API example given below rbf_getViewPage("wIk-oviSTMGWo35tznBTUw", function (data) {//print or do operations on data}, { "useLegacyDateFormat": false, "startRow": 0, "rowsPerPage": 100, "fieldList": "Rollnum,Student_name,status,Intrested_subjects", "filtering": { "filters": [ { "field": "Student_name", "value": ,// you can leave this empty "opCode": NUL } ] }, "sorting": [ { "field": "Student_name", "order": "asc" } ] }); Thanks and regards Hariteja M

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