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

The filter conditions on the column do not work

Received Response
19
Views
2
Comments
edited May 25, 2017 7:00AM in Digital Assistant and Mobile 2 comments

Summary

The filter conditions on the column do not work

Content

Dir sir/madam,

I'm doing an analysis,this is the compete SQL query which I want to create from OTBI:

    select "- Hierarchy"."Level 1 Department",

    (SELECT COUNT(1)

    FROM "Workforce Management - Worker Assignment Event Real Time" A

    WHERE "Assignment Event Details"."Effective Start Date" <=

    :START_DATE

    AND "Assignment Event Details"."Effective End Date" >=

    :START_DATE

    AND A.PRIMARY_FLAG = 'Y'

    AND A.ACTIVE_STATUS = 'ACTIVE'),

    (SELECT COUNT(1)

    FROM "Workforce Management - Worker Assignment Event Real Time" A

    WHERE "Assignment Event Details"."Effective Start Date" between

    :START_DATE and :END_DATE

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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