Word template <<Start>> expression justification issues

I am running into some justification issues with a Word template where all fields are left justified but the Start:End statements do not print out as they should. The regular fields are fine.

See image below of top (justified correct) and bottom (incorrect)
2X_5_5c18158622a8a4a587461981f98b94718ad803bb.jpeg

Also, where would I insert the TRIM() function in the following to see if it is a padding issue?

<<Start:Select(Operations[KeyID],AND ([TractCode] = [_THISROW-1].[TractCode],[TractName] = [_THISROW-1].[TractName],([ContDate] = [_THISROW-1].[ContDate])))>><<[OwnerName]>><>

0 5 251
5 REPLIES 5

Steve
Platinum 4
Platinum 4

How so? Screenshot/pic?

Steve,

The Start:End statement prints what it should, just the justification does not seem to be working. Below is two cells on the template, the first a straight pull and the second a start:end statement.

2X_5_5c18158622a8a4a587461981f98b94718ad803bb.jpeg

And the resulting pdf.

Both are left justified in the template.

Thanks for any help you can provide!

I would guess there is extraneous leading spaces in the data, or your template has an extraneous tab character in it.

Steve,

Where would I put the TRIM() function in the previous START:END statement?

Like this:

<<TRIM([OwnerName])>>
Top Labels in this Space