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)
sorry - I understand now. Yes - when I input 0.00 as the filtered value - it still has the same result.
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.
- 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).