cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to add new rows once a dashboard is created

rzaveri7
7 - Data Storage
7 - Data Storage

I have created a dashboard, but when i try to edit the widget to add new rows into the dashboard, I don't see the + sign near rows button. Is there any settings which needs to be enabled to perform this action. Please share your thoughts.

rzaveri7_0-1690436512063.png

 

 

2 REPLIES 2

HamzaJ
12 - Data Integration
12 - Data Integration

@rzaveri7 I dont know if this applies to your case, but I do know there is a max number of rows that you can add to a pivot table. To circumvent this, I switch to table or table with aggregation-type, add the rows and then switch back to pivot.

rzaveri7
7 - Data Storage
7 - Data Storage

Hi @HamzaJ , thanks for your response.

But if we embed a JS script inside the Edit widget option, we can implement as many rows as we need.

widget.manifest.data.panels.forEach(function(p){p.metadata.maxitems = 25;}) .

This is the piece of code which enables more addition of rows