When a 2d array is added to the report as table, you get the following table:
[0][0] 00
[0][1] 01
[1][0] 10
[1][1] 01
It would be better to have a table like this:
[0] [1]
[0] 00 10
[1] 10 11
Currently this needs to be implememented in the stylesheet. But for a lot of users, this is a complex workaround.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.