0

Bar Chart Question! V25.5

How do I configure a bar chart to only show the current values of the selected tags?  I'm thinking a special combination of AggregateInterval, AggregateKind, TimeDuration, and TimeStart.  Any help would be much appreciated.  Thank you in advance for your time!

Regards,

Tim

1 reply

null
    • smason
    • 21 hrs ago
    • Reported - view

    Hi  ,

    Here's what I did:

     I used the End aggregate which will return the last value in the interval. The caveat with the End aggregate is that it needs to have an actual raw value within that interval, otherwise, it returns nothing. So, based upon the resolution of the data, I made sure my AggregateInterval was large enough to capture the last update. I set the TimeDuration to the same interval so that it's only returning one value.

Content aside

print this pagePrint this page
  • 21 hrs agoLast active
  • 1Replies
  • 10Views
  • 3 Following