How can do Pop-up dashboard ?
for see the trend of value.
, example in the picture.
You could use an onClick event to popup a configured view with the trend
1 Like
could you please explain more about configured view the trend.
Create a view that takes a tag path as parameter.
In that view, put a chart that displays the history of the tag, using the tag path passed as parameter.
Put a button beside the value.
On this button, put an onAction event, and make it open a popup.
Put the path of the tag that corresponds to the value in the tagpath parameter of this popup action.
That's it.
But really, this is all in the docs. You should read them. And do the Inductive University.
2 Likes
thank you
