Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
The Organization Chart Plugin doesn't work when we try to use with employee Dimension

Looking to use Organization Chart Plugin to connect to a Dataset from Dim_Employee where the Employee-Manager is setup.
We created a dataset using Dim_employee and tried to use "Org Chart Plugin" and noted that it is not showing the chart as expected.
It works with a small dataset but when the dataset is large it is not showing anything.
It would help a great deal if someone can assist here.
Thanks
Ksheetij.
Answers
-
If you mean the DV plugin you did download from the public library, I doubt those things come with any form of support.
It's a custom plugin, not a product plugin. As such you can't really expect much from Oracle I believe (even if that one seem to be written by Oracle). You have the code, you can debug it and fix it.
It's anyway a kind of plugin that will demand lot of resources to render a huge org chart.
Start by looking at your browser's console to see if there isn't an obvious error that you can fix by filtering your workbook or something like that. And also making sure there aren't loops or other weirdness in the data, the plugin maybe doesn't enforce many checks and just fails if data isn't perfect.
0 -
Thanks Gianni for your reply for my post and providing your insightful details about the DV Plugin.
I shall go over your suggestions and hope to see some solution.
Thanks
Ksheetij.
0 -
The plugin has a limit of 10 K records it seems below is the link where I got to know about the restriction
https://community.oracle.com/products/oracleanalytics/discussion/comment/60532#Comment_60532
1