I wanted to calculate a result value from 3 fields using an equation.
VBScript or Python codes are also accepted..:-)
the equation is RESULT= [(R^2/3)(S^1/2)]/n..
I wanted to calculate a result value from 3 fields using an equation. VBScript or Python codes are also accepted..:-) the equation is RESULT= [(R^2/3)(S^1/2)]/n.. |
|||||||||||||||||
|
Your expression looks incomplete but I am assuming that the first part of it is trying to find the square of the cube root. My test below on that when R had a value of 8 returned the expected value of 4 to the RESULT field RESULT =
The above worked when the parser is set to VBScript. With Python, there is hopefully an easier way but I got it to work with: RESULT =
My testing used ArcGIS 10.2.2 for Desktop on a file geodatabase feature class. Perhaps your whole expression in VBScript is:
|
|||||
|