IF {ItemCASCProduct.CASCProductCode} <> "" THEN str = str + "CASC Product Code : " + {ItemCASCProduct.CASCProductCode} + CHR(13) END IF
Itemcascaddition formula contains like this,
DIM str AS STRING IF {ItemCASCAddition.CASCCodeOne} <> "" THEN str = str + "CASC Code One : " + {ItemCASCAddition.CASCCodeOne} + CHR (13) END IF IF {ItemCASCAddition.CASCCodeTwo} <> "" THEN str = str + "CASC Code Two : " + {ItemCASCAddition.CASCCodeTwo} + CHR (13) END IF IF {ItemCASCAddition.CASCCodeThree} <> "" THEN str = str + "CASC Code Three : " + {ItemCASCAddition.CASCCodeThree} + CHR (13) END IF FORMULA = str
CASC Code One :CODE1A CASC Code two :CODE1A CASC Code three :CODE1A
CASC Code One :CODE1BA CASC Code two :CODE1BA CASC Code three :CODE1BA
CASC Product Code:VBAVBA
CASC Code One :CODE1A CASC Code two :CODE1A CASC Code three :CODE1A
CASC Code One :code1BA CASC Code two :code1BA CASC Code three :code1BA
BUT IT SHOLULD SHOW LIKE THIS
CASC Product Code:VBAOBC
CASC Code One :CODE1A CASC Code two :CODE1A CASC Code three :CODE1A
CASC Code One :CODE1B CASC Code two :CODE1B CASC Code three :CODE1B
CASC Product Code:VBAVBA
CASC Code One :CODE1BA CASC Code two :CODE1BA CASC Code three :CODE1BA
CASC Code One :CODE1BB CASC Code two :CODE1BB CASC Code three :CODE1BB
I KNOW ITZ COZ OF {ItemCASCAddition.SequenceNumber}=previous ({ItemCASCAddition.SequenceNumber}) FORMULA PROB INSIDE Itemcascaddition X-2 Cn u help me 2 rewrite err free formula?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum