0
Weighted Average
Does anyone know of a way to calulate a 'weighted average' for use in a Bubble Graph. Thanks in Advance.
Tim
1 reply
-
Finally cracked it (with thanks to Support).
let a := C_BHID;
sum((select Samples where S_BHID = a).S_WeightedFC) / sum((select Samples where S_BHID = a).S_Interval)
Content aside
- 5 yrs agoLast active
- 1Replies
- 829Views