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 on Moves out of a Container
Alison_Bilton
Is there any way of writing a LiveReport that reports on documents moved out of a specified folder? I'd like to be able to select a folder, then use something like:select * from dauditnew where auditdate > to_date('19/08/2010', 'dd/mm/yyyy') and value1 like (select max(ltrim(sys_connect_by_path(name,':'),':'))from (select dataid, parentid, name from dtree)start with dataid = 90548 connect by prior parentid = dataid) || '%'which works in Oracle, but Livelink doesn't seem to like sys_connect_by_path.
Find more posts tagged with
Comments
There are no comments yet