cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
DownloadShow More/Less 
Introduction
This post will present how to divide your dashboard filters to more and less important filter groups
 
Steps

STEP 1 - DOWNLOAD AND EXTRACT THE ENCLOSED FOLDER IN THE PLUGINS FOLDER:

C:\Program Files\Sisense\PrismWeb\plugins\dashFiltersPlugin,  if the "plugins" folder is not there, please create it. If you are using version 7.2 and higher unzip the contents into your C:\Program Files\Sisense\app\plugins\ folder. 

STEP 2 - GO TO THE DASHBOARD’S SCRIPT AND COPY PASTE THE FOLLOWING CODE

dashboard.on('refreshend', function(){
DashFilters({
dashboard: dashboard,
importantFilters: ["[<TABLE_NAME>.<FIELD_NAME>]"]
});
})
Step 3 - Code configuration
  • importantFilters: ["[<TABLE_NAME>.<FIELD_NAME>]"] - Add the filters that  will always be visible. For date fields, add (calendar) after the filter name.
            For example:
            importantFilters: ["[commerce.Date (Calendar)]","[category.category]"]
 
Step 4 - Save the script and refresh the dashboard
Version history
Last update:
‎02-16-2024 11:51 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: