SurveyJS Dashboard v2.0.10

Released: May 20, 2025

Updates in v2.0.10

Features

  • Added two more functions that you can use for calculations within expressions:
    • round(num, precision): Rounds the given number to the specified number of decimal places.
    • trunc(num, precision): Truncates the given number to the specified number of decimal places.