Question:
How can I round the decimal places of the variables’ values when saving them in a Database?
Solution:
This is not recommended, but if you want to do it, first you must configure the variable as Double in the Historic. Then, you must set the number of decimal places by using the VBScript’s Round function. For example:
Round ( Variable , Number of decimal places )