Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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);
Solved! Go to Solution.
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
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.
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