sachinbaan
2nd May 2015, 12:10
hello,

I am having list of data which nned to print on report in nXn form,

Curent Output of detail layout is,

1
2
3
4
5
6
7
8
9
0

Expected Output is,

1 2 3
4 5 6
7 8 9
0.....
,
I tried options available in detail layout property,

1. Vertical Order
2. Horizontal Order,

but didn't get any effect.

manish_patel
2nd May 2015, 17:31
Make sure that layout width is set correctly. As by default, report manager calculates the number of columns based of the report width and the layout width.

bdittmar
3rd May 2015, 11:55
Hello,
are the values a real array ?
If not, create an array.
Use a rowcounter and a linecounter an calculate in detail at line level.

Result can be something as shown in attachment, for example ID's in delivery note.

Regards

sachinbaan
4th May 2015, 07:12
Hi bdittmar,

Thank you, its working....

JerryMaWang
10th July 2015, 10:04
Will you please give some snapshot to show how to solve the problem ,thanks !