Hi,
within a workbench I need to split a decimal value into its whole and decimal elements using the arithmetic editor,
Extracting the whole number is easy using INT(value), however is there a formula available which will complete the same procedure with eh decimal?
I have used a workaround in the form of (value)-INT(value) which works fine, but I am interested to know if there is an out of the box formula which will do this?
Regards,
Rob