I have a table (2 columns: KPI and Description) which I fill with text from an Excel. Because the description can be longer, I have set the option "line break". In one table, it worked, in another it did not work. After several frustrating tests, I figuered out what the reason is: If the text in the last column of the first line is too long, the line break is not done. It looks as if the length of the text is taken in this case and not the size of the table.
If I add a dummy line with a short text as new first line, it works. It works also if I add a dummy column behind the last column. But I don't want to add dummy lines nor columns to my table ;(
Any other idea for a workaround (until it is solved ...)?