<?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: OLAP with Office Add In write back in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63016#M1240</link>
    <description>Yes, the storage model is dramatically different in a typical OLAP setup.&lt;BR /&gt;
If you want to 'push' the changes quicker, I would suggest researching the ROLAP model (where OLAP cube data is stored in a RDBMS such as SQL/Teradata/Oracle). There is a potential to modify the cells within a table directly and have those changes available immediately within the OLAP Cube report.&lt;BR /&gt;
&lt;BR /&gt;
Included are some ROLAP papers:&lt;BR /&gt;
&amp;gt; &lt;A href="http://support.sas.com/resources/papers/proceedings09/103-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/103-2009.pdf&lt;/A&gt; - provides an overview&lt;BR /&gt;
&amp;gt; &lt;A href="http://www2.sas.com/proceedings/sugi31/219-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/219-31.pdf&lt;/A&gt; pg6 offers detail on how to point large aggregations to pre-summarized tables stored in a RDBMS.&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, 13 Aug 2010 18:36:56 GMT</pubDate>
    <dc:creator>AngelaHall</dc:creator>
    <dc:date>2010-08-13T18:36:56Z</dc:date>
    <item>
      <title>OLAP with Office Add In write back</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63013#M1237</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
does the SAS add in for MS Office has similar write-back capabilities to the cube as the Oracle Hyperion Smart View (MS Office Add in) ? &lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Thu, 12 Aug 2010 12:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63013#M1237</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-08-12T12:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: OLAP with Office Add In write back</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63014#M1238</link>
      <description>1st, please remember - everything in Hyperion is a Cube.&lt;BR /&gt;
&lt;BR /&gt;
In SAS - you have the ability to send back information from Add-in to MS Office into a data table, if you have access to do so.  From Excel, with the workbook open, select the drop down box next to 'Active Data' and select the option: 'Copy to SAS Server...'&lt;BR /&gt;
&lt;BR /&gt;
Navigate to the location you would like to move this data to.&lt;BR /&gt;
&lt;BR /&gt;
You can not edit the cube from here. However - you can provide the users a Stored Process to execute from here that includes the PROC OLAP code so they can copy the data back up to the server &amp;amp; execute the Proc OLAP refresh - all from Add-in to MS Office.&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, 13 Aug 2010 02:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63014#M1238</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-08-13T02:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: OLAP with Office Add In write back</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63015#M1239</link>
      <description>Hi Angela,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the clarification. &lt;BR /&gt;
I find the functionality of the Hyperion Block storage cube&lt;BR /&gt;
quite handy. Users can easily send back data to the cube&lt;BR /&gt;
(e.g. update an individual account) and if the members are set to dynamic calculation the roll-up is right up to date as well.&lt;BR /&gt;
&lt;BR /&gt;
assuming that my sas olap cube is fed from an oracle staging area, in that&lt;BR /&gt;
case, do I undertand correctly that the users update the staging area (data table) and then I would need to develop a little refresh procedure that&lt;BR /&gt;
pushes the new data through to the sas cube?&lt;BR /&gt;
if that is so the sas olap storage model is different from hyperions block storage model.</description>
      <pubDate>Fri, 13 Aug 2010 08:05:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63015#M1239</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-08-13T08:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: OLAP with Office Add In write back</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63016#M1240</link>
      <description>Yes, the storage model is dramatically different in a typical OLAP setup.&lt;BR /&gt;
If you want to 'push' the changes quicker, I would suggest researching the ROLAP model (where OLAP cube data is stored in a RDBMS such as SQL/Teradata/Oracle). There is a potential to modify the cells within a table directly and have those changes available immediately within the OLAP Cube report.&lt;BR /&gt;
&lt;BR /&gt;
Included are some ROLAP papers:&lt;BR /&gt;
&amp;gt; &lt;A href="http://support.sas.com/resources/papers/proceedings09/103-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/103-2009.pdf&lt;/A&gt; - provides an overview&lt;BR /&gt;
&amp;gt; &lt;A href="http://www2.sas.com/proceedings/sugi31/219-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/219-31.pdf&lt;/A&gt; pg6 offers detail on how to point large aggregations to pre-summarized tables stored in a RDBMS.&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, 13 Aug 2010 18:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63016#M1240</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-08-13T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: OLAP with Office Add In write back</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63017#M1241</link>
      <description>Hi Angela,&lt;BR /&gt;
Thanks for the info, I better be carefull to avoid the drama/"dramatically". &lt;BR /&gt;
I am aware of the different models, ROLAP, MOLAP, OLAP, since I worked quite a while with Hyperion solutions.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Philip</description>
      <pubDate>Thu, 26 Aug 2010 16:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/OLAP-with-Office-Add-In-write-back/m-p/63017#M1241</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-08-26T16:01:59Z</dc:date>
    </item>
  </channel>
</rss>

