Currently I don't see a function to truncate the values while creating a calculated column.
Ex. Truncating 1.56 to one value after decimal which would be 1.5 (Round function would change it to 1.6)
Spotfire has a round function. But it would be great to have a truncate function that can truncate a decimal just like the TRUNC function in Excel.
Thanks for a great idea Karan. You could try to use an expression like floor(([EU_Sales]*10))/10. We should consider adding a new argument to the floor function.