
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 12:20 PM
Hi all,
is there an M2M table where I can see the relationships between Reports and Dashboards? Or how is that technically stored in the db model? Since a report can be used in many dashboards, and a dashboard can contain many reports.
thanks in advance /Tommy
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 01:32 PM
Hi @Tommy SN Sahlin ,
No, there is not. You can build a database view similar to the one I have build below to see the relationship:
Notice, order 600 --> 1100 can be left out as this only concerning performance analytics items.
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
09-09-2024 01:32 PM
Hi @Tommy SN Sahlin ,
No, there is not. You can build a database view similar to the one I have build below to see the relationship:
Notice, order 600 --> 1100 can be left out as this only concerning performance analytics items.
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
09-10-2024 01:41 AM