Forum Discussion

rzaveri7's avatar
rzaveri7
Data Storage
07-27-2023

Unable to add new rows once a dashboard is created

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.

 

 

2 Replies

Replies have been turned off for this discussion
  • HamzaJ's avatar
    HamzaJ
    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's avatar
    rzaveri7
    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