on 2024 Dec 17 8:52 PM
Hi - I'm struggling to create a "simple" Story Report that would allow to drill down on a pie chart or bar chart that shows A amount of employees that have 0 goals set for 2025 goal plan, and B that have goals.
If I click on the B, it would list who are those individuals and their respective goals
If I click on A, it whold show the list of the idividuals with all job info details etc etc so and management hierarchy
Hopefully somebody has already solved this. Appreciate the knowledge-sharing and support!
Dren
Request clarification before answering.
Emp with one Goal
IF(ISNULL([Goal Management#Primary Goal Fields#Goal ID]) ,0 ,1 )
GOAL Status
IF(ISNULL([Goal Management#Primary Goal Fields#Goal ID]), 0, 1 )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.