[Renderer] Html

This recipe demonstrates on the different URL link types in a report template.

Report format supported:

  • application/html-zip
  • application/xhtml-zip
  • application/pdf

Steps taken:

  1. Create a report template (URL Link.rml) using the datasource (Products.ds).
  2. Create a “Cover” section and an “Example” section.
  3. Enter the following script into “Functions > On Render Begin”:this.setURL(“http://www.elixirtech.com/twiki/bin/view/Main/WebHome”);
    this.setURLDescription(“Knowledge Base - Wiki”);
    this.setURLTarget("_blank");

To download the necessary files for this recipe, refer to the attached ZIP package.
URL.zip (4.0 KB)