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

null
    • Tim_McManus
    • 5 yrs ago
    • Reported - view

    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
  • 828Views