<?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: How to change the table name in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707860#M1077982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add one of the following above the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table Name]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the [ ] are used when there are spaces in the table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 15:37:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-18T15:37:53Z</dc:date>
    <item>
      <title>How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707858#M1077980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a newbie to qlikview. Could anyone tell me how I can change the table name in edit script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707858#M1077980</guid>
      <dc:creator />
      <dc:date>2014-07-18T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707859#M1077981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;NewTableName:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load statement | Select Statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load * from Prod;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Load *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Select * from Prod;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707859#M1077981</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-07-18T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707860#M1077982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add one of the following above the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table Name]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the [ ] are used when there are spaces in the table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707860#M1077982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707861#M1077983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your specific question is how to change the table name.&lt;/P&gt;&lt;P&gt;It can simply be done with the line.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rename table TableName1 to TableName2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707861#M1077983</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-07-18T15:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707862#M1077984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rename table [OriginalTableName] to [NewTableName] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707862#M1077984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T15:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the table name in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707863#M1077985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;Rename Table OldTableName NewTableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 15:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-table-name-in-script/m-p/707863#M1077985</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-18T15:42:32Z</dc:date>
    </item>
  </channel>
</rss>

