Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I’m new in APEX and need help to create an Orgchart

WollyFeb 7 2018 — edited Feb 8 2018

Hi everyone

I’m totally new in APEX and I’ve got the task to create an Orgchart in APEX 5.1 (Not the Region Tree)

Like this example here in the picture

Like this example here in the picture:

example.jpg

I’ve only one table

T_PERSON

ID_PERSON NUMBER PK

NAME VARCHAR2

ID_PARENT NUMBER FK (id_person)

First:

Google Visualizations-OrgChart

http://apex-plugin.com/oracle-apex-plugins/region-plugin/google-visualizations-orgchart_187.html

But if I try to use it, I’ll only get the loading icon

Second:

Oracle APEX Google Organization Charts Plugin

https://github.com/johnkeymer/apex-google-org-charts-plugin

Here is my problem, that I have no idea how to create the select, that it will work

Can someone please help me?

Because I’m totally out of ideas, what I should do to create the Orgchart

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2018
Added on Feb 7 2018
4 comments
2,846 views