<?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: Dynamically linking to WRS with parameters from Stored Process .. how to ?? in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31713#M528</link>
    <description>Angela,&lt;BR /&gt;
for the membel-level ( OLAP source) will WRS be able to know who is entering ( like the _metaperson)? We have a table that explodes the hierarchy -between manager and supervisor which we currently use in an STP along with _metaperson. We eventually will use it with IM for row level ( but relational source). But will it work with an OLAP source? the 9.2 doc you pointed me too was not clear whether this member-level permissions are hard-coded or dynamic.</description>
    <pubDate>Fri, 18 Jun 2010 14:04:51 GMT</pubDate>
    <dc:creator>jplarios</dc:creator>
    <dc:date>2010-06-18T14:04:51Z</dc:date>
    <item>
      <title>Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31707#M522</link>
      <description>From my SAS Portal i have to make a stored process that can capture an employee's department ( i use (_metaperson) and lookup in metadata for the department). Now i want to open automatically a Web Report with a parameter that holds the department and uses this information to show a Web Report with a filter for department. &lt;BR /&gt;
&lt;BR /&gt;
How to do this?</description>
      <pubDate>Fri, 04 Jun 2010 12:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31707#M522</guid>
      <dc:creator>TwanManders</dc:creator>
      <dc:date>2010-06-04T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31708#M523</link>
      <description>You can use the stored process to dynamically generate data for an  information map and then use the map for the report. Will that work?</description>
      <pubDate>Fri, 04 Jun 2010 19:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31708#M523</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2010-06-04T19:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31709#M524</link>
      <description>Why not skip the stored process altogether and use the 'derive identity values for row-level permissions' in the information map filter screen?&lt;BR /&gt;
&lt;BR /&gt;
There is a SAS note that might be useful:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/31/563.html" target="_blank"&gt;http://support.sas.com/kb/31/563.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;A href="http://sas-bi.blogspot.com" target="_blank"&gt;http://sas-bi.blogspot.com&lt;/A&gt;</description>
      <pubDate>Fri, 04 Jun 2010 19:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31709#M524</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-06-04T19:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31710#M525</link>
      <description>Thanx for your input .. &lt;BR /&gt;
&lt;BR /&gt;
i'm still working on a pemanent solution but found out how to make a &lt;BR /&gt;
direct link from within stored process on portal where i get fx. a portalside from metadata&lt;BR /&gt;
&lt;BR /&gt;
   file _webout;&lt;BR /&gt;
   put '&lt;SCRIPT type="text/javascript"&gt;';&amp;lt;br&amp;gt;
   &amp;lt;br&amp;gt;
   put 'self.location="/SASPortal/navigate.do?PortalPage=PortalPage%2Bomi%3A%2F%2FFoundation%2Freposname%3DFoundation%2FPSPortalPage%3Bid%3DA58TDXLT.C40000ST"';&amp;lt;br&amp;gt;
  &amp;lt;br&amp;gt;
  put '&lt;/SCRIPT&gt;';&lt;BR /&gt;
   run;</description>
      <pubDate>Tue, 08 Jun 2010 12:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31710#M525</guid>
      <dc:creator>TwanManders</dc:creator>
      <dc:date>2010-06-08T12:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31711#M526</link>
      <description>Angela,&lt;BR /&gt;
will row level work the same way for  a cube source?</description>
      <pubDate>Wed, 09 Jun 2010 18:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31711#M526</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2010-06-09T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31712#M527</link>
      <description>The information map 'Derive identity values (for row-level permissions)' only works for relational tables, for OLAP cubes the reference provided by SAS for 9.1.3 =&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/bisecag.hlp/a003139257.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/bisecag.hlp/a003139257.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
for 9.2 =&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#/documentation/cdl/en/bisecag/61133/HTML/default/a003139312.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#/documentation/cdl/en/bisecag/61133/HTML/default/a003139312.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;A href="http://sas-bi.blogspot.com" target="_blank"&gt;http://sas-bi.blogspot.com&lt;/A&gt;</description>
      <pubDate>Tue, 15 Jun 2010 13:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31712#M527</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-06-15T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31713#M528</link>
      <description>Angela,&lt;BR /&gt;
for the membel-level ( OLAP source) will WRS be able to know who is entering ( like the _metaperson)? We have a table that explodes the hierarchy -between manager and supervisor which we currently use in an STP along with _metaperson. We eventually will use it with IM for row level ( but relational source). But will it work with an OLAP source? the 9.2 doc you pointed me too was not clear whether this member-level permissions are hard-coded or dynamic.</description>
      <pubDate>Fri, 18 Jun 2010 14:04:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31713#M528</guid>
      <dc:creator>jplarios</dc:creator>
      <dc:date>2010-06-18T14:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically linking to WRS with parameters from Stored Process .. how to ??</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31714#M529</link>
      <description>The MDX expression is hard coded within the 'Add Authorization' window, but the 'user' the expression is assigned to could be a group of people instead of an individual (in step 2b of the 9.2 Example referenced above). &lt;BR /&gt;
&lt;BR /&gt;
Managing the users within the group could then be completed via SAS Management Console User Manager, and no additional modifications are required to the cube/report when data or users within the group change. WRS will use this metadata authorization to determine what the user can or cannot see.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela&lt;BR /&gt;
&lt;A href="http://sas-bi.blogspot.com" target="_blank"&gt;http://sas-bi.blogspot.com&lt;/A&gt;</description>
      <pubDate>Fri, 18 Jun 2010 14:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamically-linking-to-WRS-with-parameters-from-Stored-Process/m-p/31714#M529</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-06-18T14:35:25Z</dc:date>
    </item>
  </channel>
</rss>

