<?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: Date filters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450289#M1162404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't open the file since I'm using personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the December/July thing, if I only have records for July in a table/chart and in the month listbox I select December while I'm using a trigger, the chart I mentioned before won't change meaning it'll still show July instead of December.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 08:31:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-25T08:31:05Z</dc:date>
    <item>
      <title>Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450282#M1162397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QV10 project with more or less the model below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="139" style="width: 232px; border: 1px solid #000000; height: 102px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="114" style="width: 120px; border: 1px solid #000000; height: 114px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;tableA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;STRONG&gt;ItemId&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;OrderDateTime&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;Brand&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;Quantity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;Size&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="136" style="width: 116px; border: 1px solid #000000; height: 138px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;tableB&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;STRONG&gt;ItemId&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;ShipmentDateTime&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;City&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;Cost&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="136" style="width: 119px; border: 1px solid #000000; height: 138px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Calendar&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center; text-decoration: underline;"&gt;Year&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center; text-decoration: underline;"&gt;Month&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center; text-decoration: underline;"&gt;Day&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Hour&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields in the "Calendar" table are also fields that the user can filter in the page as well as fields "Brand", "Quantity" and "Size".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 charts, one referencing tableA and the other one referecing tableB. In the first chart I have a dimension "Month/Year OrderDate" and an expression SUM( Quantity ) and in the second I have a dimension "Month/Year ShipmentDate" and an expression SUM( Cost ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I filter the results in my charts with the respective dates (chart1 - OrderDate and char2 - ShipmentDate) selected by the user? :s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 17:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450282#M1162397</guid>
      <dc:creator />
      <dc:date>2012-10-24T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450283#M1162398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to select one date in a listbox and cause that to select that date in both OrderDateTime and ShipmentDateTime, look &lt;A _jive_internal="true" href="https://community.qlik.com/message/273765#273765"&gt;here&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 18:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450283#M1162398</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-24T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450284#M1162399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; you can solve this issue by common calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHAIK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 19:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450284#M1162399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-24T19:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450285#M1162400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi taigo,&lt;/P&gt;&lt;P&gt; find attachment of excel,i give data model for your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 19:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450285#M1162400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-24T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450286#M1162401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer but I tried that before and I had a big problem that was the fact that if i had only records for the month of July for example in tableB and the user choose the month of December, QlikView won't make it a null chart, instead it will stick with the July results... maybe i did something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 21:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450286#M1162401</guid>
      <dc:creator />
      <dc:date>2012-10-24T21:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450287#M1162402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your response shaik but if i do that i'll link the two tables by date which is not what i pretend since i would only get results if both results tables had the same date which isn't true since the shipment date is further to the order date. am i wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 21:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450287#M1162402</guid>
      <dc:creator />
      <dc:date>2012-10-24T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450288#M1162403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm unclear what you're saying with the December/July thing.&amp;nbsp; But attached is an example of building a linkage table very similar to what Rob was suggesting in the other thread.&amp;nbsp; It's using a date type instead of his counters, but it's the same idea.&amp;nbsp; Your key structure is simpler than the example, so yours should be simpler than this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 00:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450288#M1162403</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-10-25T00:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450289#M1162404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't open the file since I'm using personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the December/July thing, if I only have records for July in a table/chart and in the month listbox I select December while I'm using a trigger, the chart I mentioned before won't change meaning it'll still show July instead of December.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 08:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450289#M1162404</guid>
      <dc:creator />
      <dc:date>2012-10-25T08:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450290#M1162405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tiago,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; how you want to show the report i need some clarifications,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.you want to see same month order and shipment or other way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me clarification,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your business logic is correct oredr&amp;nbsp; date after only shipment date,but in reports we are showing howmutch order in this month and howmutch shipment in this month,&lt;/P&gt;&lt;P&gt;if your requirement is different can please provide clarification,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHAIK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 15:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450290#M1162405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-25T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450291#M1162406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see sum(quantity) by month of orderdatetime (no matter what shipmentdatetime ) in chartA and um(cost) by month of shipmentdatetime (no matter what orderdatetime) in chartB...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I link the two dates I would restrict the results to both the dates being equal (and i already have the link key - itemId).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 17:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450291#M1162406</guid>
      <dc:creator />
      <dc:date>2012-10-25T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450292#M1162407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I've managed a way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I the model exactly as described in the main post but I separated the dates in Year/Month/Day and in each expression of each chart I have set analysis doing the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that, in tableA I have OrderDateTimeYear, OrderDateTimeMonth and OrderDateTimeDay and in tableB I have ShipmentDateTimeYear, ShipmentDateTimeMonth, ShipmentDateTimeDay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the use of the P function in set analysis, I can assign each date values to the ones the user has choosed with the expressions below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA Expression:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;OrderDateTimeYear=P(Year),OrderDateTimeMonth=&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;P(&lt;/SPAN&gt;Month),OrderDateTimeDay=&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;P(&lt;/SPAN&gt;Day)&lt;/SPAN&gt;&amp;gt;} Quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB Expression:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;ShipmentDateTimeYear=&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;P(&lt;/SPAN&gt;Year),ShipmentDateTimeMonth=&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;P(&lt;/SPAN&gt;Month),ShipmentDateTimeDay=&lt;SPAN style="color: #737373; font-family: Arial; text-align: center; background-color: #ffffff;"&gt;P(&lt;/SPAN&gt;Day)&lt;/SPAN&gt;&amp;gt;} Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm not thinking right or this has some major flaw i don't see, please feel free to tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to make a lot of tests anyway before I can said this is done. I'll give you feedback once I finish them (next week) &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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450292#M1162407</guid>
      <dc:creator />
      <dc:date>2012-10-26T15:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450293#M1162408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar issue (this may be helpful)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/274884#274884" title="http://community.qlik.com/message/274884#274884"&gt;http://community.qlik.com/message/274884#274884&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did is set up 2 link calendar tables with different names (one for orders one for shipments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the only new field in table A would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dayname (orderdatetime) as Orderdate,&amp;nbsp; //change time and date to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dayname (shipmentdatetime) as Shipdate,&amp;nbsp; //change time and date to date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two calendars tables (for shipments and orders mth day and year etc) would then be linked to Orderdate and Shipdate (as explained in the attached thread)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One calendar would be the main filter calendar (say orderCalendar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change the filter expressions for shipments as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;{$&amp;lt;Ship&lt;/SPAN&gt;&lt;SPAN id="yui_3_7_2_1_1351341031913_99" style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; =&amp;nbsp; p(Order&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Day)&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; ,&amp;nbsp; Order&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; = ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;etc FOR MONTH AND YEAR &amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2012 11:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450293#M1162408</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-10-28T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date filters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450294#M1162410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's more or less what I've implemented in my project RJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my case I have only 1 calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks all for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 16:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filters/m-p/450294#M1162410</guid>
      <dc:creator />
      <dc:date>2012-10-30T16:53:10Z</dc:date>
    </item>
  </channel>
</rss>

