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
Show Breadcrumb of a folder
Mery_Suciana
HiIs there a way to get the breadcrumb for a folder using livereport? My intention is to generate a permission report for all sub-folders under a specific folder and specify the breadcrumb for each of the records returned. Appreciate any help on this. Thanks.
Find more posts tagged with
Comments
Jean-Philippe_Martin
With Oracle 10g : select dataid, name, SYS_CONNECT_BY_PATH (name, ':') path from dtree d CONNECT BY PRIOR dataid = parentid START WITH dataid = 4578892