Configuring the Toolbar web extension

  1. In the H8:K10 cell range, insert this table:
    H8:H10 I8:I10 J8:J10 K8:K10
    id caption visible medianame
    print Print TRUE print
    copy Copy to Clipboard TRUE copy
  2. In the B4:D4 cell range, insert the Toolbar web extension.
  3. In the Format Web Extension dialog box, specify these values:
    Mode
    Specify ="".
    List of Items
    Specify =H9:H10.
    Item Data
    Specify =H8:K10.
    Padding
    Specify ="".
    Background
    Specify ="".
    Toolbar Title
    Specify ="".
  4. In the H9 cell, define an action with these values:
    • Actions:
      Type
      Specify Set parameter.
      Condition
      Specify =TRUE.
      Mode
      Specify Web Extension.
    • Inputs/Options:
      Name
      Specify Refresh in web.

      A dialog box with the source report is displayed. You can select any other report.

      Value
      Select Custom > Add > Select objects and select the Markdown Viewer web extension.
    • Parameters:
      Name
      Specify Print.
      Property
      Specify Value(.Text).
      Value
      Specify =ReportVariables.print.Text<>"True".
  5. In the H10 cell, define an action with these values:
    • Actions:
      Type
      Specify Set parameter.
      Condition
      Specify =TRUE.
      Mode
      Specify Web Extension.
    • Inputs/Options:
      Name
      Specify Refresh in web.

      A dialog box with the source report is displayed. You can select any other report.

      Value
      Select Custom > Add > Select objects... and select the Markdown Viewer web extension.
    • Parameters:
      Name
      Specify Copy.
      Property
      Specify Value(.Text).
      Value
      Specify =ReportVariables.copy.Text<>"True".
  6. Click Save.
    You can view the report in a web browser.