<?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: Creating a new table and dropping the initial in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156096#M906128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I misread the script. Corrected now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 16:31:48 GMT</pubDate>
    <dc:creator>ciaran_mcgowan</dc:creator>
    <dc:date>2016-06-20T16:31:48Z</dc:date>
    <item>
      <title>Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156092#M906124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading a table and deriving a new column during the load. Then I want to create a new table where the new column is 'Passed', and just load those records, have them in the new table and drop the first table. Is below correct? For some reason when I run this, I get all empty, and NewTable does not appear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstTable:&lt;/P&gt;&lt;P&gt;Load [field1],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[field2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[field3],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If ((&lt;SPAN style="font-size: 13.3333px;"&gt;[field3]='Yes' and &lt;SPAN style="font-size: 13.3333px;"&gt;[field2]='No')&lt;/SPAN&gt;, 'Passed', 'Not Passed') as NewField&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;MyFileLocation;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;FirstTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="font-size: 13.3333px;"&gt;NewField&lt;/SPAN&gt;='Y';&lt;/P&gt;&lt;P&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;FirstTable&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156092#M906124</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156093#M906125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Almost &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;BR /&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Where &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewField&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='&lt;STRONG&gt;Passed&lt;/STRONG&gt;';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156093#M906125</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-20T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156094#M906126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the corrected script. Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstTable:&lt;/P&gt;&lt;P&gt;Load [field1],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;[field2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;[field3],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;If ((&lt;SPAN style="font-size: 13.33px;"&gt;[field3]='Yes' and &lt;SPAN style="font-size: 13.33px;"&gt;[field2]='No')&lt;/SPAN&gt;, 'Passed', 'Not Passed') as NewField&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;MyFileLocation;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="font-size: 13.33px;"&gt;FirstTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="font-size: 13.33px;"&gt;NewField&lt;/SPAN&gt;='Passed';&lt;/P&gt;&lt;P&gt;Drop Table &lt;SPAN style="font-size: 13.33px;"&gt;FirstTable&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnapriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156094#M906126</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-06-20T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156095#M906127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I copied incorrectly, I have it like that &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewField&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Yes&lt;/STRONG&gt;'; but it does not work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156095#M906127</guid>
      <dc:creator />
      <dc:date>2016-06-20T16:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156096#M906128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I misread the script. Corrected now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156096#M906128</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-20T16:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156097#M906129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have it like this but again I get empty.. not sure what the problem is....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156097#M906129</guid>
      <dc:creator />
      <dc:date>2016-06-20T16:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156098#M906130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share sample data, so that it will be easy for us to trouble shoot and get you an answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156098#M906130</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-06-20T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156099#M906132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the data in excel or share the qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156099#M906132</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-06-20T16:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156100#M906134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.............&lt;/P&gt;&lt;P&gt;Error Is in this :&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;If (&lt;/SPAN&gt;[field3]='Yes' and &lt;SPAN style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d; background: white;"&gt;[field2]='No'&lt;SPAN style="color: red; background: white; font-size: 10.0pt; font-family: 'inherit',serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;, 'Passed', 'Not Passed') as NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load [field1],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[field2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[field3],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;If ([field3]='Yes' and &lt;SPAN style="font-size: 10pt; font-family: inherit, serif; background-position: initial;"&gt;[field2]='No'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;, 'Passed', 'Not Passed') as NewField&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;MyFileLocation;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NewField&lt;/SPAN&gt;='Y';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstTable&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156100#M906134</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-06-20T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156101#M906135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use above script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.error in your script is there is one extra bracket after "&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;[field2]='No'&lt;/SPAN&gt; " this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check and revert back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156101#M906135</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-06-20T17:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156102#M906136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you missed the NoConcatenate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FirstTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load [field1],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;[field2],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;[field3],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;If ((&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[field3]='Yes' and &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[field2]='No')&lt;/SPAN&gt;, 'Passed', 'Not Passed') as NewField&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;MyFileLocation;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NewTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Resident &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstTable&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NewField&lt;/SPAN&gt;='Y';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Drop Table &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FirstTable&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Without NoConcatenate, your NewTable won't be created because it has the same fields as FirstTable. So add that and you should be fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156102#M906136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-20T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new table and dropping the initial</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156103#M906137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where clause is also wrong. It should be either &lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;'Passed' &lt;/STRONG&gt;or&lt;STRONG&gt; 'Not Passed'. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NewField&lt;/SPAN&gt;=&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;'Y'&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NewField&lt;/SPAN&gt;='&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG&gt;Passed&lt;/STRONG&gt;&lt;/SPAN&gt;';&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-table-and-dropping-the-initial/m-p/1156103#M906137</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-20T17:27:41Z</dc:date>
    </item>
  </channel>
</rss>

