I want to script multiple conditions in load and get an additional field to work further .
Below i have created an inline table with Field C-ID which have A1,A2 and A3
and an xml table where the Remarks shall be YES, NO or/N
Question - how to script condition IF C-ID from Template (INLINE TABLE) is A3 and Remark from Result Table is YES then it should give an additional field called Score as 3 ,IF C-ID 'A2' and Remark from Result Table is YES then it should give an additional field called Score as 2 ,,IF C-ID 'A1' and Remark from Result Table is YES then it should be Score as 2 , else 0.