<?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 Proc issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064668#M356043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running the proc in SQLMS and QV using the same username?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 10:02:00 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-01-25T10:02:00Z</dc:date>
    <item>
      <title>Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064665#M356040</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;A bit stuck on stored proc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to input parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Execute DB.usp_rp_analysis '1222','20151201','20151231';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting no results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1222 is required id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; 20151201 is from date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;20151231 is to date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Getting connection but no results, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Any ideas why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064665#M356040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064666#M356041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem is in your SQL procedure, rather than in QV. Are the parameters in the correct order, and are they of the correct type and format, especially the dates? What error messages do you get? Does this exact query work in another tool (SQLMS, Toad etc)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 09:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064666#M356041</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-25T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064667#M356042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it works in SQLManagementstudio when run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't get any error messages it just runs and looks like it worked apart from returning no results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all parameters are in correct order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 09:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064667#M356042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T09:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064668#M356043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running the proc in SQLMS and QV using the same username?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064668#M356043</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-25T10:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064669#M356044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064669#M356044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064670#M356045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you call a procedure in QliKView?&lt;/P&gt;&lt;P&gt;I do it like this:&lt;/P&gt;&lt;P&gt;tmpdata:&lt;/P&gt;&lt;P&gt;SQL SELECT OID,NAME FROM GET_OID_NAME(1,1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064670#M356045</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2016-01-25T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Proc issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064671#M356046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Managed to resolve the issue after visiting the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/3223" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlik.com/thread/3223"&gt;https://community.qlik.com/thread/3223&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did an ODBC connection using Username and password...Jonathan helped in terms of thinking am i doing this wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is now working did the folowing&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 Execute DB.usp_rp_analysis &lt;/SPAN&gt;batchid='1222',@startdate='20151201',@enddate='20151231';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stored-Proc-issue/m-p/1064671#M356046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T10:11:10Z</dc:date>
    </item>
  </channel>
</rss>

