Template Issues

Hey guys,

Having some problems with a template I’m trying make.

I have a Table with Receiving Forms,
Receiving Forms has a child table that is Form Items Displays
Form Items Displays has a child table Display Lot Numbers.

The issue is in the bolded section below. Not exaccly sure what Im doing wrong.

Vendor:<<[Vendor].[Vendor]>>

Date:<<[Date]>>

Order Number:<<[Order Number]>>

PO Number:<<[PO Number]>>

<<If: Count([Related Form Items Displays])>0>> <<Start: [Related Form Items Displays]>>

Displays Received
Display Type: <<[Display Name].[Display Name]>> <<Start:[Related Form Items Displays]. [Related Display Lot Numbers]>>
Lot Number Amount
<<[Display Lot Number]>> <<[Amount]>>

<>

<>

<>

Any Help would be appreciated,

Thanks,

Solved Solved
0 25 1,613
1 ACCEPTED SOLUTION

I think the issue is that the second START is not matching up with the END.

When you place the START inside of a table, then END must be, I believe, inside as well to properly match up AND I think they need to be on the same table row.

There are two ways to fix depending on your needs

1) First Way
You probably DO NOT want the “Lot Number” and “Amount” column headers to repeat for every row?

If that’s the case, then insert the START in the same cell and before the <<[Display Lot Number>> value AND place the END after the <<[Amount]>> value.

The template WILL look messy but the resulting table should look fine.

2) Second Way
If you DO want the column headers to repeat, e.g. a table for each row then you can change the table to be something like the below where the START is before the table and the END is after the table.

View solution in original post

25 REPLIES 25
Top Labels in this Space