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...
Continue reading...