0
Bar Chart Question! V25.5
Forum / Questions & Answers
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
-
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.
