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
Inactive user report
Brian_Rourk_(rourk_-_(deleted))
Is there a way to list all users who have not used Livelink in the last 6 months?
Find more posts tagged with
Comments
Steve_McDonough
Brian,I use a report to check who has not logged into Livelink in the past 30 days. You can modify the logic in this query for 6 month. We run MS SQL so you will need to modify for Oracle if needed. Here is the select statement:select kuaf.firstname + ' ' + kuaf.lastname "Member Name", kuaf.name "Login Name" from kuaf where not exists (select userid from daudit where (userid = kuaf.id) and (event = 'LOGIN') and (auditdate < (getdate()-30))) and kuaf.deleted <> 1 and kuaf.type = 0 order by kuaf.lastnameReport format is naturally Auto LiveReportLeon
Ingrid_Pakats
our provider did us l.report where I can choose period (start and end dates) and then report shows inactive persons in this period.Ingrid Pakatsingrid.pakats@sampo.ee