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)
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]>><>
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.
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])>>
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |