Maximum number of rows in a dashboard

Where can I find the maximum number of rows that a dashboard can have? I'm having trouble finding it in the documentation.

Parents
  • Hi Yury Voloshin,

    A dashboard supports 10 rows of Dashlets. This is not, to my knowledge, published in the documentation.

    Defect 81636 describes that the following JS error appears in the Console if you attempt to save an 11th row:
    Uncaught TypeError: Cannot read property 'view' of undefined at http://SUGAR/cache/javascript/base/components_3fd5b89cff726c7cd33f468358b1ef15.js on line 59990

    Enhancement Request 77940 asks for this to be a configurable number.

    I have also submitted a documentation request to have this detail in our documentation.

    I hope this helps!

Reply
  • Hi Yury Voloshin,

    A dashboard supports 10 rows of Dashlets. This is not, to my knowledge, published in the documentation.

    Defect 81636 describes that the following JS error appears in the Console if you attempt to save an 11th row:
    Uncaught TypeError: Cannot read property 'view' of undefined at http://SUGAR/cache/javascript/base/components_3fd5b89cff726c7cd33f468358b1ef15.js on line 59990

    Enhancement Request 77940 asks for this to be a configurable number.

    I have also submitted a documentation request to have this detail in our documentation.

    I hope this helps!

Children