<?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: QlikView not filtering data properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277892#M401104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure but I think that your values are further different. I believe the easiest way to find those differences and to create valid keys would be to remove any formattings from the KEY's - this meant to create keys which are only serving the purpose to be a key to associate the tables and within the UI you used additional fields (which then are formatted like you want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 08:21:39 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-03-03T08:21:39Z</dc:date>
    <item>
      <title>QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277884#M401096</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 the following tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvtables.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151703_qvtables.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table &lt;STRONG&gt;Metrics&lt;/STRONG&gt; is a result of concatenating two separate tables that count the number of tickets opened and closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14860301664953000" jivemacro_uid="_14860301664953000" modifiedtitle="true"&gt;
&lt;P&gt;OpenTickets: &lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;count(monthopened) as numopen,&lt;/P&gt;
&lt;P&gt;monthopened as [Year-Month]&lt;/P&gt;
&lt;P&gt;Resident Table1&lt;/P&gt;
&lt;P&gt;GROUP BY monthopened;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ClosedTickets: &lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;count(monthresolved) as numclosed,&lt;/P&gt;
&lt;P&gt;monthresolved as [Year-Month]&lt;/P&gt;
&lt;P&gt;Resident Table1&lt;/P&gt;
&lt;P&gt;GROUP BY monthresolved;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Metrics:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;load *&lt;/P&gt;
&lt;P&gt;resident ClosedTickets;&lt;/P&gt;
&lt;P&gt;CONCATENATE&lt;/P&gt;
&lt;P&gt;load *&lt;/P&gt;
&lt;P&gt;resident OpenTickets;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE ClosedTickets;&lt;/P&gt;
&lt;P&gt;DROP TABLE OpenTickets;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields &lt;STRONG&gt;monthresolved&lt;/STRONG&gt; and &lt;STRONG&gt;monthopened&lt;/STRONG&gt; are available in &lt;STRONG&gt;Table&lt;/STRONG&gt;1 and they match the format of the &lt;STRONG&gt;Year-Month&lt;/STRONG&gt; field in the &lt;STRONG&gt;MasterCalendar&lt;/STRONG&gt;. The &lt;STRONG&gt;MasterCalendar&lt;/STRONG&gt; is generated using &lt;EM&gt;qvc.calendarfromfield&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put the content of table &lt;STRONG&gt;Metrics&lt;/STRONG&gt; in a straight table, where dimension is &lt;STRONG&gt;Year-Month&lt;/STRONG&gt; and expressions are SUM of &lt;STRONG&gt;numclosed&lt;/STRONG&gt; and &lt;STRONG&gt;numopened&lt;/STRONG&gt;. My problem is that whenever I filter the data using any field in &lt;STRONG&gt;Table1&lt;/STRONG&gt;, the straight table blanks out, which seems to me a problem in the relation between the two tables. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvtableerr.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151704_qvtableerr.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything you suggest to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 10:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277884#M401096</guid>
      <dc:creator />
      <dc:date>2017-02-02T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277885#M401097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Appreciate any feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277885#M401097</guid>
      <dc:creator />
      <dc:date>2017-02-06T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277886#M401098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it looked that there are no always proper associations between the tables respectively between the data-fields within your Table1. If there are no massive problems with the performance I wouldn't pre-calculate this within the script and just using a count-function within the chart-objects - and are there any performance issues you need to consider more factors on the datamodel to improve the performance.&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, 07 Feb 2017 08:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277886#M401098</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-07T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277887#M401099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;My initial solution involved counting within the chart object. The problem is with the x-axis.&lt;/P&gt;&lt;P&gt;When I plot 1 line for count of opened cases (ex count [Ticket Id]), and 1 line for count of closed cases (ex. count of [Date Resolved], or count [Ticket Id] when [Date Resolved] is not empty), while the x-axis is using the case [Creation Date], the count of closed cases is not showing correct values as it is using a wrong date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 08:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277887#M401099</guid>
      <dc:creator />
      <dc:date>2017-02-07T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277888#M401100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kind reminder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 12:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277888#M401100</guid>
      <dc:creator />
      <dc:date>2017-02-28T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277889#M401101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The format of Year-Month is the same in Metrics and within the Master-Calendar but are also the values there the same? The matching will happens on the numerical/string values and not on the formattings and if one is numeric and the other is a string or one is a date and the other is a timestamp it won't match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277889#M401101</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-01T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277890#M401102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am reading the data from a XLS sheet, while doing that, I am converting some strings into date and then into a specific format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;RawData:&lt;/P&gt;
&lt;P&gt;LOAD [Ticket Id],&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Date(date#([Created Time], 'YYYY-MM-DD hh:mm:ss'), 'YYYY-MM-DD') as [Created Date], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Date(date#([Resolved Time], 'YYYY-MM-DD hh:mm:ss'), 'YYYY-MM-DD') as [Resolved Date], &lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(MonthEnd([Created Time])),'YYYY-MMM') as &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;monthopened&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(MonthEnd([Resolved Time])),'YYYY-MMM') as &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;monthresolved&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;file.xls&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;[...]&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I also tried it this way as I am assuming Master-Calendar has &lt;STRONG&gt;Year-Month&lt;/STRONG&gt; as a string.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(Date(Floor(MonthEnd([Created Time])),'YYYY-MMM')) as monthopened,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(Date(Floor(MonthEnd([Resolved Time])),'YYYY-MMM')) as monthresolved&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 03 Mar 2017 06:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277890#M401102</guid>
      <dc:creator />
      <dc:date>2017-03-03T06:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277891#M401103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script for date and Year-Month in Table1 and MasterCalendar respectively may be more helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 07:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277891#M401103</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-03-03T07:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277892#M401104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure but I think that your values are further different. I believe the easiest way to find those differences and to create valid keys would be to remove any formattings from the KEY's - this meant to create keys which are only serving the purpose to be a key to associate the tables and within the UI you used additional fields (which then are formatted like you want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 08:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277892#M401104</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-03T08:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277893#M401105</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;BR /&gt;The &lt;STRONG&gt;MasterCalendar&lt;/STRONG&gt; is generated using the following QVC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;$(Include=qvc.qvs)&lt;/P&gt;
&lt;P&gt;call qvc.calendarfromfield('date');&lt;/P&gt;
&lt;P&gt;call Qvc.Cleanup;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am putting the script together here below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14885304643557122" jivemacro_uid="_14885304643557122"&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;LOAD [Ticket Id],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#([Created Time], 'YYYY-MM-DD hh:mm:ss'), 'YYYY-MM-DD') as [Created Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#([Resolved Time], 'YYYY-MM-DD hh:mm:ss'), 'YYYY-MM-DD') as [Resolved Date],&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor([Created Time]),'YYYY-MM-DD') as date,&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(MonthEnd([Created Time])),'YYYY-MMM') as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;monthopened&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(MonthEnd([Resolved Time])),'YYYY-MMM') as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;monthresolved&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[file.xls]&lt;/P&gt;
&lt;P&gt;(biff, embedded labels);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;$(Include=qvc.qvs)&lt;/P&gt;
&lt;P&gt;call qvc.calendarfromfield('date');&lt;/P&gt;
&lt;P&gt;call Qvc.Cleanup;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OpenTickets: &lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;count(monthopened) as numopen, &lt;/P&gt;
&lt;P&gt;monthopened as [Year-Month] &lt;/P&gt;
&lt;P&gt;Resident Table1 &lt;/P&gt;
&lt;P&gt;GROUP BY monthopened; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ClosedTickets: &lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;count(monthresolved) as numclosed, &lt;/P&gt;
&lt;P&gt;monthresolved as [Year-Month] &lt;/P&gt;
&lt;P&gt;Resident Table1 &lt;/P&gt;
&lt;P&gt;GROUP BY monthresolved; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Metrics: &lt;/P&gt;
&lt;P&gt;NoConcatenate &lt;/P&gt;
&lt;P&gt;load * &lt;/P&gt;
&lt;P&gt;resident ClosedTickets; &lt;/P&gt;
&lt;P&gt;CONCATENATE &lt;/P&gt;
&lt;P&gt;load * &lt;/P&gt;
&lt;P&gt;resident OpenTickets; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE ClosedTickets; &lt;/P&gt;
&lt;P&gt;DROP TABLE OpenTickets; &lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 08:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277893#M401105</guid>
      <dc:creator />
      <dc:date>2017-03-03T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView not filtering data properly</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277894#M401106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason why I was formatting the date as such is to use it as a key between my data and the MasterCalendar.&lt;/P&gt;&lt;P&gt;By the way, I provided more info in the previous post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 08:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-not-filtering-data-properly/m-p/1277894#M401106</guid>
      <dc:creator />
      <dc:date>2017-03-03T08:44:46Z</dc:date>
    </item>
  </channel>
</rss>

