I am trying to graph data on production performance through a query and it works fine and you can select time frames you want to view fine but if you want to view lets say from two weeks ago if someone else on another computer is viewing it when you change your time frame it changes it for everyone. is there a way to have graphs display info independent of what anyone else is viewing
What are you using as the source for the time frames? Are they bound to tags??
Popup calendar property bindings
Pure property bindings should be unique per client. Are the popup calendars bound to tags in some way?
2 Likes
It sounds as though you have bound the dates to system tags (which are shared) whereas you should have bound them to client tags which will be unique per client.
Ok it looks like you might be right I am going to change a few things and see if that fixes it thank you!
I would ask why they need to be bound to tags at all?
1 Like
Not necessary, unless you want the user's time range selection to survive window open/close.
3 Likes