Multiple data points can't be refreshed in Data points table widget

Product/components used and version/fix level:

Web app create from App-Builder
UI: 1016.0.170

Detailed explanation of the problem:

Issue with Data points table widget, some data points can’t refresh in the table.
Only the first data point will be refresh automatically.
please review my capture.

Error messages / full error message screenshot / log file:

N/A

Question related to a free trial, or to a production (customer) instance?

Free trial

Hi,

in general the realtime updates are working fine with multiple datapoints:

You see these gaps when there is no data for a specific data point at the given timestamp.
In the above screenshot you can see these gaps as the Temperature Simulator is sending measurements in a different rhythm compared to the acceleration measurements.

If your measurements are all sent with same timestamp, please provide the data structure of your measurements (measurement API) so we can have a closer look.

Regards,
Tristan

wika_demo_device1_measurements_2023-07-20T16_58_51.595+08_00.txt (197.2 KB)
Hi Tristan,
Sample data are exported from Cumulocity trial tenant.
I think these 3 measurements should with same timestamp.

Sorry, but the CSV export does not help us to look into this… Please provide the JSON returned by Cumulocity IoT - OpenAPI Specification for these measurements.

This might relate to the internal ticket MTM-54107 we are currently working on.

all_measurement_json.txt (239.8 KB)
Hi Tristan,
The json from measurement OpenAPI.
Thanks for your support again.

From the shared txt it’s pretty obvious you are not following best practices:

Even the measurement share the same timestamp you always create one measurement document for each value which is kind of bad design and also leads to the thing that you have observed, that in a data point table always only one value is displayed because the document only has one value… even they have the same timestamp.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.