SurveyJS Dashboard v2.0.10

Released: May 20, 2025

v2.0.10 버젼 업데이트

기능

  • 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.