December 20, 200223 yr Here is the scenario I have a field named "info_Package" and a field named "z_Calc" I need a calculation that will put the number "1" in the "z_Calc" field if the "info_Package" contains a "C" So if the field "info_Package" contains "ACL" i need a "1" in the 'z_Calc" field .... however if "info_Package" contains "AL" need "z_Calc" to have a "0" Here is the calculation i currently have and it doesn't work If(info_Package = "C", "1", "0")
Create an account or sign in to comment