Relationships between Dashboards and Reports?

Tommy SN Sahlin
Kilo Sage

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 

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

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:

AndersBGS_0-1725913879521.png

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/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

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:

AndersBGS_0-1725913879521.png

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/

Thanks @AndersBGS for your reply, I'll definitely do that! 😊👍

 

cheers  /Tommy