<?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: Dynamic Cascading Prompts and OLAP in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55338#M1049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Angela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a followup to this, I am looking for similar functionality with having dynamic prompts and the cube on the same page. I understand that for dynamic prompts with data driven from the cube, we can go with a custom approach using stored process but I am wondering if we can have the cube on the same page ? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 15:26:33 GMT</pubDate>
    <dc:creator>nash_sas</dc:creator>
    <dc:date>2014-12-01T15:26:33Z</dc:date>
    <item>
      <title>Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55328#M1039</link>
      <description>Hello,&lt;BR /&gt;
I have read a great tutorial PDF by Kevin Davidson and Minh Duong on using dynamic and cascading prompts in EG 4.2. I now wonder if cascading prompts also work with having the prompt type "OLAP Member". So far, it does not look like it. When I have a prompt that has an OLAP cube as a source it seems only selectable hierarchies are displayed. Is there a way to use cascading prompts that display various levels of the hierarchie instead?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
metalray</description>
      <pubDate>Mon, 27 Dec 2010 09:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55328#M1039</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2010-12-27T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55329#M1040</link>
      <description>Cascading prompts are not currently supported wtih OLAP.</description>
      <pubDate>Thu, 06 Jan 2011 17:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55329#M1040</guid>
      <dc:creator>TSBruce</dc:creator>
      <dc:date>2011-01-06T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55330#M1041</link>
      <description>Thanks TSBruce</description>
      <pubDate>Mon, 10 Jan 2011 10:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55330#M1041</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2011-01-10T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55331#M1042</link>
      <description>Is there any way to provide cascading OLAP prompts? via stored processes or in the information map?</description>
      <pubDate>Wed, 12 Jan 2011 13:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55331#M1042</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2011-01-12T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55332#M1043</link>
      <description>They are currently not supported 'out-of-the-box' as mentioned in the thread.&lt;BR /&gt;
&lt;BR /&gt;
You can develop a "custom" approach by using relational tables as the drivers for dynamic prompts, and a stored process that takes these values and builds a custom OLAP query based on the user's selection.&lt;BR /&gt;
&lt;BR /&gt;
The relational table(s) can be scheduled to refresh during the cube refresh process so they dont get out-of-sync.&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>Wed, 12 Jan 2011 14:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55332#M1043</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-01-12T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55333#M1044</link>
      <description>Thanks Angela. Thats what I was looking for. Your suggestions are a real contribution to this board.&lt;BR /&gt;
&lt;BR /&gt;
But how do I dynamically generate a MDX query based on non OLAP selections from relational based prompts?You mentioned a stored process. I will try that and let you know. My first idea to that solution is to use SAS Access and read the data from a SAS library with views (Access Engine) so I dont have to do a refresh.</description>
      <pubDate>Thu, 13 Jan 2011 08:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55333#M1044</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2011-01-13T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55334#M1045</link>
      <description>Ultimately I want to have those dynamic cascading prompts in a web based user interface. will that be possible with the "custom" approach?</description>
      <pubDate>Tue, 18 Jan 2011 09:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55334#M1045</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2011-01-18T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55335#M1046</link>
      <description>"Ultimately I want to have those dynamic cascading prompts in a web based user interface. will that be possible with the "custom" approach? "&lt;BR /&gt;
Yes, having a STP as a source for a Web Report is possible.&lt;BR /&gt;
&lt;BR /&gt;
Since I managed to generate some MDX my next question comes up, the security concept for&lt;BR /&gt;
such an "custom approach". I can implement Member-Level Securty on the OLAP cube but&lt;BR /&gt;
that will not restrict the selection users can make in the prompts (since they are based on&lt;BR /&gt;
a relational data source). Does that mean I have to use two seperat security concepts.&lt;BR /&gt;
The first is the OLAP member-level security and the second some SQL Code on the Oracle database&lt;BR /&gt;
or in an STP that uses the SASUID to derive a valid set of selectable prompt choices?</description>
      <pubDate>Fri, 04 Feb 2011 08:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55335#M1046</guid>
      <dc:creator>metalray</dc:creator>
      <dc:date>2011-02-04T08:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55336#M1047</link>
      <description>You are correct. Two different security approaches would be required.&lt;BR /&gt;
Member Level Security on the OLAP Cube (http://support.sas.com/documentation/cdl/en/olapug/59574/HTML/default/viewer.htm#a003212398.htm) &lt;BR /&gt;
and Identity Level (or row-level) Security on the relational table used for the prompting.&lt;BR /&gt;
&lt;BR /&gt;
Might I suggest you look into the Information Map mechanism for row level security. You could utilize this as your source for the dynamic prompt.&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; - to set up the imap&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/a003050257.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/a003050257.htm&lt;/A&gt; - to connect to the imap from your STP&lt;BR /&gt;
&lt;BR /&gt;
Or use the imap structure as an example to build in the security for yourself in the STP.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Mon, 21 Feb 2011 14:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55336#M1047</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-02-21T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55337#M1048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was also looking how to build a cascading prompt with OLAP. When I couldn't find the answer I thought of a very simple solution that does the trick for me. I just created a hierarchy of the two dimensions that I wanted to cascade, after that you can create a prompt on this hierarchy without having to customize anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will work for you too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 08:26:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55337#M1048</guid>
      <dc:creator>JustZ</dc:creator>
      <dc:date>2012-04-06T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Cascading Prompts and OLAP</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55338#M1049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Angela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a followup to this, I am looking for similar functionality with having dynamic prompts and the cube on the same page. I understand that for dynamic prompts with data driven from the cube, we can go with a custom approach using stored process but I am wondering if we can have the cube on the same page ? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Dynamic-Cascading-Prompts-and-OLAP/m-p/55338#M1049</guid>
      <dc:creator>nash_sas</dc:creator>
      <dc:date>2014-12-01T15:26:33Z</dc:date>
    </item>
  </channel>
</rss>

