07-15-2015 10:56 AM
SELECT *
FROM namespace:type AS primary JOIN namespace:aspectA AS P:namespace:aspectA ON primary.cmis:objectId=P:namespace:aspectA.cmis:objectId
WHERE
'myValue' = ANY P:namespace:aspectA.namespace:RepeatingAttribute
SELECT *
FROM namespace:type AS primary JOIN namespace:aspectA AS P:namespace:aspectA ON primary.cmis:objectId=P:namespace:aspectA.cmis:objectId
WHERE
'myValue' = ANY P:namespace:aspectA.namespace:RepeatingAttribute
AND
'myValue2' = ANY P:namespace:aspectA.namespace:RepeatingAttribute
07-23-2015 12:53 PM
contains(alias, 'namespace:multiValueField:\'searchString\'')
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.