<?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 using Exists() in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-not-found-using-Exists/m-p/2464583#M99109</link>
    <description>&lt;P&gt;In that case is because that field does not exist in the current table, the table where the Exists expression is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to reverse the order of parameters in your Exists clause. The first one is the one that looks for previously loaded values.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 12:39:21 GMT</pubDate>
    <dc:creator>igoralcantara</dc:creator>
    <dc:date>2024-06-21T12:39:21Z</dc:date>
    <item>
      <title>Field not found using Exists()</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-using-Exists/m-p/2464564#M99108</link>
      <description>&lt;P&gt;Why am I encountering a "%KYCIDLookUp2 field not found" error in these lines of script?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LookUp:
LOAD ID as %KYCIDLookUp2,
FROM abc;

Temp:
LOAD ID as %KeyID, 
If(not Exists(KYC_ID,%KYCIDLookUp2) and IsNull(DATE_OF_BIRTH),Dual('Not captured',1),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt; 20,Dual('Below 20',2),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 20 and Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt; 30,Dual('20-29',3),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 30 and Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt; 40,Dual('30-39',4),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 40 and Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt; 50,Dual('40-49',5),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 50 and Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt;= 54,Dual('50-54',6),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 55 and Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;lt;= 59,Dual('55-59',7),
If(Age(Today(),DATE(FLOOR(DATE_OF_BIRTH),'DD/MM/YYYY'))  &amp;gt;= 60,Dual('60 and Above',8),)))))))) as [Age Bucket]
 
FROM xyz;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-using-Exists/m-p/2464564#M99108</guid>
      <dc:creator>LoKi_asterix</dc:creator>
      <dc:date>2024-11-15T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found using Exists()</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-using-Exists/m-p/2464583#M99109</link>
      <description>&lt;P&gt;In that case is because that field does not exist in the current table, the table where the Exists expression is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to reverse the order of parameters in your Exists clause. The first one is the one that looks for previously loaded values.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 12:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-using-Exists/m-p/2464583#M99109</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-06-21T12:39:21Z</dc:date>
    </item>
  </channel>
</rss>

