Difference between revisions of "Report URL"

From SmartWiki
Jump to: navigation, search
Line 25: Line 25:
 
* [[reportid|Determining the report ID]]
 
* [[reportid|Determining the report ID]]
 
* [[Creating a Portal Interface]]
 
* [[Creating a Portal Interface]]
 +
* [[Creating a Public – Internet Enabled Report]]
  
 
[[Category:Reports]]
 
[[Category:Reports]]

Revision as of 13:11, 30 August 2013

In order to add a link to a specific report to a portal, or to create a link elsewhere in the system, you need the URL of the report in question.

To retrieve the report's URL:

  1. Hover your cursor over the Run Report icon NewRunReportIcon2.png for the report whose URL you wish to retrieve.
  2. Right-click on the icon and copy the link location*.
  3. Paste the report URL into a word processing program, or directly into the URL setting on the Portal Set-up page.
CopyLinkLocation.png
* Note: different Internet browsers use different terminology for copying the link location. 
Mozilla Firefox uses Copy Link Location
Internet Explorer uses Copy Shortcut
Chrome uses Copy link address
etc.

The syntax for the report URL will be:

http://your url/userreport/ur_viewreport.jsp?nextlevel=1&reportid=report id&reportname=report name
where:
 your url is the URL used to access your copy of SmartSimple, for example grants.smartsimple.us
 report id is the unique ID number of the report
 report name is the name of your report, with spaces between words replaced with the plus sign "+"

See Also