<?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: binary load with different dateranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306120#M113029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for help. But it dont works. Here an exmple of my qvw file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to drop all records with with the month of 4 (April) . &lt;/P&gt;&lt;P&gt;Can you show me this on my attached example file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 16:11:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-26T16:11:59Z</dc:date>
    <item>
      <title>binary load with different dateranges</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306118#M113027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can not find anything suitable to my problem. Therefore, your expertise and assistance is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a complete qvw file includes all datarows from year 2007 - today. This file is a binary qvw for several&lt;/P&gt;&lt;P&gt;Applications. I want all the applications with different periods of the binary file upload qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Binary qvw contains all records from 2007 to today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The application App1 requires only the records from 2010 - today&lt;/P&gt;&lt;P&gt;2. The application App2 includes only the records from 2012 - today&lt;/P&gt;&lt;P&gt;3. and the third App3 includes only the records from the previous year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="outline.png" class="jive-image-thumbnail jive-image" height="282" onclick="" src="https://community.qlik.com/legacyfs/online/10642_outline.png" width="841" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I prepare this to meet the described requirement without the need for 3 separate qvw binary files ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am grateful for any help or small example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306118#M113027</guid>
      <dc:creator />
      <dc:date>2012-01-25T14:44:25Z</dc:date>
    </item>
    <item>
      <title>binary load with different dateranges</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306119#M113028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't modify the records that are loaded by a binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, you will need to load all of the records and then remove them - using an inner join is probably the best way - once they are in.&amp;nbsp; E.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary myfile.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join Load * inline [&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;2011&lt;/P&gt;&lt;P&gt;2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You would probably create this table more dynamically).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 15:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306119#M113028</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-25T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: binary load with different dateranges</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306120#M113029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for help. But it dont works. Here an exmple of my qvw file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to drop all records with with the month of 4 (April) . &lt;/P&gt;&lt;P&gt;Can you show me this on my attached example file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 16:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306120#M113029</guid>
      <dc:creator />
      <dc:date>2012-01-26T16:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: binary load with different dateranges</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306121#M113030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join ([Banf 2011$])&lt;/P&gt;&lt;P&gt;Load Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Monat&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Banf 2011$]&lt;/P&gt;&lt;P&gt;Where Num(Monat) &amp;lt;&amp;gt; 4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 21:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306121#M113030</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-26T21:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: binary load with different dateranges</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306122#M113031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 12:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-with-different-dateranges/m-p/306122#M113031</guid>
      <dc:creator />
      <dc:date>2012-01-31T12:09:05Z</dc:date>
    </item>
  </channel>
</rss>

