Hi Guys,
Is it possible to set thresholds based on data from my data feed? Such as " Red > ( DataNumber * .8), to show the speedometer in red on any value greater than 80% of an incoming number?
Thanks
Hi Guys,
Is it possible to set thresholds based on data from my data feed? Such as " Red > ( DataNumber * .8), to show the speedometer in red on any value greater than 80% of an incoming number?
Thanks
Beside entering the thresholds as constant value, you can also assign a feed column to the threshold. Just click on the arrow button to select one of the numeric columns in the feed.
If you hover your mouse over the threshold field again, you get a popup to determine your aggregation value.
So, in your example you just have to include an additional column which calculates DateNumber * 0.8.
The assignment of column values is also for lower and upper range limits etc.