Description:
During the experiment rendering, user face the error:
Sorry, an error occured while exporting filtration of inprocess bulk of section of the experiment: This exceeds the maximum width...
Root cause:
The problem in the section that contains a table with many columns. The table exceeds the number of columns that can be automatically accommodated for rendering .
The table for the rendering in a section:
| N. | Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | ... | Column N |
The Rendering template:
<SectionName>
Table for rendering:
| N. | <All columns will be added automatically during the rendering> |
Solution:
Due to a font, font size, amount of text in a cell, there is no limitation in the number of columns that can be specified in the rendering temlate.
To resolve the problem, the section rendering template should be updated to force the rendering of the required number of columns.
The updated rendering template:
<SectionName>
Table for rendering:
| N. | <Column 1> | <Column 2> | <Column 3> | <Column 4> | <Column 5> | ... | <Column N> |
Comments
0 comments
Please sign in to leave a comment.