<?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 ETL | Exists() | Error - Field not found in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ETL-Exists-Error-Field-not-found/m-p/1569494#M41521</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm facing an issue while trying to load a table which has Exists() condition for date field.&lt;/P&gt;&lt;P&gt;These are the scripts that I tried with:&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;JOIN [CRE_CNC_COMPL]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Date([DAY_DT],'YYYY-MM-DD') as [CREATION_DATE],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [SYW_NO] as [CREATION_WEEK],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [FY_NO] as [CREATION_YEAR]&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS([CREATION_DATE], [DAY_DT]);&lt;/STRONG&gt;&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"DAY_DT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"SYW_NO",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"FY_NO"&lt;BR /&gt;FROM "ECOMTEST"."DAY_DT" ;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;JOIN [CRE_CNC_COMPL]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Date([DAY_DT],'YYYY-MM-DD') as [CREATION_DATE],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [SYW_NO] as [CREATION_WEEK],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [FY_NO] as [CREATION_YEAR];&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"DAY_DT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"SYW_NO",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"FY_NO"&lt;BR /&gt;FROM "ECOMTEST"."DAY_DT"&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS("DAY_DT");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note - Here the table name is 'DAY_DT' as well as one of the fields in the table is also&amp;nbsp;'DAY_DT'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On trying to load with the above scripts, this is the error message that I'm shown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ETLquery1.PNG" style="width: 773px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10217i551BB5EF6F778B1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ETLquery1.PNG" alt="ETLquery1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if any additional details are required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:04:16 GMT</pubDate>
    <dc:creator>sibijoseph</dc:creator>
    <dc:date>2024-11-16T06:04:16Z</dc:date>
    <item>
      <title>ETL | Exists() | Error - Field not found</title>
      <link>https://community.qlik.com/t5/App-Development/ETL-Exists-Error-Field-not-found/m-p/1569494#M41521</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm facing an issue while trying to load a table which has Exists() condition for date field.&lt;/P&gt;&lt;P&gt;These are the scripts that I tried with:&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;JOIN [CRE_CNC_COMPL]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Date([DAY_DT],'YYYY-MM-DD') as [CREATION_DATE],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [SYW_NO] as [CREATION_WEEK],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [FY_NO] as [CREATION_YEAR]&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS([CREATION_DATE], [DAY_DT]);&lt;/STRONG&gt;&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"DAY_DT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"SYW_NO",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"FY_NO"&lt;BR /&gt;FROM "ECOMTEST"."DAY_DT" ;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;JOIN [CRE_CNC_COMPL]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Date([DAY_DT],'YYYY-MM-DD') as [CREATION_DATE],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [SYW_NO] as [CREATION_WEEK],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [FY_NO] as [CREATION_YEAR];&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"DAY_DT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"SYW_NO",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"FY_NO"&lt;BR /&gt;FROM "ECOMTEST"."DAY_DT"&lt;BR /&gt;&lt;STRONG&gt;WHERE EXISTS("DAY_DT");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note - Here the table name is 'DAY_DT' as well as one of the fields in the table is also&amp;nbsp;'DAY_DT'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On trying to load with the above scripts, this is the error message that I'm shown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ETLquery1.PNG" style="width: 773px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10217i551BB5EF6F778B1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ETLquery1.PNG" alt="ETLquery1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if any additional details are required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ETL-Exists-Error-Field-not-found/m-p/1569494#M41521</guid>
      <dc:creator>sibijoseph</dc:creator>
      <dc:date>2024-11-16T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: ETL | Exists() | Error - Field not found</title>
      <link>https://community.qlik.com/t5/App-Development/ETL-Exists-Error-Field-not-found/m-p/1569850#M41564</link>
      <description>&lt;P&gt;I found the answer for my query, hope it helps someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JOIN [CRE_CNC_COMPL]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Date([DAY_DT],'YYYY-MM-DD') as [CREATION_DATE],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[SYW_NO] as [CREATION_WEEK],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[FY_NO] as [CREATION_YEAR]&lt;BR /&gt;&lt;STRONG&gt;WHERE Exists([CREATION_DATE], [DAY_DT]);&lt;/STRONG&gt;&lt;BR /&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"DAY_DT",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"SYW_NO",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"FY_NO"&lt;BR /&gt;FROM "ECOMTEST"."DAY_DT"&lt;BR /&gt;WHERE DAY_DT &amp;gt;= to_date('2017-09-01', 'YYYY-MM-DD') and DAY_DT &amp;lt; to_date('2020-09-01', 'YYYY-MM-DD');&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 09:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ETL-Exists-Error-Field-not-found/m-p/1569850#M41564</guid>
      <dc:creator>sibijoseph</dc:creator>
      <dc:date>2019-04-16T09:51:14Z</dc:date>
    </item>
  </channel>
</rss>

