Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Parameter

Description

Specifications

Required

groupname

If visibility = Group; Name of a specific user group.


N

reporttitle

Title of the Report.


Y

visibility

Users that will be able to view this report.

Valid Values:

Html bobswift
<ul>
<li> Me
<li> Group
<li> Everyone
</ul>

If there are multiple reports with the same title:

  • If visibility is not provided, reports are sorted in the following order:
    1. User visibility
    2. Group visibility (group(s) that the user running the report is a member of)
    3. Everyone visibility
  • If visibility is provided:
    • If visibility = Me, web service returns only the report that matches reporttitle and is visible to the user running the report.
    • If visibility = Group, web service returns only the report that matches reporttitle and is visible to the groupname.
    • If visibility = Everyone, web service returns only the report that matches reporttitle and is visible to Everyone.

N

...