SearchFormula$ = {(Form = “fLease_Header”) & @IsNotMember(Lease_Name;“} & CMOExclusion & {”)}
in the above the CMOExclusion is list but when i do search am getting error any idea how to pass the array in the above . Please advise.
thanks
somu
SearchFormula$ = {(Form = “fLease_Header”) & @IsNotMember(Lease_Name;“} & CMOExclusion & {”)}
in the above the CMOExclusion is list but when i do search am getting error any idea how to pass the array in the above . Please advise.
thanks
somu
Subject: You need to convert the array to a string
You need to convert the array into a string. Look at the Join function.