Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to filter population with a seniority date less than 365 from today in OTBI

Received Response
21
Views
1
Comments
Francesco Milazzo
Francesco Milazzo Rank 1 - Community Starter

I tried to convert the enterprise seniority date filter in SQL and insert:

"Worker"."Enterprise Seniority Date" >= (SYSDATE -365)

Tagged:

Answers

  • Hello Francesco,

    You may want to try something like:

    "Worker"."Enterprise Seniority Date"  is greater than  CURRENT_DATE - 365

    Thank you

    Hassan