Page 1 of 1
Case Statement
Posted: Thu Sep 18, 2003 12:59 pm
by Shane
x( I^ve run into a problem with the length of the field that stores the condition for calculated fields isn^t long enough for what I need whilst working with a case statement.____Any ideas?____Thanks.
=> RE: Case Statement
Posted: Thu Sep 18, 2003 3:38 pm
by Tom_Freitas_(Guest)
Make another calculation starting off where you finished.____1st case is case1____case1__case(field,1,"one",2,"two",case2)____case2__case(field,3,"three",4,"four","five")____I^m not sure, but I would think that it would work. ____Good Luck