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
LR[ora] to list folders with highest numbers of objects within?
Thomas_Gudella_(tgudella_-_(deleted))
Hello,I need a LR that lists the top 20 of folders/containers with the most children in it.It must be some correlation Dtree.DataIA and Dtree.ParentID grouped and sorted - but I'm a SQL novice.Any advice would be appreciated.Best regards, Tom.
Find more posts tagged with
Comments
Martin_Gäckler
select * from dtree where subtype=0order by childcount descthen restrict the report on 20 itemsHope this helpsMartin
Thomas_Gudella_(tgudella_-_(deleted))
Thanks a lot.Somehow I missed the column childcount...Best regards, Tom.