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)
Hi ,
Are the results the same when 0.00 value is inputed in the "is not" field
sorry - I understand now. Yes - when I input 0.00 as the filtered value - it still has the same result.
- elJukes7 years agoHelper I
What happens if you wrap your calculation in a ROUND and set it to two decimal places, then try filtering on 0.00?
- kmacd87 years agoFrequent Visitor
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.