<?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 Optimization techiniques in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543606#M745241</link>
    <description>&lt;P&gt;I have data from 4 countrys i want take only one country data without doing any transformations&lt;/P&gt;&lt;P&gt;if we are using where function it can be the unoptimization that why i want to take only one country data with using transformations&lt;/P&gt;&lt;P&gt;it is possible or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;advance thanks&lt;/P&gt;&lt;P&gt;harish&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Hareeshkommineni</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Optimization techiniques</title>
      <link>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543606#M745241</link>
      <description>&lt;P&gt;I have data from 4 countrys i want take only one country data without doing any transformations&lt;/P&gt;&lt;P&gt;if we are using where function it can be the unoptimization that why i want to take only one country data with using transformations&lt;/P&gt;&lt;P&gt;it is possible or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;advance thanks&lt;/P&gt;&lt;P&gt;harish&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543606#M745241</guid>
      <dc:creator>Hareeshkommineni</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization techiniques</title>
      <link>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543618#M745242</link>
      <description>&lt;P&gt;You're correct in that normally using a where clause will break QVD optimisation. There is one exception to this though, which you could take advantage of here. This is when you use&amp;nbsp;the EXISTS function.&lt;/P&gt;&lt;P&gt;In your case, you could load a simple inline table containing just the Name / ID of the country you want to load, then use EXISTS on your existing load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;tmpCountry:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM [your qvd]&lt;/P&gt;&lt;P&gt;WHERE EXISTS (Country)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 13:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543618#M745242</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2019-02-13T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization techiniques</title>
      <link>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543626#M745243</link>
      <description>if we are use where exists () it is optimized or unoptimized?</description>
      <pubDate>Wed, 13 Feb 2019 13:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543626#M745243</guid>
      <dc:creator>Hareeshkommineni</dc:creator>
      <dc:date>2019-02-13T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization techiniques</title>
      <link>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543627#M745244</link>
      <description>&lt;P&gt;Optimised&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 13:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimization-techiniques/m-p/1543627#M745244</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2019-02-13T13:18:33Z</dc:date>
    </item>
  </channel>
</rss>

