Hi all! How can i retrieve objects that its enumerations attribute equals to a specified element of the enumeration list? For example, i want to retrieve objects that have selected the element ‘Rejected Cargo’ to the enumeration attribute. I have already tried in xpath the expression: IspectionResult = ‘Rejected Cargo’, but it obviously does not work because it’s a string.