<?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 Can I Drop a Field and Rename it in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032621#M348472</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;I have a preceding load wherein I am creating Calculated Fields to be used in the same Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Keep the field name Date. so can I drop Date after renaming Date_1 into Date? &lt;/P&gt;&lt;P&gt;Load*,&lt;/P&gt;&lt;P&gt;Rename Date_1 into Date;&lt;/P&gt;&lt;P&gt;Drop Field Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load*,&lt;/P&gt;&lt;P&gt;if (Date_2 ='X', 'Flag', Date) as Date_1 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 18:36:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-08T18:36:18Z</dc:date>
    <item>
      <title>Can I Drop a Field and Rename it</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032621#M348472</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;I have a preceding load wherein I am creating Calculated Fields to be used in the same Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to Keep the field name Date. so can I drop Date after renaming Date_1 into Date? &lt;/P&gt;&lt;P&gt;Load*,&lt;/P&gt;&lt;P&gt;Rename Date_1 into Date;&lt;/P&gt;&lt;P&gt;Drop Field Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load*,&lt;/P&gt;&lt;P&gt;if (Date_2 ='X', 'Flag', Date) as Date_1 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032621#M348472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T18:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Drop a Field and Rename it</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032622#M348473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Push the Rename and Drop after the LOAD statement.&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;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (Date_2 ='X', 'Flag', Date) as Date_1 ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From [File];&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;Rename Field Date_1 to Date;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Field Date;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032622#M348473</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-03-08T18:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Drop a Field and Rename it</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032623#M348474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.. It should be..&lt;/P&gt;&lt;P&gt;Drop Field &lt;STRONG&gt;&lt;EM&gt;Date_1&lt;/EM&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032623#M348474</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-03-08T18:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Drop a Field and Rename it</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032624#M348475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest changing the order of Rename and Drop as well&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;&lt;STRONG&gt;DROP Field Date;&lt;/STRONG&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;&lt;STRONG&gt;Rename Field Date_1 to Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Drop-a-Field-and-Rename-it/m-p/1032624#M348475</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T18:49:30Z</dc:date>
    </item>
  </channel>
</rss>

