Hi,
how do I get an average value of a timespan in trend widget?
Is it possible to get the timepoints of the two rulers to read the values of the datapoints in trend and build an average value?
Thanks for any suggestions.
BR
Christoph
Trend widget - show average value of timespan
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Trend widget - show average value of timespan
With the trend function "curveValues" you can read the values currently displayed in the trend for a specific curve.
Then you can calculate the average value on your own.
Best Regards
Leopold Knipp
Senior Support Specialist
Then you can calculate the average value on your own.
Best Regards
Leopold Knipp
Senior Support Specialist
- funkey
- Posts:85
- Joined: Mon Dec 27, 2010 1:11 pm
Re: Trend widget - show average value of timespan
Thanks! This gave me the right direction!