AssafHanina
08-28-2024Sisense Employee
hey veremeiev ,
Adjusting the Values can be done using a Widget Script.
Please refer to the related community link
widget.manifest.data.panels.forEach(function(p){
p.metadata.maxitems = 30; //replace with the number you need
})
Best Regards
Assaf