MikeGre
03-20-2024ETL
Pivot Widget - Maximum Number of Values
Hello community,
We came across this post from the old community : https://community-old.sisense.com/hc/en-us/community/posts/115000896608-Table-Widget-Maximum-Number-of-Columns
We have tested this on Version L2023.9.0.308 and it seems to work.
Is anyone else using this script on their Linux environment?
We would like to hear if this is working properly, as well as, hearing from Sisense if this script should be compatible in the Linux version.
Hi MikeGre,
Can you see if this Widget script works to increase the Row limit? There is a built-in limit to try and prevent performance issues.
widget.manifest.data.panels.forEach(function(p){
p.metadata.maxitems = 25; //replace with the number you need
})