ContributionsMost RecentNewest TopicsMost LikesSolutionsOption to have filter panel on left side in Embed SDK Hi, We are getting a lot of requests from our user to have the option of having filter panel on left side instead of right side in embedded dashboard. We are using embed SDK to embed dashboard. Can you please include this feature in your future releases? Pivot Widget Pagination Navigatin Text Styling Hi Everyone, We are having a scenario where in we are using pivot table with dark background using below script. This is styling cell and its content as per below script. But pivot pagination navigation text styling is still as per the theme (see screenshot). Can anyone help me on creating script to style pivot pagination navigation widget.transformPivot({}, (metadata, cell) => { if (metadata.rowIndex === 0) { cell.style = cell.style || {}; //cell.style.backgroundColor = '#0057B7'; //sets cell background color cell.style.color = '#ffffff'; //sets cell text color cell.style.textAlign = 'center'; //sets cell text align //cell.style.fontSize = '20px'; cell.style.fontWeight = 'bold' } else { cell.style = cell.style || {}; //cell.style.backgroundColor = '#0057B7'; //sets cell background color cell.style.color = '#FFFFFF'; //sets cell text color cell.style.textAlign = 'center'; //sets cell text align //cell.style.fontWeight = 'bold'; } ; } ); this is how pivot pagination navigation is looking currently Issue with Calling Stored Procedure and Accessing Temp Tables in Redshift Hi Community, I am facing an issue while working with Redshift Live Connection and would appreciate your insights. Here’s the situation: I have a stored procedure in Redshift that stores data into temporary tables when executed. To connect to Redshift, I am calling this stored procedure via a custom query and then attempting to run a SELECT query on the temporary tables created by the procedure. The problem is: The Redshift connector seems unable to handle this setup, and I am unsure if I am calling the stored procedure correctly. Here’s how I am calling the procedure: CALL my_stored_procedure(); SELECT * FROM temp_table_created_by_procedure; Questions: Am I calling the stored procedure in the right way to access the temp tables? Is there a better approach to achieve this functionality, or are there limitations with the Redshift connector when working with temp tables created in stored procedures? Any advice, best practices, or alternative methods would be greatly appreciated! Thank you! Parameters Value Updating But Not Reflecting on Dashboard I'm facing an issue where the user parameter values in admin are updating correctly, but the changes aren't reflecting on the end user dashboard itself. I am using the parameter for custom live queries to Redshift. Initial setup is working but subsequently when I change the value for the user, the change is not reflecting on the dashboard for user. I republished live model and dashboard but its not working. I am using self hosted instance of Sisense version 2024.1 Re: Issue: Unable to Hide Main Filter by Title in Sisense Using it works for me. Thanks Hari! Re: Issue: Unable to Hide Main Filter by Title in Sisense Using Also I want to hide multiple filters by title. Re: Issue: Unable to Hide Main Filter by Title in Sisense Using Hi Hari, Thank you for your response! This script flashes filter for a while then hide it. I want it to hide as soon as the dashboard loads. can you help me on this? Issue: Unable to Hide Main Filter by Title in Sisense Using I am trying to hide a filter in my Sisense dashboard based on its title using Script, but I am running into issues. The filter in question is named "Username", and I'm attempting to hide it once the dashboard is initialized. I tried below community post by changing it to hide main filter but it's not working as I don't have dependent filter in my dashboard. Am I missing something? https://community.sisense.com/t5/build-analytics/hide-dashboard-filter-based-on-filter-title/m-p/18862 SolvedRe: Dashboard Navigation Thank you for your response! But still I am unable to figure out the elements to be changed to make it look like screenshot. Dashboard Navigation I am new to Sisense. Can anybody help me on how to design below navigation bar using tabber?