JavaScript does not work for Tabber
I added the following JavaScript to my tabber widget. However it does not execute. I found this JavaScript in a help article on the Sisense Community website. It is designed to change the dashboard filters based on which tab is selected. Can you please tell me what I need to do make this script work? My work around was to hide the dashboard filter and disabling the dashboard filter on each widget and creating a widget level filter. $('.listDefaultCSS .listItemDefaultCSS', element).on('click', function(s){ widget.scriptConfig = true; filter = prism.activeDashboard.filters.$$items.find(el=>el.jaql.title == 'Checklist Type') //Title of filter //mapping of Tab name and filter item. Here when Tab1 is selected, 'Onboarding' will get selected in Checklists Type filter var tabFilterMapping = { 'Tab1':"Onboarding", 'Tab2':"Advancement" } var filterValue = tabFilterMapping[$(s)[0].currentTarget.innerHTML] filter.jaql.filter = { "explicit": true, "multiSelection": false, "members": [ filterValue ] } var filterOptions = { save: true, refresh: true, } prism.activeDashboard.filters.update(filter, filterOptions) }) ; });28Views0likes1CommentDisappearing widgets
Hello, I am duplicating a widget in the report builder and the widget is displayed in the same row as the original. Then when I switch to a different tab (using tabber) and come back, the duplicated widget is gone. If I delete everything and start from scratch it seems to resolve.63Views0likes7CommentsJump to with Tabber
I have a KPI dashboard using Tabber with 2 tab, FIRST vs EVER. This KPI dashboard also has a Jump To button and the Jump To dashboard has the same 2 tabs, FIRST vs EVER. Is there a way to pass the Tabber selection on the KPI dashboard to the Jump To dashboard? Currently, I have to select the appropriate tab once the Jump To opens.200Views0likes4CommentsTable Widget - Horizontal scroll
I’ve been trying to make the scrollbar always visible on the Table widget. I followed the code suggestions from this post, but after implementing the code, I don’t see any change in the widget. Is there any other solution to make the scrollbar visible all the time on the Table widget? Thanks in advance!Solved262Views0likes5CommentsGradient color in bar chart based on start/end text of value title
Searched and found Gradient color in bar/column/line/area chart - Sisense Community Help always so appreciated! Use case is having 5 levels of engagement where a customer could enter at any level and then be currently still at that level or at a deeper level. Each level has a color assigned. The values in the bar widget count the customers who entered at a given level and are currently at a given other level. The values are named {entryLevel} - {currentLevel} For the value named "Level A - Level B" the bar would start at the color assigned for Level A and end at the color for Level B. For a value named "Level B - Level E" the bar would start at the color for Level B and end at the color assigned for Level E. Thanks in advance!245Views0likes13CommentsFormula Help
Hi Everyone, I need to create a formula for an indicator widget which will count all rows in a certain column that meets a condition divided by all rows in that column. For clarity, I want to count all Hardware Types where the power condition is on, divided by count of all hardware types. I am sure this is a really easy formula to put in, but I just cant seem to get it to work. Thanks!32Views0likes2CommentsWhen leaving the tabber edit interface
A major UI bug is encountered when applying changes in the Tabber interface. The resulting view is unusable and I need to toggle a different tab and back again to get the visuals to display properly. This should show centered Titles and data in the various widgets.26Views0likes1CommentTabber widget management
I am struggling to manage widgets in a multi-tab report. When I create a new widget it shows up on all tabs in a weird place. It is making it very hard to deliberately create widgets for specific tabs. Along with widgets disappearing now others are showing up where they don't belong, it is extremely frustrating. What am I doing wrong? Is there an ideal workflow?13Views0likes0Comments