AssafHanina
09-08-2024Sisense Employee
hey csrobbie ,
I assume is the ability to add More Measures/Values over 20.
Please find related Screenshot of Pivot table without applying the script, hence - the Plus button is missing when the pivot has 20 measures.
Steps:
- Open the Pivot Widget Edit Script
- Copy the Script and Save
widget.manifest.data.panels.forEach(function(p){ p.metadata.maxitems = 100; //replace with the number you need })​
- Refresh the Entire Page
- Plus Button is added
Please update if this resolve the issue
Best Regards
Assaf