Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Org Chart boxes

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.

Labels (1)
1 Solution

Accepted Solutions
KGalloway
Creator II
Creator II

Would something like the following work?

KGalloway_0-1674510768112.png

 

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
]
;

View solution in original post

1 Reply
KGalloway
Creator II
Creator II

Would something like the following work?

KGalloway_0-1674510768112.png

 

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
]
;