<?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: SP not giving data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705261#M1061955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Able to connect database.&lt;/P&gt;&lt;P&gt;Tired with EXEC instead EXECUTE, no error message and no data getting back.&lt;/P&gt;&lt;P&gt;My DB connection user id has admin privileges, I hope there is no security issue.&lt;/P&gt;&lt;P&gt;And my SP contains complex logic. But I can execute in SQL side and it is retuning data in SQL database.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 15:56:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-26T15:56:51Z</dc:date>
    <item>
      <title>SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705258#M1061952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting data from SQL using store procedure, and it is not giving any data to my table T. But when I execute in SQL it has values. Any Idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL execute DBANME.dbo.sp_name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705258#M1061952</guid>
      <dc:creator />
      <dc:date>2014-09-26T14:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705259#M1061953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a semicolon at the end of the A,B,C line, and SQL line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Costs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load A, B, C&lt;STRONG&gt; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sql exec ABC_CostQlikView &lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need to enable "Open database in read write mode" in the connection settings if using stored procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-489706-55251/rw.JPG.jpg"&gt;&lt;IMG alt="rw.JPG.jpg" class="jive-image jiveImage" height="194" src="https://community.qlik.com/legacyfs/online/67757_rw.JPG.jpg" width="821" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 14:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705259#M1061953</guid>
      <dc:creator />
      <dc:date>2014-09-26T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705260#M1061954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, connect ok? no give any data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pherhaps some grant permission to your use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Use Sql Exec dbo.sp_RUNScoreEncountersINPATIENT&amp;nbsp; instead of sql execute&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)try this&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="font-size: 16px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #00008b;"&gt;GRANT&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 16px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #737373;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 16px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #737373;"&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;EXEC&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;ON&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;xxxxxxx &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;&amp;lt;UserName&amp;gt; ?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;see this links&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A href="https://community.qlik.com/thread/74815"&gt;How to Call stored procedure in Qlikview&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A href="https://community.qlik.com/thread/57024"&gt;Executing a stored procedure&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00008b; font-size: 16px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A href="https://community.qlik.com/thread/3223"&gt;SQL Stored Procedure into QlikView&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705260#M1061954</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-09-26T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705261#M1061955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Able to connect database.&lt;/P&gt;&lt;P&gt;Tired with EXEC instead EXECUTE, no error message and no data getting back.&lt;/P&gt;&lt;P&gt;My DB connection user id has admin privileges, I hope there is no security issue.&lt;/P&gt;&lt;P&gt;And my SP contains complex logic. But I can execute in SQL side and it is retuning data in SQL database.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705261#M1061955</guid>
      <dc:creator />
      <dc:date>2014-09-26T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705262#M1061956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I tried with that as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705262#M1061956</guid>
      <dc:creator />
      <dc:date>2014-09-26T16:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705263#M1061957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another simple SP that is giving me the data to QV. But complex one not giving any data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705263#M1061957</guid>
      <dc:creator />
      <dc:date>2014-09-26T16:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705264#M1061958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you able to load normal SQL table data directly irrespective of stored procedure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705264#M1061958</guid>
      <dc:creator />
      <dc:date>2014-09-26T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705265#M1061959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am able to load normal table, even I am able to load simple SP.&lt;/P&gt;&lt;P&gt;This scenario my SP contains very complecated logic. Not sure why it is not bringing data to QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 08:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705265#M1061959</guid>
      <dc:creator />
      <dc:date>2014-09-29T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: SP not giving data</title>
      <link>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705266#M1061960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your post!!.&lt;/P&gt;&lt;P&gt;I am facing same issue but that too for a simple table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting Oracle stored procedure data into QlikView. I have posted the issue in forum at &lt;A href="https://community.qlik.com/message/1051103"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please take a look at and advise for corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 13:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SP-not-giving-data/m-p/705266#M1061960</guid>
      <dc:creator />
      <dc:date>2016-06-02T13:50:13Z</dc:date>
    </item>
  </channel>
</rss>

