Hi Ken, I am afraid, currently HyperLink functionality is only available with the Objects and related properties. But if you know the Attribute value and you want to find all the related results, you can run individual eQL query for all the objects for the same like: START WITH Document SELECT Id,Name WHERE Id>0 AND Attributes["Global", "DOCUMENT STATUS"].Value = 'ABC'
↧