<?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 Visual Analytics web interface to run an ETL process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518187#M5819</link>
    <description>&lt;P&gt;Hello!!&lt;/P&gt;&lt;P&gt;I’m trying to develop a web app that is opened in the Sas Visual Analytics viewer.&lt;/P&gt;&lt;P&gt;Basically my problem is this:&lt;/P&gt;&lt;P&gt;I have a form with a button that submit the action to call the stored process.&lt;/P&gt;&lt;P&gt;Everything works well but it is submitted in another page.&lt;/P&gt;&lt;P&gt;I need to stay on the same page and change the “innerHTML” value of a dom object to comunicate the status with the user.&lt;/P&gt;&lt;P&gt;How could I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Dec 2018 18:56:32 GMT</pubDate>
    <dc:creator>AsSASsin</dc:creator>
    <dc:date>2018-12-03T18:56:32Z</dc:date>
    <item>
      <title>Visual Analytics web interface to run an ETL process</title>
      <link>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518187#M5819</link>
      <description>&lt;P&gt;Hello!!&lt;/P&gt;&lt;P&gt;I’m trying to develop a web app that is opened in the Sas Visual Analytics viewer.&lt;/P&gt;&lt;P&gt;Basically my problem is this:&lt;/P&gt;&lt;P&gt;I have a form with a button that submit the action to call the stored process.&lt;/P&gt;&lt;P&gt;Everything works well but it is submitted in another page.&lt;/P&gt;&lt;P&gt;I need to stay on the same page and change the “innerHTML” value of a dom object to comunicate the status with the user.&lt;/P&gt;&lt;P&gt;How could I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 18:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518187#M5819</guid>
      <dc:creator>AsSASsin</dc:creator>
      <dc:date>2018-12-03T18:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics web interface to run an ETL process</title>
      <link>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518213#M5820</link>
      <description>&lt;P&gt;I'd need to see your code, but I imagine you're doing HTML form submits rather than anything AJAXy.&amp;nbsp;You need to use Javascript and an XMLHttpRequest to interact with a server without having to do a full page refresh. We maintain a library that facilitates this with SAS that may save you a lot&amp;nbsp;of time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the following link on XMLHttpRequests:&amp;nbsp;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest" target="_self"&gt;https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the following for H54S (the lib I mentioned): &lt;A href="https://github.com/boemska/h54s" target="_self"&gt;https://github.com/boemska/h54s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 19:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518213#M5820</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2018-12-03T19:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics web interface to run an ETL process</title>
      <link>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518257#M5821</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Yes it is html form.&lt;/P&gt;&lt;P&gt;I looked the links, but I can’t find examples.&lt;/P&gt;&lt;P&gt;My application is very simple...just &amp;nbsp;modify a &amp;lt;p&amp;gt; text object in the page if a SAS script is gone well.&lt;/P&gt;&lt;P&gt;Have you any link with some examples to understand how it works?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 22:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518257#M5821</guid>
      <dc:creator>AsSASsin</dc:creator>
      <dc:date>2018-12-03T22:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Analytics web interface to run an ETL process</title>
      <link>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518371#M5822</link>
      <description>Today I tried to use the xmlhttprequest and in seems to work like a charm.&lt;BR /&gt;I haven’t used h54s but the xmlhrrequest works well with JavaScript and the standard w3school code just modified for my purposes.&lt;BR /&gt;Thank you for the help!</description>
      <pubDate>Tue, 04 Dec 2018 12:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Visual-Analytics-web-interface-to-run-an-ETL-process/m-p/518371#M5822</guid>
      <dc:creator>AsSASsin</dc:creator>
      <dc:date>2018-12-04T12:59:05Z</dc:date>
    </item>
  </channel>
</rss>

