if [Account] = "1501" AND [End Bal Accounted] >= "0" then"Line 34" else"Line 32" endif
I have prepared the formula above, however all results default to "Line 32". I know my ending balances in account 1501 are both positive and negative. Am I not entering the >=0 correctly? The [Account] is a V_String and the [Ending Bal Accounted] is a double?