Hi Bentley and the Forum, I have a report that runs OK. However, when you view the search results in eB Web a column is named Test when it shouldn't be. I will attach some screenshots to show you. Running the report in eB Director is fine and also when you "download all results" the proper heading name comes out, so it's just in eB Web. Strange one. Please could you assist? Many thanks. START WITH Document SELECT Id, Code, Revision, Name, AuditDetails.Person.Surname Surname, Attributes["CR_RSAR", "Review Status"].Value, CAST( AuditDetails.AuditDate AS STRING, 'dd/MM/yyyy' ) DateCreated WHERE Code LIKE @Code AND AuditDetails.Person.Surname LIKE @Surname AND ( AuditDetails.AuditDate >= @DateMin AND AuditDetails.AuditDate <= @DateMax ) AND AuditDetails.AuditDef.ActionType = 1 ORDER BY Code, Revision DESC
↧