Dear Team,
How can i get information to the Attachment Template from another table? Example; arrival date is in sheet1. delivered date is in sheet2. so i am trying to collect both dates in on Attachment Template.
Dear Team,
How can i get information to the Attachment Template from another table? Example; arrival date is in sheet1. delivered date is in sheet2. so i am trying to collect both dates in on Attachment Template.
@Etwo_Cargo
You can use the LOOKUP() expression in your attachment template
@Levent_KULACOGLU Dear Levent, LOOKUP(<<[AWB],shipment status<<[awb]>>,<<[date]>>) is that can be wrong inside of template?
@Etwo_Cargo
<<LOOKUP([_THISROW].[AWB],“Shipment Status”,“AWB”,“Date”)>>
@Levent_KULACOGLU Dear Levent, Thanks a lot that you teaching me many things.