<?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: Execute Stored Procedure in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Execute-Stored-Procedure-in-Qlik-Sense/m-p/1973861#M80332</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149111"&gt;@AjjuSid&lt;/a&gt;&amp;nbsp; What parameter you expect to be call in procedure?&lt;/P&gt;
&lt;P&gt;Can you please explain a bit about your needs between DB and Qlik&lt;/P&gt;</description>
    <pubDate>Sat, 27 Aug 2022 10:48:10 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2022-08-27T10:48:10Z</dc:date>
    <item>
      <title>Execute Stored Procedure in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Stored-Procedure-in-Qlik-Sense/m-p/1971013#M80107</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to run a stored procedure using Parameters in Qlik sense,&amp;nbsp; the script runs successfully but it does not give me the expected results.&lt;/P&gt;
&lt;P&gt;Note: The Query for the sproc is parameterized meaning, It expects a parameter to be passed when calling it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Script:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LIB CONNECT TO 'SNW_Datawarehouse_RO (Test)';&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load *; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SQL call DBO.test_sproc(8977000);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Expected Result:&lt;/P&gt;
&lt;P&gt;When I am running the Sproc in the Database, it gives me the expected results such as Amount for the ID. as shown below in the screenshot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AjjuSid_0-1661109519167.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87126i62562AD2741B404A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AjjuSid_0-1661109519167.png" alt="AjjuSid_0-1661109519167.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result in Qlik :&lt;/P&gt;
&lt;P&gt;When I run the Script, it runs successfully. but it does not give me the Amount for the ID, it creates 'Sproc name' as Column and Parameter as value.&amp;nbsp; I am looking to pull data with the parameter being passed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AjjuSid_1-1661109796429.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87127i47F336F8A5C81F0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AjjuSid_1-1661109796429.png" alt="AjjuSid_1-1661109796429.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can Some experts please help with this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49682"&gt;@sinanozdemir&lt;/a&gt;&amp;nbsp;@&lt;SPAN class="UserName lia-user-name lia-user-rank-Support lia-component-message-view-widget-author-username"&gt;&lt;A id="link_3" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6112" target="_self" aria-label="View Profile of Bjorn_Wedbratt" aria-describedby="userProfileCard-6112"&gt;&lt;SPAN class="login-bold"&gt;Bjorn_Wedbratt&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Support lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;Thanks and Regards.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Support lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;Sep 2020&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Support lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;Database: SnowFlake&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 19:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Stored-Procedure-in-Qlik-Sense/m-p/1971013#M80107</guid>
      <dc:creator>AjjuSid</dc:creator>
      <dc:date>2022-08-21T19:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Stored Procedure in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Execute-Stored-Procedure-in-Qlik-Sense/m-p/1973861#M80332</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149111"&gt;@AjjuSid&lt;/a&gt;&amp;nbsp; What parameter you expect to be call in procedure?&lt;/P&gt;
&lt;P&gt;Can you please explain a bit about your needs between DB and Qlik&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 10:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Execute-Stored-Procedure-in-Qlik-Sense/m-p/1973861#M80332</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2022-08-27T10:48:10Z</dc:date>
    </item>
  </channel>
</rss>

