<?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 Procedure with Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130568#M890075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be the following link can help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/3223" rel="nofollow" target="_blank"&gt;http://community.qlik.com/thread/3223&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 11:24:17 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-08-18T11:24:17Z</dc:date>
    <item>
      <title>Stored Procedure with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130567#M890074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a stored procedure that I want to Execute and store into a CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Stored procedure has 3 variables: StartDate, StopDate, AccountId.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to enter these 3 variables and then Execute: GenerateFile - "stored procedure"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130567#M890074</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130568#M890075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be the following link can help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/3223" rel="nofollow" target="_blank"&gt;http://community.qlik.com/thread/3223&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 11:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130568#M890075</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-18T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130569#M890076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niklas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to execute a store procedure in qlikview, see this link to help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/3223"&gt;SQL Stored Procedure into QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/57024"&gt;Executing a stored procedure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/68950" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlik.com/thread/68950"&gt;https://community.qlik.com/thread/68950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to call the procedure and pass the parameters(values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL EXEC MYPROCEDURE('VAL1','VAL2', 'VAL3')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 11:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130569#M890076</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2016-08-18T11:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procedure with Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130570#M890077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;csv:&lt;/P&gt;&lt;P&gt;SQL EXEC GenerateCommciseFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@startDate = '$(vL.startDate)',&lt;/P&gt;&lt;P&gt;@endDate = '$(vL.startDate)',&lt;/P&gt;&lt;P&gt;@accountId = null&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE * FROM csv into test.csv (txt, delimiter is ',');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 11:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Procedure-with-Variables/m-p/1130570#M890077</guid>
      <dc:creator />
      <dc:date>2016-08-18T11:32:21Z</dc:date>
    </item>
  </channel>
</rss>

