If you looking at a standalone report instead of a search, this will serve as a good base for your eQL. Note: this will do both the things you are after. START WITH Document SELECT Code + ' ' + IFNULL( Middle, '' ) Number, Revision, IFNULL( AuditDetails.Person.FirstName, '' ) + ' ' + IFNULL( AuditDetails.Person.Surname, '' ) Creator WHERE AuditDetails.AuditDef.ActionType = 1 AND AuditDetails.Person.Id = $Session.Person.Id
↧