You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How to use in column filter with two subject areas

edited Oct 26, 2018 10:11AM in Reporting and Analytics for HCM 6 comments

Summary

How to use In column filter with two subject areas

Content

my requirement is to

count head count who completed the performance document and who joined in the month and year of the as of date

my logic is  

IFNULL(FILTER("Worker Assignment"."Head Count"   USING ("Workforce Performance - Performance Document Status Real Time"."Performance Document Details"."Performance Document Name" = '180 Days Feedback'  and "Workforce Performance - Performance Document Status Real Time"."Performance Document Details"."Performance Document Status" = 'Completed' and TIMESTAMPDIFF(SQL_TSI_DAY,"Workforce Performance - Performance Document Status Real Time"."Worker"."Enterprise Hire Date",  "Workforce Performance - Performance Document Status Real Time"."Performance Document Status Details"."Last Update Date") <= 180  and  monthname ("Workforce Performance - Performance Document Status Real Time"."Worker"."Enterprise Hire Date" ) = monthname((@{asofdate}{To_DateTime ('2018-01-30 01:01:00', 'yyyy-mm-dd hh:mi:ss')})) and year ("Workforce Performance - Performance Document Status Real Time"."Worker"."Enterprise Hire Date" ) = year(@{asofdate}{To_DateTime ('2018-01-30 01:01:00', 'yyyy-mm-dd hh:mi:ss')}) )),0)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!