Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to System Admin | Advanced | Custom Configure Links

  2. Click Add
  3. Fill out required fields - Select the Location, Group (Link 2 for purposes of this example) and Display Action (URL).
  4. Add a Display Value and Sort order
  5. Add the following link in the URL, replacing #CategoryName with the actual report Category and #ReportName with the name of the report in question

  6. /BusinessIntelligence/ReportViewer.aspx?rn=#CategoryName%5C#ReportName&projectid={fkProjectID}
  7. In the example above the URL has been encoded to eliminate Spaces - the encoded URL for the report named "Client Service Cases" in the category of "Client Service" is as follows:  /BusinessIntelligence/ReportViewer.aspx?rn=Client%20Service%2FClient%20Service%20Case%20List&projectid={fkProjectID}
  8. Click Save to save your link

...