Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 16 Oct 2013 at 4:48am
First off, what error are you getting? In looking at your if statement, be aware that Crystal does not work quite like BASIC and I have noticed odd results if you do not put parans around code of the then of the if statement (also on the else, if a multi-statement).
if {USER_DEFINED_DATA.ASSESSMENT_MONIKER} = "4D17FC8EFA484E8B884E5F1C9B3D55DB"
then ( stringvar x; numbervar start; numbervar end;
x:={USER_DEFINED_DATA.ASSESSMENT_DATA}; start:= instr(x,'@@T_400_ = ') + 12; end := instr(x,'"@@T_501'); x:=mid(x,start,end-start); x ) else {USER_DEFINED_DATA.CAD751}
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