<?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 Help me pls. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335105#M123555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just start in QV . Now I have problem about QVD file. &lt;/P&gt;&lt;P&gt;I 'm not sure when i&amp;nbsp; make qvd file in qvw .&lt;/P&gt;&lt;P&gt;i have to use "&amp;nbsp; Where Exists(ItemCode,Item_No) " add in after Path (qvd)&amp;nbsp; . &lt;/P&gt;&lt;P&gt;When i reload file. I don't get the data. \&lt;/P&gt;&lt;P&gt;Why I don't get data?&amp;nbsp; and&amp;nbsp; Where Exists(&amp;nbsp; , ) don't use with QVD or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 06:30:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-05T06:30:55Z</dc:date>
    <item>
      <title>Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335105#M123555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just start in QV . Now I have problem about QVD file. &lt;/P&gt;&lt;P&gt;I 'm not sure when i&amp;nbsp; make qvd file in qvw .&lt;/P&gt;&lt;P&gt;i have to use "&amp;nbsp; Where Exists(ItemCode,Item_No) " add in after Path (qvd)&amp;nbsp; . &lt;/P&gt;&lt;P&gt;When i reload file. I don't get the data. \&lt;/P&gt;&lt;P&gt;Why I don't get data?&amp;nbsp; and&amp;nbsp; Where Exists(&amp;nbsp; , ) don't use with QVD or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335105#M123555</guid>
      <dc:creator />
      <dc:date>2012-07-05T06:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335106#M123556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the where exists() part might not execute when the QVD is loaded in QVD optimized form.&lt;/P&gt;&lt;P&gt;Try adding a text() or num() function around a string field or numeric field in your QVD load to force QV to expand the QVD file on load and this should hopefully trigger your where exists() statement as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335106#M123556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-05T06:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335107#M123557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; According to best practice it would be better to organize your process in two steps. The first step load your table&amp;nbsp; from qvd (without any conditions). In this case qvd-optimizer&amp;nbsp; will work and all data will be upload as soon as possible. ON the other step you have to select data according to your condition&lt;/P&gt;&lt;P&gt;When your are using exists function, you should keep in your mind and check that the first field (in your case ItemCode)&amp;nbsp; has to exist in QV-memory and&amp;nbsp; Item_No should present&amp;nbsp; in your current Load function.&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 10:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335107#M123557</guid>
      <dc:creator>gershova</dc:creator>
      <dc:date>2012-07-06T10:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335108#M123558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there should be any problem using "where exists()" with a QVD file. I'd focus on troubleshooting the exists() function itself - look at the two fields, compare their formats etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, it's common for Item Numbers to have numeric values stored in text fields. Sometimes this field can be loaded as a number in one type of load and as a text in another load. Verify that your fields are comparable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side comment, if your QVD file is large, you actually WANT to keep the load as optimized. To do that, you need to use where exists() with a single field name - that means that both fields need to be called the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 02:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335108#M123558</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-07-09T02:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335109#M123559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg:&lt;/P&gt;&lt;P&gt;When using exists() fields do not need to be named the same.&lt;/P&gt;&lt;P&gt;You can always pass a second parameter if you want to compare different fields.&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;where exists (fieldX, fieldY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.framsteg.com" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 08:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335109#M123559</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2012-07-09T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help me pls.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335110#M123560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, I'm aware of both syntax forms. The difference is that when you load a QVD and using a single field format, the load remains optimized, and if you are assing the second parameter, the load becomes non-optimized and very slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ever loaded a large QVD with exists(), you'd notice the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 20:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-pls/m-p/335110#M123560</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-07-09T20:05:44Z</dc:date>
    </item>
  </channel>
</rss>

