simple average

Whole numbers:on show > modify variable > average > Javascript: Math.round(Varaverage.value)This uses javascript so it only works when published or Previewed in Browser.Your variable is in black.Capital M on Math is critical.I usually begin my variables with an underscore (_) so I can find them more easily in dropdown lists and these kind of statements read better. Had your variable been _average then this would have read:Javascript: Math.round(Var_average.value)

Discussions have been disabled for this post