ContributionsMost RecentNewest TopicsMost LikesSolutionsAbility for Admin to view a dashboard as another user As an admin, have an option at the top of a dashboard to be able to view it as another specific user. For example, if user John Smith is set under the data security on a cube to only have access to rows for a certain region, the ability to view a dashboard as John Smith would make checking user access very easy. Re: On Owner deletion, all dashboards created by him should not be deleted Maybe, when a user is selected for deletion, raise a prompt with a list of their dashboards and the option to either delete or reassign. User able to log into more than one tenant Currently a user can only have access to one tenant at a time. In my organisation we are only able to log into Sisense with an AD account, so users can only have one login each. All of our reporting and elasticubes are currently on the one original System tenant. I need to set up a second tenant to hold some highly confidential elasticubes and then be able to grant access to this tenant to a select few users, but with them still retaining access to the original system tenant. The current setup means these users would lose access to all of their other dashboards on the original tenant. Re: BloX Template: Currencies Conditional (Crypto) This is great. I have a question, hopefully you can help. I'm trying to use the conditions myself, but I want the min and max ranges to be a case statement based on my panel values. "maxRange": "CASE when {panel:Count SolutionNumeric} = 1 and {panel:Average SolutionNumeric}= 1 then 0.44 else 0.23 end" I can't get this to work at all. What am I doing wrong? Do I need to format my case statement differently? Thanks in advance for your help, Paul