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
I need a live report For most viewed and Fetched document
Joji_Vangala
Hi,I need a live report to find out most viewed and fetched Documents in a folder a particualr folder and it also contains many sub folders.Please let me know if you any solution for this.Thank you,Joji
Find more posts tagged with
Comments
Greg_Griffiths_(ggriffiths_-_(deleted))
You should be able to have a look at DTREE and DAUDITNEW which should contain all the information you need to that query in the current folder.If you need to look at sub containers that its a little more complex, in Oracle you can use CONNECT BY to link them, on SQL you'll have to create your own version of this or find one on the web.