tallboy755 Posted December 20, 2002 Posted December 20, 2002 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")
LiveOak Posted December 20, 2002 Posted December 20, 2002 z_Calc = PatternCount(info_Package,"C") -bd
tallboy755 Posted December 20, 2002 Author Posted December 20, 2002 Holy ... smokes... Thanks a bunch ... How do you do that ?
LiveOak Posted December 20, 2002 Posted December 20, 2002 It helped a lot to learn SNOBOL 4 in about...1970. -bd
Recommended Posts
This topic is 8378 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 accountSign in
Already have an account? Sign in here.
Sign In Now