<?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 error even though it exists. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1617646#M445540</link>
    <description>&lt;P&gt;Kathan, what would be most helpful to me is the actual script log with the failure as well as one where things are successful, so I can see what changes on the failure...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2019 13:12:41 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-28T13:12:41Z</dc:date>
    <item>
      <title>Field not found error even though it exists.</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611300#M445161</link>
      <description>&lt;P&gt;I have run this script without any errors before. There is literally no change but it is giving me error - field not found 'TOTAL VALUE EUR', 'TOTAL VALUE USD', ... and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transformed_Detail:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;[Line #],&lt;BR /&gt;[Unit Qty],&lt;BR /&gt;[Net Weight (KG)] as [Net Weight (Kg)],&lt;BR /&gt;[Part Number] as [Equipment / Part Number],&lt;BR /&gt;[Description of Merchandise],&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),&lt;BR /&gt;[Import&lt;BR /&gt;HTS]) as [Import HTS],&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),[Export&lt;BR /&gt;HTS]) as [Export HTS],&lt;/P&gt;&lt;P&gt;[INVOICE CURRENCY],&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[Import&lt;BR /&gt;HTS] as [Import HTS for Weight Report],&lt;BR /&gt;&lt;BR /&gt;left(replace(replace([Import&lt;BR /&gt;HTS],'-',''),'.',''),8)&lt;BR /&gt;as [CN8 Code for Weight Report],&lt;BR /&gt;ECCN,&lt;BR /&gt;[US License Exception],&lt;BR /&gt;trim(subfield([Country of Origin],'-',1)) as [Country of Origin],&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FileName,&lt;BR /&gt;&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),&lt;BR /&gt;if(not isnull([TOTAL VALUE EUR]),[TOTAL VALUE EUR]*$(vEURtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE GBP]),[TOTAL VALUE GBP]*$(vGBPtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE USD]),[TOTAL VALUE USD],&lt;BR /&gt;if(not isnull([TOTAL VALUE CAD]),[TOTAL VALUE CAD]*$(vCADtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE HKD]),[TOTAL VALUE HKD]*$(vHKDtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE AUD]),[TOTAL VALUE AUD]*$(vAUDtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE SGD]),[TOTAL VALUE SGD]*$(vSGDtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE MXN]),[TOTAL VALUE MXN]*$(vMXNtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE NOK]),[TOTAL VALUE NOK]*$(vNOKtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE KRW]),[TOTAL VALUE KRW]*$(vKRWtoUSD),&lt;BR /&gt;if(not isnull([TOTAL VALUE JPY]),[TOTAL VALUE JPY]*$(vJPYtoUSD),&lt;BR /&gt;)))))))))))&lt;BR /&gt;,&lt;BR /&gt;if([INVOICE CURRENCY]='USD',&lt;BR /&gt;[Total Value],[INVOICE CURRENCY])as [Invoice Value USD],&lt;BR /&gt;&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),&lt;BR /&gt;if(not isnull([TOTAL VALUE EUR]),[TOTAL VALUE EUR],&lt;BR /&gt;if(not isnull([TOTAL VALUE GBP]), ([TOTAL VALUE GBP]*$(vGBPtoUSD)/$(vEURtoUSD)),&lt;BR /&gt;if(not isnull([TOTAL VALUE USD]),([TOTAL VALUE USD]/$(vEURtoUSD)))&lt;BR /&gt;)),&lt;BR /&gt;if([INVOICE CURRENCY]='USD',(&lt;BR /&gt;[Total Value]/$(vEURtoUSD)),[INVOICE CURRENCY])) as [Invoice Value EUR],&lt;BR /&gt;&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),&lt;BR /&gt;if(not isnull([TOTAL VALUE EUR]),(([TOTAL VALUE EUR]*$(vEURtoUSD))/$(vGBPtoUSD)),&lt;BR /&gt;if(not isnull([TOTAL VALUE GBP]), [TOTAL VALUE GBP],&lt;BR /&gt;if(not isnull([TOTAL VALUE USD]),([TOTAL VALUE USD]/$(vGBPtoUSD)))&lt;BR /&gt;)),&lt;BR /&gt;if([INVOICE CURRENCY]='USD',(&lt;BR /&gt;[Total Value]/$(vGBPtoUSD)),[INVOICE CURRENCY]))&lt;BR /&gt;as [Invoice Value GBP],&lt;BR /&gt;&lt;BR /&gt;if(isnull([INVOICE CURRENCY]),&lt;BR /&gt;if(not isnull([TOTAL VALUE EUR]),[TOTAL VALUE EUR],&lt;BR /&gt;if(not isnull([TOTAL VALUE GBP]), ([TOTAL VALUE GBP]/$(vEURtoGBP_German)*$(vEURtoUSD_German)),&lt;BR /&gt;if(not isnull([TOTAL VALUE USD]),([TOTAL VALUE USD]/$(vEURtoUSD_German)))&lt;BR /&gt;)),&lt;BR /&gt;if([INVOICE CURRENCY]='USD',(&lt;BR /&gt;[Total Value]/$(vEURtoUSD_German)),[INVOICE CURRENCY]))&lt;BR /&gt;as [Invoice Value EUR_German],&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Suppl. Unit] as [Supplemental Unit],&lt;BR /&gt;[PO / RMA #],&lt;BR /&gt;'Item Value' as [Value Type]&lt;BR /&gt;RESIDENT Detail;&lt;/P&gt;&lt;P&gt;DROP TABLES Header, Detail;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611300#M445161</guid>
      <dc:creator>kathan27</dc:creator>
      <dc:date>2024-11-16T20:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error even though it exists.</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611303#M445162</link>
      <description>&lt;P&gt;If you comment out this part of the load script and load just 'Detail' do you see those fields still?&lt;/P&gt;&lt;P&gt;If not I would recommend rewriting in the connection line for 'Detail' as I have had excel sheets act up on me sometimes when I connect to them.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 21:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611303#M445162</guid>
      <dc:creator>AlecPtn</dc:creator>
      <dc:date>2019-08-09T21:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error even though it exists.</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611304#M445163</link>
      <description>&lt;P&gt;Yes I did that and the all the fields load without any error. The script fails when it tries to execute Transformed_Detail part.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 21:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1611304#M445163</guid>
      <dc:creator>kathan27</dc:creator>
      <dc:date>2019-08-09T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found error even though it exists.</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1617646#M445540</link>
      <description>&lt;P&gt;Kathan, what would be most helpful to me is the actual script log with the failure as well as one where things are successful, so I can see what changes on the failure...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 13:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-error-even-though-it-exists/m-p/1617646#M445540</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-28T13:12:41Z</dc:date>
    </item>
  </channel>
</rss>

