<?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: Field not found in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589836#M739564</link>
    <description>As per your attached log, its the Division code which was missing&lt;BR /&gt;&lt;BR /&gt;09/06/2019 9:31:54 AM: 0233 where DIVISIONCODE='CA MDC OU' and ORDERNO &amp;lt;&amp;gt; '1404500001' and ORDER_LAST_UPDATE_DATE &amp;gt; trunc(to_date('07/06/2019','DD/MM/YYYY'))&lt;BR /&gt;09/06/2019 9:46:57 AM: Error: Field not found - &amp;lt;DIVISIONCODE&amp;gt;</description>
    <pubDate>Mon, 10 Jun 2019 04:32:19 GMT</pubDate>
    <dc:creator>ashwanin</dc:creator>
    <dc:date>2019-06-10T04:32:19Z</dc:date>
    <item>
      <title>Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1579336#M739555</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using the below sql statement to extract the data from the oracle database. At at times i get the error as Field not found. The field is very much available and sometime the query just works fine.&lt;/P&gt;&lt;P&gt;Any suggestions what is going on at the back end?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the query for your reference:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;CUSTOMERCODE&amp;gt;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;CUSTOMERCODE,&lt;BR /&gt;WAREHOUSECODE,&lt;BR /&gt;WAREHOUSENAME,&lt;BR /&gt;ORDER_NUMBER,&lt;BR /&gt;PRODUCTCODE,&lt;BR /&gt;INVOICENO,&lt;BR /&gt;INVOICEDATE,&lt;BR /&gt;SALESCOST,&lt;BR /&gt;SALESLISTVALUE,&lt;BR /&gt;SALESCOMMISSION,&lt;BR /&gt;SALESCUSTOMERGROUP,&lt;BR /&gt;SALESTERRITORY,&lt;BR /&gt;REGIONCODE,&lt;BR /&gt;CHANNELCODE,&lt;BR /&gt;SALESMANCODE,&lt;BR /&gt;ROUTECODE,&lt;BR /&gt;SALESUNIT,&lt;BR /&gt;SALESUNITFACTOR,&lt;BR /&gt;RETURNTYPE,&lt;BR /&gt;SALESQTY,&lt;BR /&gt;SALESVALUE,&lt;BR /&gt;ORDER_TYPE,&lt;BR /&gt;ORDER_LINE_ID,&lt;BR /&gt;ORDEREDDATE,&lt;BR /&gt;CUST_PO_NUMBER,&lt;BR /&gt;INV_LAST_UPDATE_DATE&lt;BR /&gt;FROM APPS.XXEGC_QV_SALES_HISTORY_V;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1579336#M739555</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1579477#M739556</link>
      <description>&lt;P&gt;There is no way which we need to think, Only thing check whether you have given correct format. Load only one field and test.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 12:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1579477#M739556</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-13T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585916#M739557</link>
      <description>&lt;P&gt;Hi, The task runs daily for every two hours and in between it will fail and in the next schedule it works fine.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viresh&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585916#M739557</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2019-05-29T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585920#M739558</link>
      <description>&lt;P&gt;One reason could be - 'Lock' issue. I.e. - when possibly a data write is being done in the table/field - the table/field might be set to 'locked' state by the dbms - and if one tries to read during that period from the table/field - the read might failed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 07:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585920#M739558</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-05-29T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585923#M739559</link>
      <description>&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-main-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM APPS.XXEGC_QV_SALES_HISTORY_V;&lt;/P&gt;&lt;P&gt;store in qvd&lt;/P&gt;&lt;P&gt;and verify fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-panel lia-panel-standard MessageTagsTaplet Chrome lia-component-message-view-widget-tags"&gt;&lt;DIV class="lia-decoration-border"&gt;&lt;DIV class="lia-decoration-border-top"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-decoration-border-content"&gt;&lt;DIV&gt;&lt;DIV class="lia-panel-content-wrapper"&gt;&lt;DIV class="lia-panel-content"&gt;&lt;DIV class="AddMessageTags lia-message-tags"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 06:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585923#M739559</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2019-05-29T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585924#M739560</link>
      <description>&lt;P&gt;&lt;EM&gt;One more reason would be your table doesn't have any data and post that your referring to&amp;nbsp;&amp;nbsp;that field ...post your complete error log that will help us to check&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 06:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1585924#M739560</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2019-05-29T06:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1586319#M739561</link>
      <description>&lt;P&gt;It would be helpful to have your Document log as avenashelite requested.&amp;nbsp; It would be good to have a document log from a successful reload and a failure so we can compare the two.&amp;nbsp; Do you have any other tasks that reference thiese SQL fields and run without issue?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Josh&lt;/P&gt;
&lt;P&gt;Qlik Support&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 16:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1586319#M739561</guid>
      <dc:creator>Josh_Berg_Support</dc:creator>
      <dc:date>2019-05-29T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589789#M739562</link>
      <description>&lt;P&gt;Hi, Please find the attached log file as requested. Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 14:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589789#M739562</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2019-06-09T14:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589794#M739563</link>
      <description>can you try without aliasing the field ?&lt;BR /&gt;or&lt;BR /&gt;is that query running in DB?&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;load separate query itself in new qvw?</description>
      <pubDate>Sun, 09 Jun 2019 14:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589794#M739563</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2019-06-09T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589836#M739564</link>
      <description>As per your attached log, its the Division code which was missing&lt;BR /&gt;&lt;BR /&gt;09/06/2019 9:31:54 AM: 0233 where DIVISIONCODE='CA MDC OU' and ORDERNO &amp;lt;&amp;gt; '1404500001' and ORDER_LAST_UPDATE_DATE &amp;gt; trunc(to_date('07/06/2019','DD/MM/YYYY'))&lt;BR /&gt;09/06/2019 9:46:57 AM: Error: Field not found - &amp;lt;DIVISIONCODE&amp;gt;</description>
      <pubDate>Mon, 10 Jun 2019 04:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1589836#M739564</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2019-06-10T04:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1590249#M739565</link>
      <description>&lt;P&gt;Hi, the field divisioncode is available and it runs fine. But sometimes suddenly i start getting this error message.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 05:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1590249#M739565</guid>
      <dc:creator>vireshkolagimat</dc:creator>
      <dc:date>2019-06-11T05:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1590259#M739566</link>
      <description>are you facing any network drop issue?&lt;BR /&gt;AFAIK, This is usually happen if network is drop or as Tresesco Suggested table is locked by some other activity.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle</description>
      <pubDate>Tue, 11 Jun 2019 05:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-in-QV/m-p/1590259#M739566</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-06-11T05:51:05Z</dc:date>
    </item>
  </channel>
</rss>

