Hello
I need your help
How I can make a sql query that I report the action exercised by the users within a particular folder?
Name usuer, date, name file and what he did.
I did this, but I only get the owner and lack the kind of action that the user did
select Livelink.DversData.Owner, Livelink.Kuaf.name, Livelink.DversData.DocID, Livelink.DversData.Filename, Livelink.DversData.Version, Livelink.DversData.FileMDate
from Livelink.dversdata, Livelink.DTreeAncestors, Livelink.Kuaf
where Livelink.Dversdata.owner=Livelink.Kuaf.id
and Livelink.DTreeAncestors.dataid=Livelink.dversdata.docid
and Livelink.DTreeAncestors.AncestorID='29823'