Jump to content

This topic is 8079 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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")

This topic is 8079 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.