Hello Jay,
Here are some samples:
=============
get the groups and the users who are part of them
==================
SELECT a.Name "Groups", c.Name "Users"
FROM KUAF a, KUAFChildren b, KUAF c
WHERE a.ID = b.ID AND b.ChildID = c.ID AND a.Type=1 AND c.Type=0
ORDER BY a.Name
====================
Get group leaders
===================
select k1.name, k2.firstname, k2.lastname
from kuaf k1, kuaf k2
where k1.deleted=0
and k1.leaderid = k2.id
neither is recursive however it is a place to start
From: eLink Discussion: Live Reports Discussion [mailto:livereportsdiscussion@elinkkc.opentext.com] Sent: Wednesday, April 13, 2011 1:54 PMTo: eLink RecipientSubject: Group Leader report
Group Leader report
Posted by jay.york@williams.com (York, Jay) on 2011/04/13 13:52
Hi,I am looking for a report that will list all Groups in Livelink and their associated Group Leaders. Also, if the Group Leader is another Group then the report recursively calls the live report to get the Group Leader of that Group. Thanks in advance.
[To reply to this thread, use your normal E-mail reply function.]
Discussion:
Live Reports Discussion
Livelink Server:
knowledge-wlweb01
To Unsubscribe from this Discussion, send an e-mail to unsubscribe.livereportsdiscussion@elinkkc.opentext.com.