Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
I was wondering if there was a way for me to make a box on my org chart a specific color based on the word Vacancy. That way when we look at it, I can show right away where all of our vacant positions lie in the organization. Thank you for your time.
Would something like the following work?
Here is the data structure I used for this example:
org_data:
load * inline [
employee, manager, years worked, vacant
A, MidManager, 1,0
MidManager, Manager, 5,0
Manager, , 20,0
D, MidManager, ,1
E, Manager, ,1
]
;
Would something like the following work?
Here is the data structure I used for this example:
org_data:
load * inline [
employee, manager, years worked, vacant
A, MidManager, 1,0
MidManager, Manager, 5,0
Manager, , 20,0
D, MidManager, ,1
E, Manager, ,1
]
;