Total Pageviews

September 10, 2018

9/10/2018 11:41:00 PM

Passing Report name as Report Title



Question :Using Desktop Publisher for Word and a standalone BIP Enterprise version, is it possible to pass the report name to the rtf template so that it could be used as the report title?

This feature would be useful when there are multiple reports (different names and slightly different queries/criteria) that use the same templates. We could then dynamically change the report title based on the report name.

Solution

Yes we can do that by following steps

  • create parameter called Report_Name in every report
  • put default value for that parameter as report name (Title)
  • select parameter type as Hidden

Now in rtf template.

<?param@begin:Report_Name?>
<?$Report_Name?>

Done......
 
Related Posts Plugin for WordPress, Blogger...