Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The tablix ‘Tablix1’ has an incorrect number of TablixCornerCell.

An error occurred during local report processing

The number of TablixCornerCell within TablixCornerRow at index: 0 must equal the number of levels in the TablixRowHierarchy containing TablixHeaders.

like image 490
Sagar K Avatar asked Jan 25 '26 00:01

Sagar K


1 Answers

I got this error message after deleting a row group from a tablix by simply removing the row itself

I didn't realise that in doing so I had left an extra 'orphaned' column within the table - when I removed the leftover column then the error disappeared.

Next time I will use the Groups pane to delete the row group, and tick the 'remove rows/columns associated with the group' button

like image 71
Chris Hick Avatar answered Jan 28 '26 02:01

Chris Hick