There is a requirement to print the Supplier Labels Horizontally using BI Publisher.
Usually we can employ the Multiple Columns Property in the word document functionality..
but, this would not work some time as using this would achieve...
1 4 7
2 5 8
3 6 9
where as what we want to achieve is..
1 2 3
4 5 6
7 8 9
for this I would resort back to using table for the purpose..

the F loop would be for the data group and the IF would have this....
since I want to have labels printed on three columns, my logic would be
This along with some cosmetic changes would give the desired result.
Thanks,
Sridhar
Usually we can employ the Multiple Columns Property in the word document functionality..
but, this would not work some time as using this would achieve...
1 4 7
2 5 8
3 6 9
where as what we want to achieve is..
1 2 3
4 5 6
7 8 9
for this I would resort back to using table for the purpose..
the F loop would be for the data group and the IF would have this....
since I want to have labels printed on three columns, my logic would be
This along with some cosmetic changes would give the desired result.
Thanks,
Sridhar