Oracle Analytics Cloud and Server

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

OrgChart V2.0 Plugin shows no data

Accepted answer
91
Views
9
Comments
User_I700G
User_I700G Rank 3 - Community Apprentice

We have around 35K population in our instance yet analysis created from OrgChart V2.0 plugin shows no data.

The backend SQL for both analysis in the screenshot is same. (Head count sum is shown in first is the only difference in SQL) We are using delivered HCM- Workforce core subject area and columns used are

  "HCM - Workforce Core"."Basic Information"."Person Number"  and

"HCM - Workforce Core"."Manager Information"."Manager Person Number" 

Criteria in SQL

(("HCM - Workforce Core"."Facts - Workforce Headcount"."Employee Headcount">=1) AND ("HCM - Workforce Core"."Time"."Enterprise Date"=CURRENT_DATE-1))

We raised and SR but plugins are not covered as part of support so raising the question here for help on same.

Request help.

Regards,

Pranjal Saigal.

Tagged:

Best Answers

  • Lalitha Venkataraman-Oracle
    Lalitha Venkataraman-Oracle Rank 4 - Community Specialist
    Answer ✓

    The plugin has a limit of 10k rows due to performance implications. Reduce your input dataset to 10k and try again.

    @Prasenjit_Thakur-Oracle fyi

  • User_I700G
    User_I700G Rank 3 - Community Apprentice
    Answer ✓

    @Aravindan Thoppe Santharam-Oracle and Lalitha Venkataraman-Oracle

    To confirm this I restricted my dataset to only 12 Workers. The root node and 11 directs. I was able to see all 11 Directs.

    But then this makes this plugin usable only for clients who have population more than 10K. If any scenario is met where data goes above 10 K it will start showing incorrect numbers. The expectation is it should show too much data and fail load in place of showing only data that fits in. Limiting data based on dashboard filters is also tricky as we have to keep root node intact.

Answers

  • User_I700G
    User_I700G Rank 3 - Community Apprentice

    Thanks for help Lalitha,

    I applied a BU filter to limit data and brought it to 2K approx. Yet there is no output on the Org Chart type viz. Attaching screenshot. FYI( AOY is Date=Current_date-1)

  • Aravindan Thoppe Santharam-Oracle
    Aravindan Thoppe Santharam-Oracle Rank 2 - Community Beginner

    @User_I700G can you please check for errors in browser's console? In Chrome/FF press F12, then Console tab.

    Also, if possible can you please share the dataset that you're using?

  • User_I700G
    User_I700G Rank 3 - Community Apprentice

    Hi Aravindan ,

    We are using out of the box HCM Workforce Core subject area. I am not getting any errors while running the analysis. However in inspect mode I do see some errors. Not sure if they could be related. uploading HAR is not possible here to sharing a Screenshot if that helps.

    Thanks for looking into it.

  • Aravindan Thoppe Santharam-Oracle
    Aravindan Thoppe Santharam-Oracle Rank 2 - Community Beginner

    The errors in the browser are not from the plugin.
    Also, hope you followed the dataset criteria for this plugin.
    Please check your filtered data has the manager id of root node(employee) is blank. Refer to this video from 0:14 to 0.34 from https://youtu.be/vXuM3viOL4g?si=NqFP_LEVtKOoLzyp&t=14

  • Pete Monteiro-Oracle
    Pete Monteiro-Oracle Rank 1 - Community Starter

    can you also please confirm you are using the latest plugin available for the OAC public library. https://www.oracle.com/business-analytics/data-visualization/extensions/ , there was a recent update in the last 10 days.

  • User_I700G
    User_I700G Rank 3 - Community Apprentice

    @Aravindan Thoppe Santharam-Oracle Your suggestion helped but most of the data is still missing; below are details.

    I created a dataset to ensure only root node (can be seen in SS we only have 1 worker with manager null.

    In a table we can see 11 directs to the root node but in Org Tree we only see 9 directs. This is causing majority population not even showing up in the analysis.

    @Lalitha Venkataraman-Oracle Could the data be getting removed because the Managers be having more than 10 K reports?

  • Aravindan Thoppe Santharam-Oracle
    Aravindan Thoppe Santharam-Oracle Rank 2 - Community Beginner
    edited November 12

    @User_I700G It is possible that the data you're expecting is not present in the 10K records the plugin renders.