Difference between revisions of "Using ReportProperty with a Word Merge Document"

From SmartWiki
Jump to: navigation, search
(Created page with '* Used to pull the contents of a specific report into the Word Merge document. :''For example: to include the Custom Export formatted version (exportdata) for the Report with the…')
 
Line 8: Line 8:
 
==See Also==
 
==See Also==
 
{{WordMergeLinks}}
 
{{WordMergeLinks}}
 +
[[Category:Reports]]

Revision as of 09:31, 22 August 2013

  • Used to pull the contents of a specific report into the Word Merge document.
For example: to include the Custom Export formatted version (exportdata) for the Report with the ID 12345 you could use:
table_1=@ReportProperty(12345,exportdata,,0)@;
  • The Custom Export settings in the actual report must be configured so that every column in the table should have a column delimiter of "|", and that every row has a delimiter at the end "{BREAK}".
  • Do not wrap "|" at the beginning nor the end of each row. Be sure there are no spaces between the pipes (|) and variables.

CustomExportDetail.png

See Also

To set up a Word merge:

Advanced Word Merge Features Include: