<?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: How do you get a SAS gplot in SAS OLAP CUBE Studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141480#M261568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Do you happened to know the basic SAS code to create a plot using proc gplot and data from OLAP CUBE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 18:24:36 GMT</pubDate>
    <dc:creator>PatriciaEilerman</dc:creator>
    <dc:date>2014-12-08T18:24:36Z</dc:date>
    <item>
      <title>How do you get a SAS gplot in SAS OLAP CUBE Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141478#M261566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello. A co-worker of my wanted me to research is there a possible way to get a SAS gplot into SAS OLAP CUBE Studio and not a SAS table. This is first time I heard SAS OLAP CUBE studio and was wondering is it possible to transfer a plot from SAS to cube studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just talk to my co-worker to revise the question. Is there anyway to view SAS gplot against SAS OLAP cube? She need to know the answer as soon as possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141478#M261566</guid>
      <dc:creator>PatriciaEilerman</dc:creator>
      <dc:date>2014-12-08T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a SAS gplot in SAS OLAP CUBE Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141479#M261567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS OLAP Cube Studio is a user interface that you use to build OLAP cubes.&lt;/P&gt;&lt;P&gt;When an OLAP cube is ready, you can use different tools to view it (in grafical or tabular format): Enterprise Guide, SAS Add-in for Microsoft Office, WRS, Information Map Studio etc.&lt;/P&gt;&lt;P&gt;All these tools access the SAS OLAP Server, where the cube data is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can write a SAS program that accesses the SAS OLAP server and the OLAP cubes:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/olapug/63148/HTML/default/viewer.htm#n0cz92hqj4mo0xn1h67cu0oq2rtq.htm" title="http://support.sas.com/documentation/cdl/en/olapug/63148/HTML/default/viewer.htm#n0cz92hqj4mo0xn1h67cu0oq2rtq.htm"&gt;SAS(R) 9.3 OLAP Server: User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can write a proc gplot using the created table (in this case also called a "slice of the cube").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141479#M261567</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-12-08T16:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a SAS gplot in SAS OLAP CUBE Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141480#M261568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Do you happened to know the basic SAS code to create a plot using proc gplot and data from OLAP CUBE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 18:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141480#M261568</guid>
      <dc:creator>PatriciaEilerman</dc:creator>
      <dc:date>2014-12-08T18:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a SAS gplot in SAS OLAP CUBE Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141481#M261569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;connect to olap (host=localhost service=olap1);&lt;/P&gt;&lt;P&gt;create table &lt;STRONG&gt;temp&lt;/STRONG&gt; as select * from connection to olap&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select { dealers.dealer.members } on 0,&lt;/P&gt;&lt;P&gt;{ [cars].[Car].members,&lt;/P&gt;&lt;P&gt;[cars].[Color].members } on 1&lt;/P&gt;&lt;P&gt;from mddbcars&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;disconnect from olap;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=&lt;STRONG&gt;temp&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot Car*Color;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;/*code not tested*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 09:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-get-a-SAS-gplot-in-SAS-OLAP-CUBE-Studio/m-p/141481#M261569</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-12-09T09:13:05Z</dc:date>
    </item>
  </channel>
</rss>

