What is the proper syntax for creating multiple IF THEN conditions in a scripted source in Birst?
IF [MWRA_Enrollee_file_1.PlanCarrierCode]='A1C' THEN [PlanCarrierCode]='LBAS'
ELSE IF [MWRA_Enrollee_file_1.PlanCarrierCode]='A1D' THEN [PlanCarrierCode]='LLTD'
ELSE [PlanCarrierCode]=[MWRA_Enrollee_file_1.PlanCarrierCode]
END IF
Thank you,
Lisa