Is there a way to get a comprehensive breakdown of cube tables that are used across all dashboards?
Either with python or native features? DRay
newbie12
Posted 1 year ago · Edited 1 year ago·Last reply 1 year ago
2 comments
Either with python or native features? DRay
Benjamin Nissim
·1 year ago · EditedHi newbie12 ,
HamzaJ 's suggestion is spot on. With the Field Analyzer add-on, you can easily discover which tables and fields are being used in each dashboard, and the intuitive UI allows you to navigate directly to those dashboards with ease.
When combined with the Field Replacer, you can also seamlessly replace tables and fields across your dashboards with others, making it a powerful solution for managing and updating your data model.
Feel free to reach out to us at inquiries@paldi.solutions—we’re always happy to assist and discuss Sisense solutions. You’re also welcome to explore the other tools we offer for managing Sisense efficiently.
Hamza Jap-Tjong
·1 year agoHey newbie12
There is no native feature. You will need to write a python script that this ór you can import the sisense application database. This contains both the information regarding dashboards and elasticubes. It will take some modelling, however when you get to finish it , it will be a very scalable solution that is very easy to use.
Another option would be the use Benji_PaldiTeam 's Field Analyze plugin (https://www.paldi.solutions/sisense-plugins/field-analyzer) . This gives you an intuitive UI to get this information
Hamza