Hi Dojo,
I am trying to build a dynamic dashboard, applied to a View, that should display Trend Graph for specific parameters based on a variable element that is being selected from a drop down list.
For this I have defined the drop down menu:
The instant values and the Trend:
Page level settings:
The things is that each time I select other value from the drop down menu it seems that I trigger the polling of the instant values but not so much for the Trends.
What else do I need to change ?
Thanks.
Hi Daniel,
I believe the issue is linked to how you defined the "Parameters" shape data on your trend graph.
This should be defined as element:parameter:index.
You seem to be missing the element part here.
Can you try to remove the element shape property from the graph shape and change the parameters shape property from 214:1.ACU to [this element]:214:1.ACU