Value Stream Query not fetching the records Always
Hi,
I'm using QueryNamedPropertyHistory to fetch data from Value Stream and bind it to Mashup. But using same timestamp(start and end date) differently,causing partial data fetch.
Here is the scenario.
I have a data record at 2020-10-20 09:00:00.000
1. Execute service with start date (2020-10-20 08:00:00.000) and end date (2020-10-20 10:00:00.000), timerange is 2 hours.
result = empty record for that Property
2. Execute service with start date (2020-10-20 12:00:00.000) and end date (2020-10-20 10:00:00.000),timerange is 10 hours.
result = expected record
so same record is being fetched when time range is more but no records found when time range is closer to the actual record timestamp.
Additional Info:
when using QueryNumberPropertyHistory with same date 24 hours timerange for that Property, able to see only 8 records in actual.

when using QueryPropertyHistory with same date 24 hours timerange , can see multiple records with repeated values and some blank values for that property
Is it a kind of expected behavior of Thingworx value stream query? Not able to understand. Please suggest.

