Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Report for a specific file type
General_Dynamics_C4_Systems
I'm trying to find out how to create a Live Report that will query the largest files of a specific file type. I would also like a report to show me all the files of a specific file type. Has anyone done this before?Thanks,Mike
Find more posts tagged with
Comments
eLink User
Message from Alex Kowalenko via eLinkno but how aboutselect dtree.name, dversdata.datasize from dtree, dversdata where dtree.dataid = dversdata.docid and upper( dversdata.filetype ) = upper( ) order by dversdata.datasize desc-alex------Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf OfeLink Discussion: Livelink LiveReports DiscussionSent: Tuesday, March 19, 2002 16:28To: eLink RecipientSubject: Report for a specific file typeReport for a specific file typePosted by GenDUser11 on 03/19/2002 04:24 PMI'm trying to find out how to create a Live Report that will query thelargest files of a specific file type. I would also like a report to showme all the files of a specific file type. Has anyone done this before?Thanks,Mike[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
General_Dynamics_C4_Systems
Thanks Alex, I'll give it a try!~Mike