<?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 Stored Process - Display Prompt Filters above Results to re-run stp with different filters in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355002#M5359</link>
    <description>&lt;P&gt;In a stored process I've created prompts before that come up before the stored process runs. How can I have these prompts available above the table of data that returns? I'd like to be able to change prompt values and re-run the stored process from the same page, after searching around I am uncertain where this sort of configuration would go.&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2017 18:07:47 GMT</pubDate>
    <dc:creator>krusader</dc:creator>
    <dc:date>2017-05-01T18:07:47Z</dc:date>
    <item>
      <title>Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355002#M5359</link>
      <description>&lt;P&gt;In a stored process I've created prompts before that come up before the stored process runs. How can I have these prompts available above the table of data that returns? I'd like to be able to change prompt values and re-run the stored process from the same page, after searching around I am uncertain where this sort of configuration would go.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 18:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355002#M5359</guid>
      <dc:creator>krusader</dc:creator>
      <dc:date>2017-05-01T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355025#M5360</link>
      <description>Try changing the &amp;amp;_action= parameter value to &amp;amp;_action=PROPERTIES,RECALL</description>
      <pubDate>Mon, 01 May 2017 18:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355025#M5360</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-05-01T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355048#M5361</link>
      <description>Unfortunately no luck here, &amp;amp;_action=PROPERTIES,RECALL does not help to display the prompts above the result table after the stored process runs</description>
      <pubDate>Mon, 01 May 2017 19:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355048#M5361</guid>
      <dc:creator>krusader</dc:creator>
      <dc:date>2017-05-01T19:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355262#M5362</link>
      <description>&lt;P&gt;You probably will have to use Custom Form in this case, with Framesets (Upper section/frame for the Parameters, Lower section/frame for the Stored Process Execution Results)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the following SAS Documentation for examples and detailed instructions &lt;/P&gt;
&lt;P&gt;- &lt;A href="http://support.sas.com/documentation/onlinedoc/inttech/9.3/stpex.pdf" target="_self"&gt;SAS 9.3 Stored Processes: Examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not knowing which version of SAS you have, Check out the corresponding &lt;A href="http://support.sas.com/documentation/onlinedoc/inttech/index.html" target="_self"&gt;SAS Stored Processes: Developer's Guide&lt;/A&gt; for your SAS version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this help,&lt;BR /&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 14:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/355262#M5362</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-05-02T14:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/405348#M5363</link>
      <description>This is correct that a custom form is needed. There is plenty of documentation on this after I read up. It requires a data _null_ step and a file _webout to stream the put html back to a web page</description>
      <pubDate>Wed, 18 Oct 2017 20:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/405348#M5363</guid>
      <dc:creator>krusader</dc:creator>
      <dc:date>2017-10-18T20:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - Display Prompt Filters above Results to re-run stp with different filters</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/405361#M5364</link>
      <description>&lt;P&gt;Building your web front end as a Single Page Application with SAS at the backend is a great design choice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You essentially need to serve your HTML / CSS / JS from the web server directly, and call SAS using ajax (or better - our open source h54s &lt;A href="https://github.com/Boemska/h54s" target="_self"&gt;adapter&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a quick guide to this approach you can checkout this &lt;A href="http://www.rawsas.com/2015/12/building-web-apps-with-sas/" target="_self"&gt;blog&lt;/A&gt; or peruse the excruciating step by step details in this SGF 2017 &lt;A href="http://support.sas.com/resources/papers/proceedings17/SAS1091-2017.pdf" target="_self"&gt;paper&lt;/A&gt;.&amp;nbsp; The paper actually gives you what you describe (a filter which shows the data underneath), the source code / seed app is also on github.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For testing / improving your knowledge on Stored Process Web Apps you can also peruse the SPWA tag on &lt;A href="https://sasensei.com/questions/filter?tags_any=[0]" target="_self"&gt;sasensei.com&lt;/A&gt; (which is still in beta mode).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 21:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-Display-Prompt-Filters-above-Results-to-re-run/m-p/405361#M5364</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2017-10-18T21:13:58Z</dc:date>
    </item>
  </channel>
</rss>

