peopledoc / OPE

One Page for Equity
3 stars 0 forks source link

Effective remunaration (career path category) - distribution of staff by remuneration and age #22

Open superette opened 4 years ago

superette commented 4 years ago

ref #5

superette commented 4 years ago

Some proposition to formalize indicator for developpment :

proposition 1

proposition 2

in dashboard, call the 2 dimensions of the key (age) to use by filter (gender, remuneration).

superette commented 4 years ago

First level of bucket on remuneration Second level of bucket on age.

Distribution

Percentage

Code :

with subselect as (count(*) population from people)
gender, count(people) / subselect.population from people 
group by gender 
CASE remuneration in (0>=25) ; (25>=35) ; ...

Code :

with subselect as (count(*) population from people)
gender, count(people) from people  / subselect.population from people 
group by age 
CASE age in (18>=25) ; (25>=35) ; ...

Image from iOS (5)