Print Terms and Conditions at end of report
Hello,
For an Purchase Order Report I am trying to print the Terms and Conditions provided by the business user. Its a Word doc formatted in 2 columns. I saved it as an rtf and embedded the <?template:POTERMS?> and <?end template?> tags and called this in the report at the end as follows:
<?import:xdoxsl:///MyTemplates/poterms.xsb?>
<?call@inlines:POTERMS?>
<?end call?>
The resulting pdf from the report only prints the text at the beginning of the terms and skips the column formatting alltogether.
Any ideas on how to incorporate this T&C template? I could spend time to convert the columns to tables but thought to inquire first.