ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Data Security Synchronization between Elasticubes Hey MikeGre , Great find. I took a look at it and...; It works with custom code e.g. jupyter notebooks. This is implemented within the elasticube functionality. You can create a cube, select this notebook and it will ran with every cube refresh. Cube refreshes you can schedule. You could also implement this in the source cube and everytime it refreshes it will copy the DS to another cube. It doesnt seem it does a lot of validations. I only see it validates cubes exists or not Yes. It should work. Linux only btw Hamza Re: Dashboard Design Guard - A plugin for enforcing dashboard best practices and organizational standards Excellent work TriAnthony . Tested it and it works great with the warning. Kudos :) Re: Data Security Synchronization between Elasticubes Hey MikeGre , This is not possible. You could manually export the updated model and import it as the older model, e.g. export elasticube B and import it as elasticube A. However this does mean that the elasticubes are also the same in regards to tables and fields etc. Otherwise you could use a python script to pull the datasecurity from B and push it to A. Hamza Re: How to achieve a Booking Summary by Day of the Week by Hour of the day? Hey Astroraf , As far as i know this will not be possible on the front-end. If it is possible to change it in the datamodel, then you can change de weekday labeling to something like 1. Monday, 2. Tuesday etc. With a javascript you can hide 1. etc. Another option would be to use a formula per weekday field. So per weekday add something like the following: contribution(booking_id, weekday) . Filter weekday on monday. CLick OK and rename the formula to monday. Repeat for every weekday. Now you can sort them in any order you want. Hamza Re: Dashboard Design Guard - A plugin for enforcing dashboard best practices and organizational standards Hey TriAnthony , This looks amazing and is something we were looking for. Would it also be possible to give a warning-popup instead of grey-ing/removing buttons? I want to inform/warn our designers about best practices and the results of not following them, but I do not want to limit their design proces. Hamza Re: Using Import and Export REST API's does Access Management Carry over? Hey Astroraf , If I am not mistaken, when overwriting a dashboard it will keep its current access rules. When creating a new dashboard with an import, it will lose its access rules and you have to import them via a different api. Hamza Re: Optimizing Sisense dashboard performance: A comprehensive guide Very Nice article Benji_PaldiTeam . We have been using some of those plugins that you mentioned and we have seen real improvement in performance. Can recommend it to everyone Re: Edit filter dipends on license? Hey zoolee , According to the sisense docs: https://docs.sisense.com/main/SisenseLinux/customizing-user-roles.htm?tocpath=Administration%7CManaging%20User%20Accounts%20and%20Sessions%7C_____1 this is correct. However you can change the permissions of a role with the API https://sisense.dev/guides/restApi/v0/?platform=linux&spec=L2025.2#/roles . This should make it possible for viewers to change the filter type Hamza Automated scheduled reporting in Sisense Struggling with Sisense's default reporting limitations? From complex Python scripts to evolving low-code platforms, we've explored it all. Discover how we went from custom coding to streamlined, user-friendly solutions that fit every need. Improvise, adapt, overcome! How to increase the adoption and user satisfaction of dashboards Discover the art of creating user-friendly dashboards that truly resonate with your audience. Drawing from six years of experience with Sisense, this article dives into dashboard design. Learn practical tips on improving dashboard readability, integrating advanced filters, and using dynamic widgets. Whether you're a seasoned designer or just starting, this guide offers invaluable insights to ensure your dashboards are not only functional but also a delight to use.