Skip to main content
1-Visitor
April 20, 2017
Solved

setting maxitems cannot return the data correctly

  • April 20, 2017
  • 2 replies
  • 1402 views

The custom service:

var query3 =

{

    "filters": {

        "type": "OR",

        "filters":[

            {

                "type":"EQ",

                "fieldName":"mingchen",

                "value":mingchen

            },

            {

                "type":"EQ",

                "fieldName":"suozaiquyu",

                "value":suozaiquyu

            },

            {

                "type":"EQ",

                "fieldName":"tichuzhe",

                "value":tichuzhe

            }

        ]

    } 

}

var params = {

oldestFirst: undefined /* BOOLEAN */,

maxItems: 3 /* NUMBER */,

endDate: undefined /* DATETIME */,

query: query3 /* QUERY */,

startDate: undefined /* DATETIME */

};

// result: INFOTABLE

var result = Things[thingname].QueryPropertyHistory(params);

页面截图.png

Best answer by liliu

Hi Mr. Guo,

QueryPropertyHistiry serivers works fine, it's your data issue, as we checked the firs 3 records are empty. That why we cannot search out the data.

Lily

2 replies

5-Regular Member
April 20, 2017

Hi Mr. Guo,

I checked your code, seems to be fine. I guess it's the service QueryPropertyHistory's issue. I will test and let you know the test result.

liliu5-Regular MemberAnswer
5-Regular Member
April 20, 2017

Hi Mr. Guo,

QueryPropertyHistiry serivers works fine, it's your data issue, as we checked the firs 3 records are empty. That why we cannot search out the data.

Lily