ChartHop for Administrators
Goals
Goals Across ChartHop
goals aren't siloed in the goals module because charthop is a unified platform, goal data surfaces automatically wherever people and groups are referenced no extra configuration is needed — assign an owner, supporter, or group to a goal and it appears in the right places immediately profile pages every person's profile page shows a goals card on the about tab the card is divided into three sections owner (goals this person owns), supporter (goals they support), and group goals (goals associated with their groups) each goal displays as a chip with a purple progress bar on the left and a confidence dot on the right at a glance, anyone viewing a profile can see both progress and confidence for every goal associated with that person — useful context before 1 1s and performance conversations goals also has its own dedicated tab in the profile left nav for a full view of that person's goals visibility respects sensitivity settings what a viewer sees depends on the goal's sensitivity level and their access permissions group pages every group page shows a goals card listing all goals tagged to that group each goal displays with a purple progress bar and percentage progress bars are full width within the card, making it easy to compare progress across goals at a glance department leads and team managers get instant visibility into all goals touching their group without navigating to the goals module data sheet goal data is available as a native field type in the data sheet, queryable with carrot expressions just like any other people data useful filter expressions ownergoals — people who own at least one goal supportergoals — people who support at least one goal groupgoals — people associated with at least one group goal in data sheet views, each goal appears as a chip with a purple progress ring around the owner avatar and a confidence dot on the right this lets people ops teams build custom views that cross reference goal progress with department, level, manager, tenure, or any other field in the platform performance reviews, forms, and custom pages goals data is available anywhere in charthop that accepts html and carrot markup — including performance review forms, resource pages, and custom profile tabs the findownergoals() carrot function pulls a person's owned goals for a specified date range {% for goal in findownergoals(date(' 6m'), 'today', person) %} goal {{goal}} {{goal percent / 100}} accomplished \<i>{{goal progress comment}}\</i> {% endfor %} this renders each goal with its name, progress percentage, and most recent progress update comment wrapping it in a table with charthop's standard styling produces a goals reference section that appears inline within a review form — giving managers full goal context without leaving the review available goal fields include goal (name), goal percent (progress), and goal progress comment (latest update narrative) see the carrot reference for the full list of available goal fields and functions that's the full updated documentation across all five pages a few things to flag before publishing "admin" rename — the share modal currently shows "owner" for the admin level sharing role the docs above use "admin" with a note explaining the rename is coming update that note once the rename ships carrot goal fields — i documented the fields visible in the screenshots (goal, goal percent, goal progress comment) worth having engineering confirm the full list before the carrot reference is updated "automatically calculated" integration setup — i noted it requires a carrot expression referencing a data model table but kept it general if there's a standard setup guide for connecting salesforce/zendesk to goalsmetrics, that deserves its own sub page or a link from the target metric section https //www charthop com/pricing/ hris | hris | engagement | goals | performance | compensation reviews | compensation reviews | headcount planning
