Jim,
Just nest a second IFEQ in the 'else' clause of the first: (IFEQ(SORTONE,'PM','KAY PARK RECREATION', (IFEQ(SORTONE,'PR','-option for pr-',SHIPNAME)))) Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Jim Belisle Sent: Friday, October 09, 2009 5:08 PM To: RBASE-L Mailing List Subject: [RBASE-L] - IFEQ Right now I have a variable in a report that changes the shipping information based on an IFEQ statement: (IFEQ(SORTONE,'PM','KAY PARK RECREATION',SHIPNAME)) The company now wants the change for another item 'PR'. What function or combination of functions would I use? In essence I want it to print the SHIPNAME as entered in the order except for items 'PM' & 'PR'. Jim

