Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Changing the Output Field Properties fixed my incorrect alias problem, but still the Calculate Field (2) tool is throwing a general exception error. I have updated my question with screenshots from that tool and the fields involved in that tool. Commented Mar 3, 2016 at 16:54
  • The error is that my denominator is sometimes zero. That's why calculate is failing. I will need to find some way around that. Commented Mar 3, 2016 at 16:57
  • You can change the Parser to Python and do an inline if calculation: 0 if !approval_rate_4yt! = 0 else (!approval_rate! - !approval_rate_4yr!) / !approval_rate_4yr! Commented Mar 3, 2016 at 21:49