hi.
i am trying to create a calculated field in a dataset where i need to use the experssion IN(item, set) to test if 'Covergate Type' field is equal to one of the below values:
Cargo
Contractors All Risks
Erection All Risks
PI A&E Single Project
Single CGL
Ive tried to write IN(Coverage Type,"Cargo Contractors All Risks","Erection All Risks","PI A&E Single Project","Single CGL")
but it is not working.
can any one help me how to write the syntax of IN expression
thanks