- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 12:57 AM
I want to create a Country code breakdown from the Subject person field of an HR case (subject_person.country_code), but checking in the backend, the Country code field is not a choice field, it is a string field, how can we do Breakdown in this case?
Fin Nguyen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 01:08 AM
Hi @Fin Nguyen
The Country code is under string type, but it is configured as a Dropdown with choices.
So you will find all the choices in the Choice [sys_choice] table.
Just define your Breakdown Source in this table with following query. Then define Breakdown Mapping for your Indicators. After execute the Job Collection, you should be able to see the score for this Breakdown.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 01:04 AM
Hi @Fin Nguyen ,
Then you can't do it on the current field, but you need a new field with the country code to create the breakdown source.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 01:06 AM
Does it mean the breakdown must be from a choice field?
Fin Nguyen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 01:08 AM
Hi @Fin Nguyen
The Country code is under string type, but it is configured as a Dropdown with choices.
So you will find all the choices in the Choice [sys_choice] table.
Just define your Breakdown Source in this table with following query. Then define Breakdown Mapping for your Indicators. After execute the Job Collection, you should be able to see the score for this Breakdown.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 01:11 AM
@Tai Vu , that is the best tip ever, thanks!
Fin Nguyen