Home
Extended ECM
API, SDK, REST and Web Services
Docs/Versions a user in a group owns report...
unknown
Message from Sean M. Alderman via eLinkHi All, I'm modifying the stock My Docs/Versions report with the hope ofmaking it usable for a Base Group. I've changed the user input from auser name to a string representing the group name. And the task of thesql is to collect all documents and versions that each user in thespecified group owns, display them using live report format with onemore column specifying the Owner's name (or id), and ordering the listby that name/id.My problem seems to be that with useing the live report format (so I seethe func menu) I can't add an extra column for the owner info. Am Imissing something or is this not possible?Here's the SQL...select kuaf.name, %1 from DTree, dversdata, kuaf where %2 and(DTree.DataID = DVersData.DocID) and (%3) and kuaf.id in (select a.idfrom kuaf a, kuaf b where b.name = %4 and a.groupid = b.id) and(dtree.userid = kuaf.id or dversdata.owner = kuaf.id) order by kuaf.nameWhere %1 = Report Fields, %2 = Filter Documents, %3 = FilterPermissions, and %4 is the user input.Any ideas? Thanks!--Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795fortune: not found
Find more posts tagged with
Comments
Bhupinder_Singh
Message from Bhupinder Singh via eLinkAre you using the "Display Columns" section at the bottom of the LiveReportedit page? This is where you can define upto 6 additional columns to bedisplayed with the LiveReport format.Hope that helps...- Bhupinder-------------------------------------------------------------------------Bhupinder Singh, B.Math., B.Ed. Customer SupportOpen Text Corporation Waterloo, Ontario, CanadaCustomer support e-mail: support@opentext.comCustomer Support Telephone: 800-540-7292------------------------------------------------------------------------------Original Message-----From: eLink Discussion: Livelink LiveReports Discussion[mailto:livereportsdiscussion@elinkkc.opentext.com]Sent: Wednesday, November 19, 2003 2:21 PMTo: eLink RecipientSubject: Docs/Versions a user in a group owns report...Docs/Versions a user in a group owns report...Posted by eLink on 11/19/2003 02:20 PMMessage from Sean M. Alderman via eLinkHi All, I'm modifying the stock My Docs/Versions report with the hope ofmaking it usable for a Base Group. I've changed the user input from auser name to a string representing the group name. And the task of thesql is to collect all documents and versions that each user in thespecified group owns, display them using live report format with onemore column specifying the Owner's name (or id), and ordering the listby that name/id.My problem seems to be that with useing the live report format (so I seethe func menu) I can't add an extra column for the owner info. Am Imissing something or is this not possible?Here's the SQL...select kuaf.name, %1 from DTree, dversdata, kuaf where %2 and(DTree.DataID = DVersData.DocID) and (%3) and kuaf.id in (select a.idfrom kuaf a, kuaf b where b.name = %4 and a.groupid = b.id) and(dtree.userid = kuaf.id or dversdata.owner = kuaf.id) order by kuaf.nameWhere %1 = Report Fields, %2 = Filter Documents, %3 = FilterPermissions, and %4 is the user input.Any ideas? Thanks!--Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795fortune: not found[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Livelink LiveReports Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
eLink User
Message from Sean M. Alderman via eLinkYes, but all that seems to do is to give me a pretty name almost as if Ihad written select kuaf.name as "Name"... Not only that but it sticksthe username column into the output where the Document name columnshould be...with the icon to the left and the size to the right(although the func menu shows up in that column and the size shows up inthe modified column and I get an unknown feature specified in the funccolumn.On Wed, 2003-11-19 at 14:32, eLink Discussion: Livelink LiveReportsDiscussion wrote:> RE Docs/Versions a user in a group owns report...> Posted by Singh, Bhupinder on 11/19/2003 02:31 PM> > Message from Bhupinder Singh via eLink> > > Are you using the "Display Columns" section at the bottom of the LiveReport> edit page? This is where you can define upto 6 additional columns to be> displayed with the LiveReport format.> > Hope that helps...> > - Bhupinder> > -------------------------------------------------------------------------> Bhupinder Singh, B.Math., B.Ed. Customer Support> Open Text Corporation Waterloo, Ontario, Canada> Customer support e-mail: support@opentext.com> Customer Support Telephone: 800-540-7292> -------------------------------------------------------------------------> > > -----Original Message-----> From: eLink Discussion: Livelink LiveReports Discussion> [mailto:livereportsdiscussion@elinkkc.opentext.com]> Sent: Wednesday, November 19, 2003 2:21 PM> To: eLink Recipient> Subject: Docs/Versions a user in a group owns report...> > > Docs/Versions a user in a group owns report...> Posted by eLink on 11/19/2003 02:20 PM> > Message from Sean M. Alderman via eLink> > Hi All,> I'm modifying the stock My Docs/Versions report with the hope of> making it usable for a Base Group. I've changed the user input from a> user name to a string representing the group name. And the task of the> sql is to collect all documents and versions that each user in the> specified group owns, display them using live report format with one> more column specifying the Owner's name (or id), and ordering the list> by that name/id.> > My problem seems to be that with useing the live report format (so I see> the func menu) I can't add an extra column for the owner info. Am I> missing something or is this not possible?> > Here's the SQL...> select kuaf.name, %1 from DTree, dversdata, kuaf where %2 and> (DTree.DataID = DVersData.DocID) and (%3) and kuaf.id in (select a.id> from kuaf a, kuaf b where b.name = %4 and a.groupid = b.id) and> (dtree.userid = kuaf.id or dversdata.owner = kuaf.id) order by kuaf.name> > Where %1 = Report Fields, %2 = Filter Documents, %3 = Filter> Permissions, and %4 is the user input.> > Any ideas? Thanks!> --> Sean M. Alderman> ITRACK Systems Analyst> PACE/NCI - NASA Glenn Research Center> (216) 433-2795> > fortune: not found> > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Discussion: Livelink LiveReports Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&>
; objAction=view> > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Topic: Docs/Versions a user in a group owns report...>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=3268972&objAction=view>
; > Discussion: Livelink LiveReports Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=view>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe--Sean
M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795No line available at 300 baud.