Unable to change system settings [403 Forbidden error]
Hey, we are unable to update any system settings on our account on our Sisense instance - keep getting 403 Forbidden error from any post requests made to the settings endpoint e.g. api/v1/settings/system. We're particularly interested in updating our CORS Origins Allowed domains. What could be the reason and how could we handle this issue?45Views0likes5CommentsPulse alerts management
Managing pulse alerts is a nightmare, and is in dire need of improvement: 1 It's impossible to identify who added you to an alert, and there's no way to unsubscribe, so you can't manage them from the recipient side. 2. Tenant or system admins can't see all pulse alerts configured, so they have no way to identify troublesome alerts. 3. The current supported APIs don't allow identification of other's alerts. The alerts API only returns the user's alerts, and the "recent" alerts API doesn't return the ID of the alerts so you can't just delete the troublesome ones. There needs to be some attention spent on alerts, as they are currently a nuisance and not useful.499Views11likes1CommentBlox Search Field usage for multiple columns
Hi, I'm creating a dashboard with a table with multiple columns containing text. I've created individual filters for the columns. I tried adding the Blox Search Field widget but it is only allowing me to search one column. I created multiple buttons to search and clear each column. Is it possible to create one button that searches all buttons? Here is an image of the Search Field widget with my current implementation:Solved2KViews0likes8CommentsGet a list of Datasets in an elasticube with ComposeSDK
I want to create a dropdown containing all the tables/datasets within a specific elasticube with React. I created a dropwdown that I can populate all the elasticubes in my instance with, but I want to be able to see the list of datasets from that elasticubes but I am struggling to find the api end-point or if there is another way. Ideally would then also like to be able to build a table, containing all the data from that table, once selected, but trying to take it one step at a time 🙂 Any advise would be greatly appreciated.878Views0likes7Commentsimply Ask Save Function Not Working in Embed SDK Implementation
Hi, I'm working with Sisense's Embed SDK (not iFrame or SisenseJS) implementation and I've encountered a specific issue with the Simply Ask feature. The Simply Ask button is visible and functional in my embedded dashboard, but I'm unable to save any queries created through it. Here's my current implementation: typescriptCopyconst sisenseFrame = new SisenseFrame({ url: 'https://dvunified1.sisense.com/', dashboard: { id: '65118b631a4ea600334e0e7e', settings: { toolbarEnabled: true, toolbarShowDashboards: true, navigation: true } }, settings: { showHeader: true, showLeftPane: true, showRightPane: true, showToolbar: true }, element: document.getElementById('sisense-iframe') }); The interesting part is that: The Simply Ask button appears and works correctly I can create queries and see results However, when trying to save a query, nothing happens I've verified that: I'm using the latest version of Embed SDK The JWT token includes necessary permissions Simply Ask is enabled in the Sisense admin panel The implementation follows the SDK documentation guidelines Is there any specific configuration or permission needed for the save functionality in Simply Ask when using Embed SDK? Or could this be related to the 'volatile' mode setting? Any guidance would be greatly appreciated.Solved549Views0likes2Commentsget all cubes, tables and it's respective row count
Hi Guys,I'm new to sisense and I was trying to get a list of all the cubes,all underlying tables, respective row counts, column names and the datatype. I'm trying to hit endpoint to get the relevant data but it is having too much data which is not needed. url - https://siense.com/api/v2/datamodels/schema740Views0likes3CommentsJoin us today for Sisense Office Hours in Discord at 2pm Eastern.
Sisense Senior Software Engineer, Jeremy F. will be in the Main Stage channel to answer questions, chat through project updates, and more! Click here to join our Discord: https://discord.gg/edTFbJkq?event=1309215512722411603427Views0likes0CommentsMonthly Elasticube Schedule
Is there a way for elasticubes to be scheduled in relation to day of the month (like there is currently an option for day of the week)? It would be convenient to schedule some cubes to be something along the lines of '1st of month', '1st working day of month' or '1st monday of the month'? If this functionality isn't in Sisense already it would be useful for some of our dashboards that are only updated monthly.672Views1like2Commentshow do we pass specific values from web layer to Sisense dashboard.
Hi, We have a web application where we have embedded Sisense dashboards using WAT tokens. We have a new requirement: users should be able to display a list of dashboards or reports. Once a dashboard is selected from the first dropdown, each dashboard should present its own filters or parameters for the user to select e.g from date and to date. When users select these dates, the dashboard should load with the specific selections. These dropdowns will be created in the web layer using React. Thanks845Views0likes3Comments