Shadowizoo Posted January 13, 2009 Posted January 13, 2009 (edited) Hi, I have 3 calculation field called a, b and c. Is it possible to set, for example, the b field to '2' and the c field to '3' IF the a field worth '1' ? I'd like to do it without a script. Thx Edited January 13, 2009 by Guest
bcooney Posted January 13, 2009 Posted January 13, 2009 Yes. field_b = If ( field_a=1; 2; "") field_c = If ( field_a = 1; 3; "")
Shadowizoo Posted January 13, 2009 Author Posted January 13, 2009 Excuse me, but i forgot to add informations. Actually I'm in the "Specify Calculation" menu for the field_a. So I need to write the calculation result...field_a = "Need to write something". What i would like to do is to set field_b and field_c to something into the "Need to write something" formula. Can I ?
bcooney Posted January 13, 2009 Posted January 13, 2009 I don't understand. Rather than fieldA, please describe what you're trying to achieve using real data examples.
Recommended Posts
This topic is 5852 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