Hey Everyone! So, I've got a validation table with given numbers of decimals I should round a number to. So, if the user enters a number like 25.984 and the validation table says that that number has to be rounded to 2 decimals, it will "cut" the number entered by the user to 25.98. Some numbers are needed to be rounded to 3 decimals and others to 2. How can I write a script that validates that on qliksense?