I’m glad they could help. I ampretty sure I took the LiveReport that came with the system and modified it. The DTree.DataID!=42083 is specific to our system. We have a custom logo onthe home page and if I don’t exclude it, it shows up multiple times inusers’ recently viewed documents.
From: eLinkDiscussion: Livelink LiveReports Discussion[mailto:livereportsdiscussion@elinkkc.opentext.com] Sent: Thursday, January 22, 20095:46 PMTo: eLink RecipientSubject: RE- RE "Recently viewed"reports contains duplicates
RE- RE "Recently viewed" reports contains duplicates
Posted by libbyrome (Baley, Kyle) on 2009/01/22 17:41
In reply to: RE "Recently viewed" reports contains duplicates
Posted by nbride (Bride, Nicole) on 2009/01/22 14:00
Thanks Nicole. The first one worked for us. Made two minor changes. The first was to remove the (DTree.DataID!=42083) condition (which I assume is specific to your environment) and changed the order by expression to MAX(dauditnew.auditdate). I suspect it's a difference between SQL Server and Oracle syntax.