Adding Hyperlinks to a Visualizer Report

Use report-level drill maps to add a hyperlink to a report. Set a Hyperlink at the end of a drill path. For more about using a hyperlink in a drill path, see Report-Level Drilling.

To add a hyperlink without drilling to different attributes, create a drill path that contains a single node.

To add a hyperlink

For example, you want users to click on a bar to go to a store's Google entry.

  1. From a Visualizer report, click Settings - Report-Level Drilling.

  2. In the Report-Level Drilling window click Add.

  3. Enter the Store Name attribute.
  4. Click Hyperlink.

  5. Enter the URL using BQL syntax. For example, to use the value of Products.Products in a Google search:
    'http://www.google.com/search?q='+[Retail_Stores.Store_Name]

  6. Select whether to open the URL in a New Window or in the Same Window as the report.
  7. Click X to exit the Report Level Drilling window.
  8. Click Save.
  9. Test the report. For example, clicking on the bar for "Fry's" opens the URL.