<?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 New to Qlikview - Trying to create a straight table from a SQL stored procedure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622209#M734439</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;New to Qlikview, I have a stored procedure that populates data in a #temp table.&lt;/P&gt;&lt;P&gt;I have successfully connected to my SQL server and had it successfully run the SP.&lt;/P&gt;&lt;P&gt;However, when i add the straight table, it can populate the column names from the table but no actual data.&lt;/P&gt;&lt;P&gt;How do I get data to show in the straight table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:06:17 GMT</pubDate>
    <dc:creator>bguiliano</dc:creator>
    <dc:date>2024-11-16T20:06:17Z</dc:date>
    <item>
      <title>New to Qlikview - Trying to create a straight table from a SQL stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622209#M734439</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;New to Qlikview, I have a stored procedure that populates data in a #temp table.&lt;/P&gt;&lt;P&gt;I have successfully connected to my SQL server and had it successfully run the SP.&lt;/P&gt;&lt;P&gt;However, when i add the straight table, it can populate the column names from the table but no actual data.&lt;/P&gt;&lt;P&gt;How do I get data to show in the straight table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622209#M734439</guid>
      <dc:creator>bguiliano</dc:creator>
      <dc:date>2024-11-16T20:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: New to Qlikview - Trying to create a straight table from a SQL stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622222#M734440</link>
      <description>You are running something like this:&lt;BR /&gt;```&lt;BR /&gt;YourTableName:&lt;BR /&gt;SQL EXEC mydb.dbo.mystoredprocedure @ifparam = value;&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;and you are not getting data back, but a schema from the 'YourTableName'? Are you missing parameters or perhaps the data is empty? Did you specify the db to pull the data from? Try running the stored procedure from the server and see if you get anything back. Test your SQL code in sql management studio before pasting it into Qlik marginalize my friend.</description>
      <pubDate>Tue, 10 Sep 2019 15:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622222#M734440</guid>
      <dc:creator>cavetroll</dc:creator>
      <dc:date>2019-09-10T15:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: New to Qlikview - Trying to create a straight table from a SQL stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622257#M734441</link>
      <description>&lt;P&gt;I've noticed that using ODBC connections rather than OLEDB seem to eliminate problems I've had in the past that were similar to yours.&amp;nbsp; Not sure that helps but worth a mention.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 17:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1622257#M734441</guid>
      <dc:creator>wandererroch</dc:creator>
      <dc:date>2019-09-10T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: New to Qlikview - Trying to create a straight table from a SQL stored procedure</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1627056#M734442</link>
      <description>&lt;P&gt;Brent, hopefully you have things working, but I wanted to give you an additional resource link to an article on how to enable Execute via the Reload Engine or Publisher as well just in case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000021069" target="_self"&gt;Allow Execute&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are still struggling with things, leave an update for us as well.&amp;nbsp; If the other guys helped you, do not forget to use the Accept as Solution button to mark any posts that helped you get things resolved, if the issue was something else, consider posting what that was and then you can mark that as the solution too, so others will know what it was and what you did to resolve things.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 16:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Qlikview-Trying-to-create-a-straight-table-from-a-SQL/m-p/1627056#M734442</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-23T16:53:08Z</dc:date>
    </item>
  </channel>
</rss>

