<?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: Can't SELECT renamed field, error field not found. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123829#M8597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missing comma after SELECT IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Table1]:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD IP,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newTime;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT IP,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;lt;&amp;lt; missing comma&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;time as newTime&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM testDB.Table1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2018 12:05:39 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2018-10-22T12:05:39Z</dc:date>
    <item>
      <title>Can't SELECT renamed field, error field not found.</title>
      <link>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123826#M8594</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;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;IP&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;time&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1.1.1.1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1529445600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2.2.2.2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1529670000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3.3.3.3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1529770010&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Data Load Editor as below, I will get Circular reference error. I found out that it is due to the field time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table1]:&lt;/P&gt;&lt;P&gt;SELECT `IP`,&lt;/P&gt;&lt;P&gt;&amp;nbsp; time&lt;/P&gt;&lt;P&gt;FROM testDB.Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried to rename the "time" field to below but after I load data, I will see error such as "Field 'IP' not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD IP,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; time AS &lt;SPAN style="color: #0000ff;"&gt;newTime&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Table1]:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SELECT `IP',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 13.3333px; background-color: #f6d5d9;"&gt;newTime&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM testDB.Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add change IP to &lt;SPAN style="color: #0000ff;"&gt;'IP' &lt;SPAN style="color: #000000;"&gt;but when I create a bar chart with 'IP', my chart shows only the text 'IP' instead of all the 3 IPs from the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How do I do a proper rename during Data Loading time without changing my other fields?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 04:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123826#M8594</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2018-10-22T04:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't SELECT renamed field, error field not found.</title>
      <link>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123827#M8595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the "as" alias in the SELECT, not in the preceding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Table1]:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD IP,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newTime;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT IP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;time as newTime&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM testDB.Table1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 05:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123827#M8595</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-10-22T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't SELECT renamed field, error field not found.</title>
      <link>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123828#M8596</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;Using the syntax:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[Table1]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD IP,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newTime;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SELECT IP&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;time as newTime&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM testDB.Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;qliksense reported&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;The following error occurred:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Field 'newTime' not found &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;The error occurred here:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;?&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 06:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123828#M8596</guid>
      <dc:creator>wuming79</dc:creator>
      <dc:date>2018-10-22T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't SELECT renamed field, error field not found.</title>
      <link>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123829#M8597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missing comma after SELECT IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Table1]:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD IP,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; newTime;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT IP,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;lt;&amp;lt; missing comma&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;STRONG&gt;time as newTime&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM testDB.Table1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2018 12:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-t-SELECT-renamed-field-error-field-not-found/m-p/123829#M8597</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-10-22T12:05:39Z</dc:date>
    </item>
  </channel>
</rss>

