Enable/Disable Pivot columns based on selected filterSometimes 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...
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....
Custom No Result messageBelow script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
Additional columns in CSVWhen we export a widget as CSV, it just contains the widget's dimensions and measures. Additional measure columns that are not part of...
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...