#Dr Spotfire, Renaming of Binned
Dr. Spotfire
I have a binned column that bins item with the following expression.
BinBySpecificLimits([ON_PRODUCTION_YEAR],2014,2015,2016,2017,2018,2019)
On my visualizations the Result looks like this:
x <(or equal to) 2014
2014< x <(or equal to) 2015
2015< x<(or equal to) 2016
etc.
I would like it to output like the following on my visualizations(for example, I am coloring by Binned year):
<(equal) to 2014
2015
2016
etc.
Thanks
+ Add a Comment