Forum Discussion
Calculated column 'zero' value not being recognized?
- 7 years ago
Hi,
Try this calculated column formula
=IF(your calculated column formula=0,BLANK(),your calculated column formula)
What happens if you wrap your calculation in a ROUND and set it to two decimal places, then try filtering on 0.00?
Tried this. Same issue... In fact - when I try to change the filtered value to '0.00' - it just defaults back to '0'.
- elJukes7 years agoHelper I
Interesting. In the report view, click on the modelling header and then click on your calculated column. In the middle of the modelling tool bar, does it have number listed as the data type?
Might be an error or something non-numeric is being output by the formula for your column.
- kmacd87 years agoFrequent Visitor
Yes - the screenshot below shows the data type and format as decimal number. Also - I have double checked to be sure that each of the referenced columns from the fomula are also showing as a 'number' within the data type.
(Thanks for trying to help me out here).
- elJukes7 years agoHelper I
Not a problem - I'm at a loss! Perhaps it may work with the filter condition set to greater than 0? Otherwise it may be a bug with the filter pane. Maybe worth trying applying the filter using a slicer or the old visual filter panel.
Sorry I couldn't be of more help.