Originally posted by: SystemAdmin
Has anyone seen this before, while using the MEMBER() function this doesn't work when I use the curly braces but does when I remove them?
=IF(MEMBER(Field:Group,{"ATXF"}), "Y","N")
Returns "N"
=IF(MEMBER(Field:Group,"ATXF"), "Y","N")
Returns "Y"
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender