<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linking to WRS Report from a Stored Process in the Delivery Portal in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69378#M3357</link>
    <description>Very good idea, I'll try now!</description>
    <pubDate>Tue, 07 Sep 2010 12:58:13 GMT</pubDate>
    <dc:creator>StephenOverton</dc:creator>
    <dc:date>2010-09-07T12:58:13Z</dc:date>
    <item>
      <title>Linking to WRS Report from a Stored Process in the Delivery Portal</title>
      <link>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69376#M3355</link>
      <description>I've got a nice visual graph in a URL Display Portlet in the Information Delivery portal.  I used a stored process so I can get a lot more control over specific elements and so I can do more customized graphs.  To keep the drill through functionality I use the 'html' parameter of the PROC GPLOT to link to a WRS report.  The link works initially but if I click the link to return back to the Portal then click the STP again, it sends me just to the opening screen for WRS.  I'm trying to figure out how to structure the html link or the ODS statement in the STP so that it doesn't loose track of where I'm going and it goes to the underlying WRS report consistently.&lt;BR /&gt;
&lt;BR /&gt;
Whats nice about using these links below is that it includes the link in the upper left to return back to the portal.  My goal here is to mimic what the standard out of the box links do in the Information Delivery Portal.&lt;BR /&gt;
&lt;BR /&gt;
These are the different types of links I've tried to use to link to the WRS report:&lt;BR /&gt;
&lt;U&gt;#1&lt;/U&gt;&lt;BR /&gt;
../SASBIDashboard/Director?_directive=DashboardWRSServlet&amp;amp;rptname=Report%252Bomi%253A%252F%252FFoundation%252Freposname%253DFoundation%252FTransformation%253Bid%253DA5WCU92V.B00000B1&amp;amp;&amp;amp;_target=_top&amp;amp;Referer=http%3A%2F%2F&lt;B&gt;[COMPANY DOMAIN]&lt;/B&gt;%2FSASPortal%2Fmain.do&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;#2&lt;/U&gt;&lt;BR /&gt;
../SASPortal/search/viewItemFromSearch.wiz?com.sas.portal.ItemId=Report%2Bomi%3A%2F%2FFoundation%2Freposname%3DFoundation%2FTransformation%3Bid%3DA5WCU92V.B00000BA&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;#3&lt;/U&gt;&lt;BR /&gt;
../SASWebReportStudio/openRVUrl.do?rsRID=SBIP%3A%2F%2FMETASERVER%2FShared+Data%2FMisso%2FServicer+Portal%2FReports%2FServicer+Scorecard%2FTop+10+Delq+Counts+By+Servicer+Entity+YTD.srx%28Report%29&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;#4&lt;/U&gt;&lt;BR /&gt;
../SASPortal/syndication.do?com.sas.portal.ItemId=Report%2Bomi%3A%2F%2FFoundation%2Freposname%3DFoundation%2FTransformation%3Bid%3DA5WCU92V.B00000AC&lt;BR /&gt;
&lt;BR /&gt;
This is the "parameters" parameter I used in the ODS statement:&lt;BR /&gt;
ods html body=_webout path=&amp;amp;_tmpcat(url=&amp;amp;_replay) style=Plateau parameters=("drilltarget"="_top");&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;I'm wondering if I can add more parameters?  Has anybody tried to mimic WRS report linking from a stored process??&lt;/B&gt;</description>
      <pubDate>Thu, 02 Sep 2010 13:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69376#M3355</guid>
      <dc:creator>StephenOverton</dc:creator>
      <dc:date>2010-09-02T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to WRS Report from a Stored Process in the Delivery Portal</title>
      <link>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69377#M3356</link>
      <description>Something that I've done is (and this is in Portal 4.2) is display the stored process in a dashboard. In this case the stored process displays a couple of complex charts. The user can drill through to a web report.&lt;BR /&gt;
&lt;BR /&gt;
Here's how I did it.&lt;BR /&gt;
Add a dashboard portlet to a portal page, create a new dashboard, create a new indicator, and select Display: Graph. Enter the URL to the stored process using the dashboard directive e.g. http://{Mid-tier-serverdomain]:8080/SASPortal/Director?_directive=STPRunParameters&amp;amp;_program=%2FDemo%2FStored+Processes%2FMy+Stored+Process&lt;BR /&gt;
&lt;BR /&gt;
In the link tab for the indicator, select Web Report as the type and select the applicable report.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Mon, 06 Sep 2010 06:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69377#M3356</guid>
      <dc:creator>MarkBodt_NZ</dc:creator>
      <dc:date>2010-09-06T06:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to WRS Report from a Stored Process in the Delivery Portal</title>
      <link>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69378#M3357</link>
      <description>Very good idea, I'll try now!</description>
      <pubDate>Tue, 07 Sep 2010 12:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69378#M3357</guid>
      <dc:creator>StephenOverton</dc:creator>
      <dc:date>2010-09-07T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to WRS Report from a Stored Process in the Delivery Portal</title>
      <link>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69379#M3358</link>
      <description>I can display the STP graph just fine BUT the link to the web report does not work.  I removed the html link from the stored process and enabled it through the dashboard link.  Any ideas??</description>
      <pubDate>Tue, 07 Sep 2010 13:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Linking-to-WRS-Report-from-a-Stored-Process-in-the-Delivery/m-p/69379#M3358</guid>
      <dc:creator>StephenOverton</dc:creator>
      <dc:date>2010-09-07T13:22:40Z</dc:date>
    </item>
  </channel>
</rss>

