Forum Discussion
tiffanynguyen
9 years agoRegular Visitor
NaN Error
I created a new field, Cost/Quantity, and the output is coming up at NaN. I was able to see the Cost by year on a bar chart and quantity by year on a bar chart fine, but when I tried to doing Co...
- Anonymous9 years ago
Vvelardenope, turns out this is a custom column in the query editor. No DIVIDE there.
Vvelarde
9 years agoCommunity Champion
Anonymous
8 years agoNot applicable
This worked for me beautifully thank you
- gabrielvigo8 years agoHelper I
Anonymous
How did you write the formula in the custom column?
I have the same issue.- Anonymous8 years agoNot applicable
You're dividing by zero. That's impossible. That's why you're getting the error. You need to put in an if statement to return null when [D_Act_2doTermino] is 0.