-----Original Message-----From: eLink Discussion: Livelink LiveReports Discussion [mailto:livereportsdiscussion@elinkkc.opentext.com]Sent: Wednesday, September 24, 2008 9:36 PMTo: eLink RecipientSubject: Livereprot with Reportformat "LiveReport" Livereprot with Reportformat "LiveReport" Posted by tsystemsuser2 (Hedemann, Isa) on 09/24/2008 12:04 PM I have a problem with a report.As "Report Format" I used "Livreport" because I wanted to have the outpout (some projects) clickable.As Parameter I set the %1 to "Reportfields".My LR should print:- the Path ( a function LLPath, we have written)- and the name of the Coordinators of the projectsselect %1, dTree.Name, LL_Path(dTree.DataID), KUAF.NameFROM KUAF, DTree, KUAFChildrenWHERE @ @ (KUAF.ID = KUAFChildren.ChildID AND KUAFChildren.ID = DTree.DataID + 1 AND dTree.SUBTYPE = 202AND dataId in (select DataID from DTreewhere subtype = 202 andDataID in (select DataIDfrom DTreestart with DataID = '20097'connect by prior DataID = ParentID)))ORDER BY KUAF.NameUnder Display Columns I wrote as Field/Columntitle:dTree.Name / ProjectnameLLPath(dTree.DataID) / PathKUAF.Name / Username or groupUnfortunately it didn't work and columns "Projectname" and 'Username or group say:"An unknown feature was specified" and also the projectname in the 2nd column is not correct but show the groupname instead of the projectnameI'm not sure, how it works correctly. Can anyone can give me some hints, what I'm doing wrong or has a good description?Many thanks in advanceIsa