Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apply Functions to a Simple Metric

Example: Rounding the average test score to two decimal places

Code Block
round([Average: Test Score], 2)

...