Hi
I have a document where I want to pull the address at one place and company name at another place from the same table. My template looks like this
«TableStart:ClientDetails»
«company»
«TableEnd:ClientDetails »
«TableStart:ContactDetails»
«contact»
«TableEnd:ContactDetails»
«TableStart:ClientDetails»
«address1» «address2»
«city»
«TableEnd:ClientDetails»
Is it possible to do something like this? Basically pulling some information from a table at one place and other information at other place in the document.
Please suggest.
Thanks