-----Original Message-----From: eLink Discussion: Livelink LiveReports Discussion [mailto:livereportsdiscussion@elinkkc.opentext.com]Sent: 14 March 2005 19:25To: eLink RecipientSubject: How do I create i Live Report for viewing category data with mulitvalue attributes? How do I create i Live Report for viewing category data with mulitvalue attributes? Posted by SABLINAdmin (Englund, Nina) on 03/14/2005 01:24 PM HII'd like to create a Live Report on all documents within a particular category, and I'd like to select all the categories attributes. I've come far, but now I've stumbled on one of the attributes that is multivalued, you can chose up to 5 rows for this attribute that is a Text Field.When I run my Live Report I get 2 rows for the the document that have 2 rows for this attribute - how can I avoid that and get a nicer looking report?Here you can see my test Live Report:select distinct(dtree.dataid), a.valstr "IN", dtree.name "Benämning", b.valstr "utgåva" from dtree, llattrdata a , llattrdata b, where (dtree.dataid=a.id and dtree.versionnum=a.vernum and a.defid=66851 and a.attrid=2) and (dtree.dataid=b.id and dtree.versionnum=b.vernum and b.defid=66851 and b.attrid=30) and dtree.dataid not in (select nodeid from deleteddocs) order by a.valstrThanksNina
Hi,
Is it a recent or easer way to archive this in livelink 9.7.1?
Regards,
Orlando Covault