Release 4.0 Build 2025335
Released on Dec 11, 2025 and includes the following:
Improvement:
We added a
ROUND(number, num_digits)function to our formula language. This function rounds a number to a specified precision:To the right of the decimal point (when
num_digits> 0).To the nearest integer (when
num_digits= 0).To the left of the decimal point (when
num_digits< 0).
Bug fixes:
- We fixed the issue where default formulas were not included when exporting form settings.
- We also made a small fix for the French translations for the grouping operators "All" and "Any" within the role conditions.