- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2018 11:02 AM
I am trying to create a breakdown relation on a formula indicator.
The individual breakdowns are dot walked from the location field on the original records and work correctly on the top level indicator.
However, the breakdown relations do not work correctly. I.e. if I have one breakdown on location.floor.building.campus and another on location.floor.building and I create a breakdown relation to drill down from campus -> building , it does not filter buildings by campus properly, it shows all buildings.
Any ideas?
Solved! Go to Solution.
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2018 11:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 10:38 AM
Can you add some screenshots? Breakdown relations are defined to connect breakdowns to breakdowns and will work on formula or automated indicators as long as they have both breakdowns. Most likely, your breakdown relations is defined incorrectly, but I can't tell unless I see the breakdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2018 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2018 12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2018 08:01 PM
For the breakdown relation, I'm not expecting the base view (although it should work I guess), do you have another table that just has the parent-child relationship? For example, a relationship between sys_user and sys_use_group, we use sys_grmember. I also recommend that breakdown sources should always be based on sys_id, not dot walked field (this can be a performance issue depending on scale). You can always use a related list condition to keep the list relevant (as you have with the 30 day filter).