top of page
Tags
Enable/Disable Pivot columns based on selected filter
Sometimes we need to hide or show few columns in pivot table based on a filter selected. Here is a script to achieve this. Steps: Create...
303 views0 comments
Remove pagination from pivot (infinite scroll)
In Sisense Pivot2, maximum items per page we can set is 200. Here is a script that remove pagination in pivot and enable infinite scroll....
278 views0 comments
Custom No Result message
Below script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
388 views0 comments
Additional columns in CSV
When we export a widget as CSV, it just contains the widget's dimensions and measures. Additional measure columns that are not part of...
107 views0 comments
Align Pivot 2 to center of Sisense widget container
Below dashboard script will align Pivot2 to center of widget container dashboard.on('widgetready', function (se, args) { //widgetid of...
268 views0 comments
bottom of page