<?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: Where exists function giving error in Qlik Sense Nov 2018 release in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1560092#M40802</link>
    <description>&lt;P&gt;The specific issues we experienced related to a bug spoken about here:&amp;nbsp;&amp;nbsp;&lt;A href="https://qliksupport.force.com/articles/000060637" target="_blank"&gt;https://qliksupport.force.com/articles/000060637&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you look at one of my previous comments above, you'll see I outlined some specific where exists scenarios that were failing after the behaviour change in Nov 2018.&amp;nbsp; Because we handle a lot of our loads using that sort of logic we ended up skipping Nov 2018 and going straight to Feb 2019.&lt;/P&gt;&lt;P&gt;I'm not sure what your company's pattern/policy is for upgrades but we've found Feb 2019 to be a pretty good and stable release and we haven't had any issues thus far (we have a decent-sized Qliksense deployment with 100 users and 30 apps).&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 13:08:51 GMT</pubDate>
    <dc:creator>nsm1234567</dc:creator>
    <dc:date>2019-03-22T13:08:51Z</dc:date>
    <item>
      <title>Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517286#M36873</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am sure I am not the only one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just upgraded my platform with the latest release (November - 2018 ) and I encountered a few errors in my loads.&lt;BR /&gt;It seems like the 'WHERE EXISTS' function works differently within the November release.&lt;BR /&gt;&lt;BR /&gt;Am I correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517286#M36873</guid>
      <dc:creator>stefanvb</dc:creator>
      <dc:date>2024-11-16T21:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517305#M36879</link>
      <description>Hi,&lt;BR /&gt;Could you share a sample scenario ?</description>
      <pubDate>Thu, 06 Dec 2018 11:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517305#M36879</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2018-12-06T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517319#M36883</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Ashutosh&lt;BR /&gt;&lt;BR /&gt;To illustrate the situation, please see example below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This script no longer working:&lt;BR /&gt;Vendor:&lt;BR /&gt;LOAD&lt;BR /&gt;%Key_Vendor as %Key_Vendor_some_table,&lt;BR /&gt;Country&lt;/P&gt;&lt;P&gt;FROM [lib://Transform $(vEnvironment) $(vClient) (instance)/Vendor.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;where exists(%Key_Vendor) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working with workaround:&lt;BR /&gt;Vendor:&lt;BR /&gt;LOAD&lt;BR /&gt;%Key_Vendor,&lt;BR /&gt;%Key_Vendor as %Key_Vendor_some_table,&lt;BR /&gt;Country&lt;/P&gt;&lt;P&gt;FROM [lib://Transform $(vEnvironment) $(vClient) (instance)/Vendor.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;where exists(%Key_Vendor) ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DROP FIELD %Key_Vendor FROM Vendor;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 11:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517319#M36883</guid>
      <dc:creator>stefanvb</dc:creator>
      <dc:date>2018-12-06T11:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517321#M36884</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think i encountered this also&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i did is adding a preceding load and ran the exist statement there this solved&amp;nbsp;the&amp;nbsp;issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 11:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517321#M36884</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-12-06T11:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517392#M36892</link>
      <description>&lt;P&gt;The workaround prevents the load to be optimized, right? Then it looked that each measure which enforced a processing of the data would work. IMO it would be a quite serious bug because a lot of scenarious use this method especially by incremental approaches.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 13:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1517392#M36892</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-12-06T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1524304#M37627</link>
      <description>&lt;P&gt;It happens to me too. I had 3.2 and the same script is not working in Nov 18.&lt;BR /&gt;&lt;BR /&gt;What's really strange it that it sometimes works. For example, it works here:&lt;BR /&gt;&lt;BR /&gt;[V_DETALLES_TEMP]:&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt;right(FileBaseName(),3)&amp;amp; [COD_COBRO] as COD_COBRO,&lt;BR /&gt;right(FileBaseName(),3)&amp;amp;&lt;BR /&gt;[COD_LINEA_NEGOCIO] as [COD_LINEA_NEGOCIO_DETALLE_COBROS],&lt;BR /&gt;right(FileBaseName(),3)&amp;amp;&lt;BR /&gt;[COD_CONCEPTO]&amp;amp;&lt;BR /&gt;[INDICADOR_TIPO_CONCEPTO] as _#ClaveCONCEPTOTIPO,&lt;BR /&gt;[IMPORTE_BASE],&lt;BR /&gt;[COD_NAVIDIAN]&lt;BR /&gt;FROM [lib://Red.2.QVDExtr/V_DETALLES_COBRO_*.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;where Exists([COD_COBRO]);&lt;BR /&gt;&lt;BR /&gt;But not a few lines down:&lt;BR /&gt;[MAESTRA_CONCEPTO]:&lt;BR /&gt;Load Distinct&lt;BR /&gt;right(FileBaseName(),3)&amp;amp;[COD_CONCEPTO] as [COD_CONCEPTO] ,&lt;BR /&gt;[INDICADOR_TIPO_CONCEPTO] ,&lt;BR /&gt;[CONCEPTO] ,&lt;BR /&gt;[COD_TIPO_CONCEPTO]&lt;BR /&gt;FROM [lib://Red.2.QVDExtr/V_DETALLES_COBRO_*.qvd] (qvd)&lt;BR /&gt;where Exists([COD_COBRO])&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 10:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1524304#M37627</guid>
      <dc:creator>isorinrusu</dc:creator>
      <dc:date>2018-12-27T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527634#M37908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this is a change in Exists function behavior. From release notes:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Exists function now requires the field_name to be loaded before its values are evaluated with the exists function. If the field_name you are evaluating is not yet loaded, you will receive a script error. The previous behavior was that the function returned neither TRUE nor FALSE, but NULL instead, so the result was dependent on the NULL handling of the surrounding context/expressions. Workaround: Use FieldNumber('field ') to check the existence of the field before you use the field in an Exists.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What this means is that th&lt;SPAN&gt;e field name needs to be loaded (must be included in the Load) before its evaluated in 'Exists' function. Also, if it is renamed (e.g. Field as [Field 1]), Exists will also throw an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To work around this, you can load the field as is, and either transform using a preceding load, or if you are doing an optimized load from qvd, load the field twice to rename one of the instances, and use the other to filter. Then drop the field used for filtering.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if that works for you, or there are better ideas out there! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 11:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527634#M37908</guid>
      <dc:creator>Nikos_Lamprinakos</dc:creator>
      <dc:date>2019-01-08T11:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527694#M37910</link>
      <description>&lt;P&gt;I'm not sure if this change impact really many scenarios because it's quite common that the field for the exists-function exists already before this field in a exists-function is called - often a field/table is loaded and afterwards loadings are checking against it and there are also probably many cases in which such tables are specially created for it (at least I use it quite often and/or rename the needed fields). Here a simple example for it:&lt;/P&gt;&lt;P&gt;dummy: load year(today()) as YEAR autogenerate 1;&lt;/P&gt;&lt;P&gt;table: load * from QVD where exists(YEAR);&lt;/P&gt;&lt;P&gt;drop tables dummy;&lt;/P&gt;&lt;P&gt;Nevertheless I'm not sure if I think this change is good or bad.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527694#M37910</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-08T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527930#M37926</link>
      <description>&lt;P&gt;I had the same problem: a workaround is to write the field 2 times, as explained in the help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;/P&gt;&lt;TABLE cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Code"&gt;Exists(Employee, 'Bill')&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Returns -1 (True) if the field value&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;'Bill'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is found in the current content of the field&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;Employee&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;The statements&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;Exists (Employee, Employee)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Code"&gt;Exists (Employee)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are equivalent.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 08 Jan 2019 16:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1527930#M37926</guid>
      <dc:creator>luigi_reato</dc:creator>
      <dc:date>2019-01-08T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529016#M38030</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;I think it mostly impacts the scenario you mention, as these are were one can benefit from optimized loads.&lt;/P&gt;&lt;P&gt;Slightly changing your example, you will get an error in the following scenarios:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Scenario 1: Not loading the YEAR field in the table&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dummy: load year(today()) as YEAR autogenerate 1;&lt;/P&gt;&lt;P&gt;table: load&amp;nbsp;&lt;/P&gt;&lt;P&gt;[field 1]&lt;BR /&gt;,[field 2]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;from QVD where exists(YEAR);&lt;/P&gt;&lt;P&gt;drop tables dummy;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-this will result in 'unknown load statement error'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Scenario 2: Rename YEAR in table&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dummy: load year(today()) as YEAR autogenerate 1;&lt;/P&gt;&lt;P&gt;table: load&amp;nbsp;&lt;/P&gt;&lt;P&gt;[field 1]&lt;BR /&gt;,[field 2]&lt;BR /&gt;,YEAR as [Sales Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;from QVD where exists(YEAR);&lt;/P&gt;&lt;P&gt;drop tables dummy;&lt;/P&gt;&lt;P&gt;-this will result in 'unknown load statement error'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You&amp;nbsp;&lt;EM&gt;can&lt;/EM&gt; avoid&amp;nbsp;the error with Exists(YEAR,YEAR), but the load will not be optimized.&lt;/P&gt;&lt;P&gt;My workaround so far to keep the load optimized is to include the field without renaming it, and then dropping it. It however feels counter-intuitive so I would really like your suggestions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Nikos&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529016#M38030</guid>
      <dc:creator>Nikos_Lamprinakos</dc:creator>
      <dc:date>2019-01-10T13:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529020#M38031</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;I think it mostly impacts the scenario you mention, as these are were one can benefit from optimized loads.&lt;/P&gt;&lt;P&gt;Slightly changing your example, you will get an error in the following scenarios:&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Scenario 1: Not loading the YEAR field in the table&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;dummy: load year(today()) as YEAR autogenerate 1;&lt;/P&gt;&lt;P&gt;table: load&amp;nbsp;&lt;/P&gt;&lt;P&gt;[field 1]&lt;BR /&gt;,[field 2]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;from QVD where exists(YEAR);&lt;/P&gt;&lt;P&gt;drop tables dummy;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-this will result in 'unknown load statement error'&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Scenario 2: Rename YEAR in table&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;dummy: load year(today()) as YEAR autogenerate 1;&lt;/P&gt;&lt;P&gt;table: load&amp;nbsp;&lt;/P&gt;&lt;P&gt;[field 1]&lt;BR /&gt;,[field 2]&lt;BR /&gt;,YEAR as [Sales Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;from QVD where exists(YEAR);&lt;/P&gt;&lt;P&gt;drop tables dummy;&lt;/P&gt;&lt;P&gt;-this will result in 'unknown load statement error'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You&amp;nbsp;&lt;EM&gt;can&lt;/EM&gt; avoid&amp;nbsp;the error with Exists(YEAR,YEAR), but the load will not be optimized.&lt;/P&gt;&lt;P&gt;My workaround so far to keep the load optimized is to include the field without renaming it, and then dropping it. It however feels counter-intuitive so I would really like your suggestions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Nikos&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 13:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529020#M38031</guid>
      <dc:creator>Nikos_Lamprinakos</dc:creator>
      <dc:date>2019-01-10T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529065#M38037</link>
      <description>&lt;P&gt;I could admit that both scenarios work with older releases (at least QV 11.2 SR12). Currently I couldn't remember that I use exists() anywhere in such a way (because the exists-field is an essential part of the - usually - incremental loadings and also there is seldom a need to rename it) and I assume it as rather unlikely that I would do it in the future.&lt;/P&gt;&lt;P&gt;Nevertheless it would be interesting why Qlik has changed this functionality and what others think about it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622" target="_self"&gt;Henric Cronström&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148" target="_self"&gt;Rob Wunderlich&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245" target="_self"&gt;Stefan Wühl&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624" target="_self"&gt;Gysbert Wassenaar&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 14:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1529065#M38037</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-10T14:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1532007#M38332</link>
      <description>&lt;P&gt;Yeah, a response on this would be really helpful as this is going to have a huge impact in our environment.&amp;nbsp; Almost all of our loads in Qlikview and Qliksense use this method to keep the load optimised.&amp;nbsp; We've also discovered that if a particular field is not included in the load of the where exists it'll fail.&amp;nbsp; So the below sort of code:&amp;nbsp; which used to work for us now fails:&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD companyNumber&lt;/P&gt;&lt;P&gt;FROM QVD;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TABLE2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD someOtherField&lt;/P&gt;&lt;P&gt;FROM SOME_OTHER_QVD_THAT_CONTAINS_COMPANYNUMBEr&lt;/P&gt;&lt;P&gt;WHERE EXISTS companyNumber;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is extremely frustrating!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 10:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1532007#M38332</guid>
      <dc:creator>nsm1234567</dc:creator>
      <dc:date>2019-01-18T10:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1558698#M40697</link>
      <description>Has there been any update on how to maintain a load optimized while using Exists on a single field? Every single article about tricks to keep loads optimized and reducing data point to the use of exists.</description>
      <pubDate>Wed, 20 Mar 2019 00:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1558698#M40697</guid>
      <dc:creator>sergio_loza</dc:creator>
      <dc:date>2019-03-20T00:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1558824#M40703</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I ended up sending this on to Qlik and a lot of the Where Exists related issues were fixed in the February 2019 release.&amp;nbsp; Is it an option for you to move to that release?&amp;nbsp; Not sure if you're using Sense server.&amp;nbsp; We found that upgrading to Feb 2019 resolved a lot of the issues (we just skipped November altogether).&lt;/P&gt;&lt;P&gt;I believe on Server side there is also a new patch for November 2018, but not sure if that is included in the fix.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1558824#M40703</guid>
      <dc:creator>nsm1234567</dc:creator>
      <dc:date>2019-03-20T09:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1559170#M40727</link>
      <description>thanks for the info, we are using Feb2018 and evaluating moving to November 2018.&lt;BR /&gt;What are some of the issues that you saw gotten fixed in Feb 2019 if i may ask</description>
      <pubDate>Wed, 20 Mar 2019 16:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1559170#M40727</guid>
      <dc:creator>sergio_loza</dc:creator>
      <dc:date>2019-03-20T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1560092#M40802</link>
      <description>&lt;P&gt;The specific issues we experienced related to a bug spoken about here:&amp;nbsp;&amp;nbsp;&lt;A href="https://qliksupport.force.com/articles/000060637" target="_blank"&gt;https://qliksupport.force.com/articles/000060637&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you look at one of my previous comments above, you'll see I outlined some specific where exists scenarios that were failing after the behaviour change in Nov 2018.&amp;nbsp; Because we handle a lot of our loads using that sort of logic we ended up skipping Nov 2018 and going straight to Feb 2019.&lt;/P&gt;&lt;P&gt;I'm not sure what your company's pattern/policy is for upgrades but we've found Feb 2019 to be a pretty good and stable release and we haven't had any issues thus far (we have a decent-sized Qliksense deployment with 100 users and 30 apps).&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 13:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1560092#M40802</guid>
      <dc:creator>nsm1234567</dc:creator>
      <dc:date>2019-03-22T13:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1575760#M41957</link>
      <description>&lt;P&gt;Thanks (and all others) for the input.&lt;/P&gt;&lt;P&gt;I did an upgrade for another client to the Feb-19 (and now APR-19) release and I'm quite happy with this release.&lt;BR /&gt;I can recommend deploying this release if the situation allows.&lt;BR /&gt;&lt;BR /&gt;It might be good Qlik tackle this issues on forehand preventing any surprises for developers.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 08:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1575760#M41957</guid>
      <dc:creator>stefanvb</dc:creator>
      <dc:date>2019-05-02T08:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1733324#M55977</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;we had the same issue in Qlikview when we made the update from 12.0.20200 SR3&amp;nbsp; to QV April 19 SR3 V 12.4.20300.0&lt;/P&gt;&lt;P&gt;The where exist function was in some special cases not working. (I think it's because we made a Key from three fields while when it was working it was a database field.)&lt;/P&gt;&lt;P&gt;I did it almost the same way as&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59433"&gt;@Nikos_Lamprinakos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did now first load the table and generate the key befor joining the table to the other table and having the exist statement by the join part.&lt;BR /&gt;Afterwards I deleted the table I loaded in the first step, and now it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 07:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1733324#M55977</guid>
      <dc:creator>EveLena</dc:creator>
      <dc:date>2020-08-05T07:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where exists function giving error in Qlik Sense Nov 2018 release</title>
      <link>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1734015#M56055</link>
      <description>&lt;P&gt;Hey there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this was a bug as it was fixed in subsequent releases of Sense.&amp;nbsp; On Qlikview, we're running April 2019 SR1 and haven't run into the issues you've mentioned here, but thanks for the heads up.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 08:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Where-exists-function-giving-error-in-Qlik-Sense-Nov-2018/m-p/1734015#M56055</guid>
      <dc:creator>nsm1234567</dc:creator>
      <dc:date>2020-08-07T08:10:51Z</dc:date>
    </item>
  </channel>
</rss>

