<?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 Field Not Found in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1786734#M173</link>
    <description>&lt;P&gt;I continue to get this error "Field 'TransPostDate' not found" when using this string. I know the field name is correct in the QVD file so I can't determine what is causing this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHERE Date(Date#(“TransPostDate”,'MM-DD-YYYY hh:mm:ss'))&amp;gt;=Date(Date#('01-01-2020','MM-DD-YYYY hh:mm:ss'));&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 22:30:15 GMT</pubDate>
    <dc:creator>Conniej</dc:creator>
    <dc:date>2021-02-26T22:30:15Z</dc:date>
    <item>
      <title>Field Not Found</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1786734#M173</link>
      <description>&lt;P&gt;I continue to get this error "Field 'TransPostDate' not found" when using this string. I know the field name is correct in the QVD file so I can't determine what is causing this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHERE Date(Date#(“TransPostDate”,'MM-DD-YYYY hh:mm:ss'))&amp;gt;=Date(Date#('01-01-2020','MM-DD-YYYY hh:mm:ss'));&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1786734#M173</guid>
      <dc:creator>Conniej</dc:creator>
      <dc:date>2021-02-26T22:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1786735#M174</link>
      <description>&lt;P&gt;Try something like this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;WHERE Date(Date#([TransPostDate],'MM-DD-YYYY hh:mm:ss'))&amp;gt;=Date(Date#('01-01-2020','MM-DD-YYYY hh:mm:ss'));

WHERE Date(Date#(TransPostDate,'MM-DD-YYYY hh:mm:ss'))&amp;gt;=Date(Date#('01-01-2020','MM-DD-YYYY hh:mm:ss'));&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1786735#M174</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-02-26T22:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788536#M185</link>
      <description>&lt;P&gt;Thank you for replying, I tried both of these suggestions and it still returns the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;HERE is what the output shows when it identifies the error.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;DIV class="headline undefined"&gt;Started loading data&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Branches &amp;lt;&amp;lt; Branches (QVD (row-based) optimized) Lines fetched: 39 Households &amp;lt;&amp;lt; Households (QVD (row-based) optimized)&lt;/DIV&gt;&lt;DIV class=""&gt;Lines fetched: 416,846 Services &amp;lt;&amp;lt; Services (QVD (row-based) optimized) Lines fetched: 103 Calendar &amp;lt;&amp;lt; Calendar (QVD (row-based) optimized) Lines fetched: 2,074 Accounts &amp;lt;&amp;lt; Accounts Lines fetched: 4,005 Transactions &amp;lt;&amp;lt; ShareTransactions&lt;/DIV&gt;&lt;DIV class=""&gt;Lines fetched: 0&lt;/DIV&gt;&lt;DIV class=""&gt;Transactions &amp;lt;&amp;lt; LoanTransactions&lt;/DIV&gt;&lt;DIV class=""&gt;Lines fetched: 989,594&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Field 'TransPostDate' not found&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;?&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&lt;STRONG&gt;&lt;U&gt;HERE is the entire script, I've bolded the line I think is causing the error:&lt;/U&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET FirstWeekDay=6;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='en-US';&lt;BR /&gt;SET CreateSearchIndexOnReload=1;&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;P&gt;Search Exclude '*Key','*Balance*','TransComment','TransDescription';&lt;/P&gt;&lt;P&gt;Branches:&lt;BR /&gt;LOAD * FROM [lib://Transform/Branches.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Households:&lt;BR /&gt;LOAD * FROM [lib://Transform/Households.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Services:&lt;BR /&gt;LOAD * FROM [lib://Transform/Services.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;LOAD * FROM [lib://Transform/Calendar.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Accounts:&lt;BR /&gt;LOAD * FROM [lib://Transform/Accounts.qvd] (qvd)&lt;BR /&gt;where date("AccountCloseDate") &amp;gt;= '01/01/2020' or 'AccountCloseDate'='NULL' or 'AccountCloseDate'='-';&lt;/P&gt;&lt;P&gt;Transactions:&lt;BR /&gt;&lt;STRONG&gt;LOAD * FROM [lib://Transform/ShareTransactions.qvd] (qvd) &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WHERE Date(Date#([TransPostDate],'MM-DD-YYYY hh:mm:ss'))&amp;gt;=Date(Date#('01-01-2020','MM-DD-YYYY hh:mm:ss'));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Transactions)&lt;BR /&gt;LOAD * FROM [lib://Transform/LoanTransactions.qvd] (qvd)&lt;BR /&gt;WHERE Date("TransPostDate") &amp;gt;= '02/01/2020';&lt;/P&gt;&lt;P&gt;Concatenate(Transactions)&lt;BR /&gt;LOAD * FROM [lib://Transform/AccountTransactions.qvd] (qvd)&lt;BR /&gt;WHERE Date("TransPostDate") &amp;gt;= '02/01/2020';&lt;/P&gt;&lt;P&gt;ZipBoundaries:&lt;BR /&gt;LOAD * FROM [lib://Transform/ZipBoundaries.qvd] (qvd);&lt;BR /&gt;// Tag Field Zip With '$geoname';&lt;BR /&gt;// Tag Field ZipArea With '$geomultipolygon';&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Mar 2021 21:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788536#M185</guid>
      <dc:creator>Conniej</dc:creator>
      <dc:date>2021-03-04T21:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788641#M186</link>
      <description>&lt;P&gt;Your Transactions qvd's seems to be not equally because your script didn't break by the first two qvd's else by the third:&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;Transactions &amp;lt;&amp;lt; &lt;STRONG&gt;ShareTransactions&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;Lines fetched: &lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Transactions &amp;lt;&amp;lt; &lt;STRONG&gt;LoanTransactions&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Lines fetched: &lt;STRONG&gt;989,594&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Field 'TransPostDate' not found&lt;BR /&gt;...&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;which means your wanted field is there differently named - Qlik treats fields, variables and values case-sensitive.&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Beside this within the first condition by transactions you apply date#() instead timestamp#() for your timestamp-pattern of: &lt;STRONG&gt;'MM-DD-YYYY hh:mm:ss'&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;- Marcus&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Mar 2021 11:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788641#M186</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-03-05T11:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788796#M187</link>
      <description>&lt;P&gt;Thanks Marcus, I'll try this and let you know if it resolves this. I appreciate it.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 17:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Field-Not-Found/m-p/1788796#M187</guid>
      <dc:creator>Conniej</dc:creator>
      <dc:date>2021-03-05T17:52:22Z</dc:date>
    </item>
  </channel>
</rss>

