<?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: Stored Process and Visual Analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/309056#M5748</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1484"&gt;@Renato_sas﻿&lt;/a&gt;. Your options was very clear for me and help me to find another way to do my requirment.Option 1 was the best choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2016 15:06:53 GMT</pubDate>
    <dc:creator>Kal_ETL</dc:creator>
    <dc:date>2016-11-03T15:06:53Z</dc:date>
    <item>
      <title>Stored Process and Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/302680#M5534</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a stored process with a html output, this html has some css to show somekind of fancy html rounded squares that should display the values in percent of some metrics. I see that is not possible to use parameters from list objects so need to use drop down list. When user chosse an item from the drop down list, i need to display and refresh the values in my html rounded squares, also in the same window where VA is displayeng since on my test it opens on a new window with no parameter value. I am following something based on this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.zencos.com/blog/sas-va-tip-building-a-link-to-download-source-data/" target="_blank"&gt;https://www.zencos.com/blog/sas-va-tip-building-a-link-to-download-source-data/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=g-ZWxX4jxRU" target="_blank"&gt;https://www.youtube.com/watch?v=g-ZWxX4jxRU&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anybody did somenthing like I am looking to do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/302680#M5534</guid>
      <dc:creator>Kal_ETL</dc:creator>
      <dc:date>2016-10-05T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process and Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/304159#M5596</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7559"&gt;@Kal_ETL﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I understood you correctly, you are trying to pass parameters from a control object in VA (drop down in your case) to a stored process. If&amp;nbsp;my assumption&amp;nbsp;is correct, I'm afraid this is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are two ways that stored processes can be leveraged in VA:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. The first method is using the stored process object. The stored process oject allows stored processes to be embedded in the VA report, but you can only pass parameters to it via stored process prompt interface (question mark icon that shows up when you click in the stored process object border - please see the figure below). You cannot pass parameters coming from other VA objects.&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Stored Process Prompt Interface.PNG" alt="Stored Process Prompt Interface.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/5268i6948AC45EE08A252/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;2. The second option is via linking. This method allows for parameters to be passed to stored processes from other VA report objects, but the stored process is not embedded in the VA report. The stored process output is presented in a separated browser window. Because parameters must come from objects that are not control objects, the blog from Zencos explain how to collect prompt values from control objects and place them in another object (a list table from example) as a proxy to link to the stored process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want embedded stored processes and their prompts visible all the time, you will need to implement your own prompt interface as an HTML form. This SAS Global Forum paper may be helpful: &lt;A href="http://support.sas.com/resources/papers/proceedings16/SAS6361-2016.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings16/SAS6361-2016.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Renato&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 17:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/304159#M5596</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2016-10-12T17:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process and Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/309056#M5748</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1484"&gt;@Renato_sas﻿&lt;/a&gt;. Your options was very clear for me and help me to find another way to do my requirment.Option 1 was the best choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 15:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stored-Process-and-Visual-Analytics/m-p/309056#M5748</guid>
      <dc:creator>Kal_ETL</dc:creator>
      <dc:date>2016-11-03T15:06:53Z</dc:date>
    </item>
  </channel>
</rss>

