<?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: How to handle TWO Condition check for Optimized Loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428861#M800647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you concatenate Date and ID in your datamodel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 11:48:52 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2017-12-05T11:48:52Z</dc:date>
    <item>
      <title>How to handle TWO Condition check for Optimized Loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428860#M800646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 billion records in Fact.qvd I want load QVD as the Optimized format but I need to check two conditions how I want to handle this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load Date &lt;/P&gt;&lt;P&gt;from Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load ID&lt;/P&gt;&lt;P&gt;from Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid rgb(0, 0, 0); width: 37px; height: 0px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;load Date,&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;some Other fields&lt;/P&gt;&lt;P&gt;from fact.qvd &lt;SPAN style="color: #ff0000;"&gt;where Exist (Date) and Exist (ID)&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428860#M800646</guid>
      <dc:creator>vengadeshpalani</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle TWO Condition check for Optimized Loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428861#M800647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you concatenate Date and ID in your datamodel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 11:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428861#M800647</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-12-05T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle TWO Condition check for Optimized Loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428862#M800648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use existing QVD if I want to update, it takes 30 hours.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;do you have any alternate solution? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428862#M800648</guid>
      <dc:creator>vengadeshpalani</dc:creator>
      <dc:date>2017-12-05T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle TWO Condition check for Optimized Loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428863#M800649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use two load-steps - the first one optimized with one where exists() and a second resident-load with the other where exists() - the stronger filter should be applied first. I could imagine that it could be significantly faster than an unoptimized load and mybe it's sufficient for your task. Otherwise you will need to go with the suggestion from Peter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428863#M800649</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-05T12:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle TWO Condition check for Optimized Loading</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428864#M800650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you load 2 different table, May be Nullify can fetch. So, You need to understand the difference b/w Join and Concatenate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-TWO-Condition-check-for-Optimized-Loading/m-p/1428864#M800650</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-05T12:31:30Z</dc:date>
    </item>
  </channel>
</rss>

