Oracle Transactional Business Intelligence Forum

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

Filtering data in Workforce Management – Documents of Record Real Time

Accepted answer
22
Views
3
Comments

I am joining the “Workforce Management – Worker Assignment Real Time” and “Workforce “Management – Documents of Record Real Time” Subject Areas, if I add a filter to identify Workers that do not have any records in “Documents of Record” (either filtering on “Document Count = 0” or “Document Type is null”) it returns no data, even though there are some Workers that do not have any Documents of Record.

Is this expected behaviour, is there a way of filtering on this?

DocCount0.png DocCount0Filter.png

Best Answer

Answers

  • C Hammond
    C Hammond Rank 3 - Community Apprentice

    Thank you @Bhaskar Konar - that has worked.

  • Bhaskar Konar
    Bhaskar Konar Rank 9 - Analytics & AI Expert

    Hi @C Hammond,

    Please find below the changes that I did on top of your report.

    Replaced: "Workforce Management - Documents of Record Real Time"."Document of Record"."Document Count"
    With: IFNULL("Workforce Management - Documents of Record Real Time"."Document of Record"."Document Count", 0)
    
    And then added the filter on the new measure.
    
    image.png

    Thank you.