Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Created by Guest
Created on Apr 20, 2020

Truncate Function in Spotfire

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.

  • Attach files
  • Guest
    Reply
    |
    Apr 24, 2020

    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.