Generate a PDF with smooth data in two columns

Hi,

I need to generate a pdf for printing labels with customer addresses in a mail merge, I managed to make the pdf, but I can't seem to separate it into two columns of labels, the form used has two columns and ten lines, I couldn't split the pdf into two columns , when I do this, the data from the first column is repeated in the second column, the data only changes when it goes to the next row.
Do you have any idea how to resolve this?

0 4 734
4 REPLIES 4

The only similar thing I did like this I created 2 tables side be side with a gap between them.  Then each table had its own <<START: and <<END>>.  

Simon@1minManager.com

It might be a solution if I can split half the data in one table and the other half in the other table.

The print order is not important. Will it be possible to do this?

Can you help me?

You could try these two

<<START: Select(TableName[KeyColumn],MOD([_RowNumber],2)=0)>>
<<START: Select(TableName[KeyColumn],MOD([_RowNumber],2)=1)>>

Top one pulls in even row numbers, the bottom one odd row numbers 

Hello,
I greatly appreciate your help.
My PDF report is generated by filtering a "cidade" field from a table called "CIDADE" and looking for the address in a related table called "CONGRESSISTAS", so the expression is: Start: [Related CONGRESSISTASs]>><<[ENDCOMPL]>> <<End>>, how would it be using the select you propose?

I could not include the expression of the select that you indicate to me in the expression, can you help me?

Top Labels in this Space