Skip to main content
Solved

Count by hired and terminate dates and employee type

  • May 1, 2023
  • 3 replies
  • 170 views

Forum|alt.badge.img+8

Hello, 

What is best way to setup the metric formula to summarize the # of headcount by following three?

  1. by Division (using Division property)
  2. by monthly (using Effective date property. This is basically monthly HC Data exported date.)
  3. by Worker type. (using Worker Type property)

 

 

Thanks in advance! 

Best answer by Gawain

Hello Yaejis,

 

You can try with this formula (to be adjusted to your block names):

 

Load_transaction.’Employee ID’ [BY COUNT :  Load_transaction.Division, Load_transaction.Month,  Load_transaction.’Worker Type’]

 

The Metric data type should be “Number” or “Integer” and the dimensions: Month, Division, Worker Type.

To build this formula you can leverage the “Pigment Wizard” accessible through the Playground!

Hope this helps

 

3 replies

Gawain
Employee
Forum|alt.badge.img+9
  • Employee
  • Answer
  • May 11, 2023

Hello Yaejis,

 

You can try with this formula (to be adjusted to your block names):

 

Load_transaction.’Employee ID’ [BY COUNT :  Load_transaction.Division, Load_transaction.Month,  Load_transaction.’Worker Type’]

 

The Metric data type should be “Number” or “Integer” and the dimensions: Month, Division, Worker Type.

To build this formula you can leverage the “Pigment Wizard” accessible through the Playground!

Hope this helps

 


Benji
Wallflower
Forum|alt.badge.img+7
  • Wallflower
  • May 17, 2023

Hey Yaeji,

Did you manage to get forward with this? :)


Forum|alt.badge.img+8
  • Author
  • Master Author
  • May 22, 2023

yep!!