website logo
ChartHop documentation
Carrot reference
Release notes
Navigate through spaces
ChartHop documentation
Carrot reference
Release notes
⌘K
Getting started
Getting started with Carrot
Operator precedence
Filtering with Carrot
Data categories
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Address
Boolean
Comp
Comp Band
Currency
Date
DateTime
DaysOff
Enum
EnumList
File
Group
Image
Job
List
Money
Name
Number
Null
Percent
Person
PersonList
Shares
StockGrant
String
TimeOff
User
Operators
+ (add)
- (subtract)
* (multiply)
/ (divide)
% (modulus)
&& (and)
|| (or)
if
: (match)
= (equals)
!= (not-equals)
! (not)
> (greater-than)
>= (greater-than-equals)
< (less-than)
<= (less-than-equals)
[ ](array)
. (dot)
? (ternary)
?: (elvis)
Functions
abs()
asOf()
boolean()
compHistory()
compBetween()
costBetween()
date()
day()
daysOffBetween()
diffYears()
diffMonths()
distance()
monthEnd()
formatMoney()
formatRound()
formatNumber()
formatPercent()
formatDate()
grantedShares()
length()
max()
mean()
money()
month()
min()
nextAnniversary()
number()
pluralize()
percent()
random()
round()
roundUp()
roundDown()
string()
subString()
stockPrice()
monthStart()
split()
vestValue()
vestShares()
year()
Aggregators
count{}
max{}
mean{}
min{}
sum{}
Docs powered by archbee 
1min

Management

Fields related to ChartHop organization managerial structure like reporting hierarchies, manager counts, and direct/indirect reports.

Fields

Field name

Function

Field code

Indirect Manager

Returns an Org member's indirect manager.

indirect

Managed Jobs

Returns the number of open and filled Jobs either directly or indirectly managed by an Org member.

manageJobs

Manager

Returns the manager of a particular Org member.

manager

Managers

Returns a list of the Org's reporting hierarchy from lowest to highest, with the highest level being the CEO.

managers

managerIds

Manager Count

Returns the number of managers that a Job or Person has, from the Org head down.

managerCount

Updated 22 Aug 2022
Did this page help you?
Yes
No
UP NEXT
Indirect Manager
Docs powered by archbee 
TABLE OF CONTENTS
Fields