Hi,
I found this topic regarding an report listing all files in an folder.
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=33228821&objAction=viewincontainer&ViewCommentsByReply&ListView&ListViewID=33228821
( select dataid, name, sys_connect_by_path(name,':') as "Path" , subtype
from DTree connect by prior dataid=parentid start with dataid=%1 )
LL 9.7.1 with Oracle DB
Is there an way to extend this report with these details? :
attributes of the category
permission related to the file
Webdav Link
Thanks in advance to all !
Peter