| Products | Versions |
|---|---|
| TIBCO Cloud Spotfire | All |
| Spotfire Desktop | All |
When using the String() function to cast a Real column to a String column, only two decimals are included regardless of how many decimals are displayed under Data menu > Column Properties > Formatting.
For example, if a Real column called [Values] included a value for Pi of 3.14159265, using String([Values]) would output 3.14.
Concatenate(" ", [Values])
In the above example, Concatenate(" ", [Values]) will produce 3.14159265