Forum Discussion
Anonymous
6 years agoNot applicable
Scientific Notation Issue
I have a matrix in which I want to display all values as whole numbers. The value field is a measure I need the source data to still have the decimal place so that aggregations total correctly. I...
Rudz
6 years agoKudo Collector
I've run into the same thing. I think it's a bug.
My workaround is to wrap the measure with ROUND(measure_calc, 0).