Forum Discussion
Atlsql
2 years agoFrequent Visitor
Conditional Formatting / Data Type.
We have a dashboard with conditional formatting on a value. < 4.70 the cell turns yellow. >= 4.70 the cell turns light green. The expression that is evaluated is SumOfScore ( Decimal ) / Co...
- 2 years ago
Decimal numbers are always approximations. Use ROUND etc to force the result of a division to snap to an integer.
lbendlin
Super User
2 years agoDecimal numbers are always approximations. Use ROUND etc to force the result of a division to snap to an integer.