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

From SmartWiki
Jump to: navigation, search
 
Line 2: Line 2:
 
:''For example: to include the Custom Export formatted version (exportdata) for the Report with the ID 12345 you could use'':
 
:''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)@;
 
  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}".  
+
* 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.
 
* Do not wrap "|" at the beginning nor the end of each row. Be sure there are no spaces between the pipes (|) and variables.
 
[[Image:CustomExportDetail.png|link=]]
 
[[Image:CustomExportDetail.png|link=]]

Latest 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: