<?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: report refresh - running sas code in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99883#M1647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of doing all these once your development is completed create the stored process then call it from&amp;nbsp; WRS. So, when you tried to refresh from WRS automatically it will refresh the data in back end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 06:56:14 GMT</pubDate>
    <dc:creator>SuneelReddy</dc:creator>
    <dc:date>2013-02-08T06:56:14Z</dc:date>
    <item>
      <title>report refresh - running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99880#M1644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty new by web report and I want to know if the refresh bottom could actually make the sas code run again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a project in EG and exported the report to web studio. I can see it there but I would like to web report run the project again and display the new values when I refresh the report (refresh bottom). When I refreshed the report now this is not happening, is it possible to have something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 15:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99880#M1644</guid>
      <dc:creator>danirecchia</dc:creator>
      <dc:date>2013-02-06T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: report refresh - running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99881#M1645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand how you export the report to wrs, but one way to do this is to create a stored process from the EG-projekt and then use that sp in an information map. This imap is then usen in wrs and the sp will run everytime you refresh the report.&lt;/P&gt;&lt;P&gt;Check:&lt;A href="http://support.sas.com/kb/33/146.html"&gt;http://support.sas.com/kb/33/146.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99881#M1645</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2013-02-07T15:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: report refresh - running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99882#M1646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run a report from EG, it creates a static report, just an image of rows and columns.&amp;nbsp; If you are publishing a report to Information Delivery Portal, then you want to directly access the source data, and use Information Maps and Web Report studio to build the report.&amp;nbsp; That said, if it is a very complex report, you may be stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is the data set upon which all this is based registered in the SAS metadata repository?&amp;nbsp; That would be the first necessary step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the data set is registered in the repository, you can then build an information map off the data set.&amp;nbsp; This lets you create calculated columns, make joins among multiple tables, format column headings, etc.&amp;nbsp; Information maps can only be built off registered data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, use the information map as the data source for a report in Web Report Studio.&amp;nbsp; Build the report that you want to display to your users from the information map.&amp;nbsp; Save the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, add the report to a portlet in Information Delivery Portal as either a report portlet (where the user will be able to see the report when they open the page) or as an item in a collection portlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of concepts involved here - registering a data set in the metadata repository, information map studio, etc.&amp;nbsp; However, this approach will result in a truly dynamic report directly linked to the source data set. Every change in the source data set will be reflected in the web report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 17:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99882#M1646</guid>
      <dc:creator>hulllc</dc:creator>
      <dc:date>2013-02-07T17:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: report refresh - running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99883#M1647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of doing all these once your development is completed create the stored process then call it from&amp;nbsp; WRS. So, when you tried to refresh from WRS automatically it will refresh the data in back end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99883#M1647</guid>
      <dc:creator>SuneelReddy</dc:creator>
      <dc:date>2013-02-08T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: report refresh - running sas code</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99884#M1648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/report-refresh-running-sas-code/m-p/99884#M1648</guid>
      <dc:creator>danirecchia</dc:creator>
      <dc:date>2013-02-08T12:09:39Z</dc:date>
    </item>
  </channel>
</rss>

