Need to change the filter colors when something is selected
Hi All, I have several filters in my dashboard, i want to change the colors when something is selected in the filters to distinguish between selected and unselected filters . currently i am using $('.uc-tag').css('background-color','#006ecf'); $('.uc-tag').css('color','white'); as filter colors and backgroundSolved3.2KViews0likes7Commentsselect All check box to select other checkboxes
Hi , I am trying to create a check box which will select all the other checkboxes, but somehow its not working. if there is any other solution by using a button that would also work for me. Thanks { "type": "Input.Toggle", "title": "Select All", "id": "chk_brand_all", "valueOn": "true", "valueOff": "false", "value": "false", "style": { "text-align": "center" } }, { "type": "Input.ChoiceSet", "id": "chk_brand_items", "class": "chk_brand_items", "layout": "vertical", "isMultiSelect": true, "value": "", "style": { "padding": "4px 0 0 5px" }, "choices": [ { "title": "Brand", "value": "Brand" }, { "title": "Brand 1", "value": "Brand 1 }, { "title": "Brand 2", "value": "Brand 2" }, $('#chk_brand_all').on('click', function(){ if(this.checked) { $('.chk_brand_items .checkbox').each(function(){ this.checked = true; }); }else{ $('.chk_brand_items .checkbox').each(function(){ this.checked = false; }); } });Solved3.6KViews0likes7CommentsHow to hide a column in a table widget?
Does anyone know how to hide a column in a table widget? I saw the old post here (https://community.sisense.com/t5/build-analytics/pivot-2-0-hiding-columns-from-the-display/td-p/3607) for pivot table but that doesn't work on table widget. Thank you.4.8KViews0likes7CommentsNavigate from Pivot and filtering.
Hi All, I need help!!! I want to navigate from the values in pivot table to another dashboard and filtering the selected value in that dashboard. Eg. Name ID Salary A 123 1000 B 456 2000 C 432 2300 I want to select ID and navigate to dashboard 2 with selected ID filtered.1.1KViews0likes1CommentCOLUMN CHART SHOW ALL CATEGORIES EVEN IF NULL/0/MISSING
Please reference the attached excel worksheet. My goal is to show all horizontal categories, even when data = null/0/N/A. Currently, only 3/6 categories appear and I've tried nearly every Sisense KB article I can find related to null/N/A values. THANK YOU!!!Solved6.5KViews0likes4CommentsLowest Sisense role needed to 'CREATE' new notebooks.
Hello, I need clarity on the lowest Sisense role needed to 'CREATE' new notebooks. Not just view, edit and own. The user guide (https://docs.sisense.com/main/SisenseLinux/sisense-user-roles.htm) says 'Data Designers' can, but someone has a hunch that it's 'Data Admins'. This confusion is affecting our ability to use notebooks. Separately, 1. Can regular 'Designers' edit and run notebooks shared by 'Data Admins'? 2. Also, are there any limitations on the 'Data Designer' role regarding access to certain data cubes only? We need to resolve this to manage our notebook functionality effectively. I am sharing the user role access table below.Help in explicitly answering these questions is greatly appreciated. The need is urgent.2.5KViews0likes6Comments