/pivotFix

Primary LanguageJavaScript

Empty Gender Value fix for Pivot Tables

This will take the empty gender values in pivot tables and replace them with 'N/A'

Instructions

  1. Navigate to X:\Program Files\Sisense\PrismWeb\plugins\
  2. Create a new folder named pivotFix and paste the files in this directory into the new folder.
  3. In your SiSense dashboard, navigate to the particular widget you'd like to run the code on
  4. Inside the widget view, click on the hamburger menu, then click Edit Script.
  5. Copy and paste the following code
widget.on('initialized', function() {
	pivotFix(widget);
});