<?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: Create Table statement in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664814#M676836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked except I had to remove the EXEC statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it just needed to know that I was indeed passing SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 19:50:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-26T19:50:11Z</dc:date>
    <item>
      <title>Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664808#M676830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to execute a create table or replace view statement over ODBC in qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664808#M676830</guid>
      <dc:creator />
      <dc:date>2014-06-26T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664809#M676831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView can execute a stored procedure to build a table. One can also use inline tables to build content. Is this what you are referring to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664809#M676831</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-06-26T19:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664810#M676832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly.&amp;nbsp; I literally need to execute a REPLACE VIEW in our database from QlikView.&amp;nbsp; I don't want to go the stored procedure route as this will limit my ability to scale this.&amp;nbsp; We use Teradata and I realize I could write a BTEQ script but again that creates more moving parts.&amp;nbsp; I was hoping there was a way to send the SQL directly back through QlikView however it appears that out of the box it can only parse a select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664810#M676832</guid>
      <dc:creator />
      <dc:date>2014-06-26T19:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664811#M676833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I haven't tried this myself, but I gather that this is possible by selecting the "Open Databases in Read and Write mode" checkbox in the script editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="readwrite.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61295_readwrite.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664811#M676833</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-26T19:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664812#M676834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but Im getting an error "Unknown Statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using syntax&lt;/P&gt;&lt;P&gt;REPLACE VIEW schema.ViewName&lt;/P&gt;&lt;P&gt;AS LOCKING FOR ROW ACCESS&lt;/P&gt;&lt;P&gt;Select * from schema.tablename&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664812#M676834</guid>
      <dc:creator />
      <dc:date>2014-06-26T19:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664813#M676835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC REPLACE VIEW schema.ViewName AS LOCKING FOR ROW ACCESS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664813#M676835</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-26T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664814#M676836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked except I had to remove the EXEC statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it just needed to know that I was indeed passing SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664814#M676836</guid>
      <dc:creator />
      <dc:date>2014-06-26T19:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Table statement in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664815#M676837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as you also check the Read and Write checkbox, right...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Table-statement-in-QlikView/m-p/664815#M676837</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-26T19:52:30Z</dc:date>
    </item>
  </channel>
</rss>

