Forum Discussion
Custom formatting shows empty parenthesis
- 2 years ago
Can you try adding ROUND ( ... , 0 ) around the measure you're applying the custom format to? If that fixes the issue, then your problem very likely is that they are small negative values (possibly floating point errors), not actual zeros.
- 2 years ago
Thank you AlexisOlson. ROUND function fixed this issue.
AlexisOlson The values are whole numbers. So the difference should show '0' as both are same numbers.
Already tried this #,##0;(#,##0);"0" and it returns (0) instead of blank parenthesis.
Can you try adding ROUND ( ... , 0 ) around the measure you're applying the custom format to? If that fixes the issue, then your problem very likely is that they are small negative values (possibly floating point errors), not actual zeros.
- ykaja2 years agoFrequent Visitor
Thank you AlexisOlson. ROUND function fixed this issue.