I have the following VB code to produce a percentage in a field calculator. " [FIELD_1] / [Total]*100 " It works in VB. I've tried the following without luck. !FIELD_1! / !Total! * 100 Can anyone translate this VB code to python...