How to calculate tenure in job
Summary
How to calculate tenure in job using OTBIContent
Gurus—
I need to calculate the time in job per employee, for the current job (not previous jobs). I searched the forum and there's lots of good advice about calculating time in organisation or service tenure. I've been looking at Worker Assignment Event Real Time but I need a bit of help. Can you recommend which fields to pull and how filter for the current job only?
I've pulled Effective Start Date and Effective End Date so I can see the job 'stack' and I just need to get the row for the current job, per employee. I tried MIN(Effective Start Date) and MAX (Effective End Date) and that gives me one row per job per employee, but I need to get just the current job per employee.