Jump to content

Recommended Posts

Posted
I have a line chart with bins on the X axis and the X axis labels contains meaningless decimal places. I cannot find how to eliminate these meaningless decimals. Any suggestions
Posted
This is the chart. X axis labels look ridiculous with 2 decimal places. Despite Spotfires incredible technical abilities, it's graphics (default fonts and consisitent use of unneeded decimals that requires reformatting is very annoying. Their default color selections are also pretty poor.
  • 3 weeks later...
Posted
The first thing I would try is to change the formatting for the DPLP column (under Edit -> Column Properties -> Select the DPLP column -> Switch to the Formatting tab -> change number of decimals under the Number category to zero).
  • 3 years later...
Posted

Wrap your binned expression in thefollowing manner

substitute("your current expression", ".00","")

Since the data type is 'string', all the above does is to replace all instances of ".00" (i.e. the decimal) with "" (i.e. nothing) thus removing the decimals

 

Note - check the sort order once you have done this, it may need tweaking. I've found that the lowest value is often dispayed after the largest value which is easily fixed with the sort order found under the column properties

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...