<?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: problem with master calendar and filtered data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846310#M11628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late reply.&lt;/P&gt;&lt;P&gt;Thanks for your sample data and I will try to check today and see what I can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 02:39:35 GMT</pubDate>
    <dc:creator>r_wroblewski</dc:creator>
    <dc:date>2015-09-11T02:39:35Z</dc:date>
    <item>
      <title>problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846302#M11620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi altogether,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik Sense Desktop 1.1.0 and have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show some data about orders. All data from a certain year is shown in a separate line chart. Important is, that also for the current year all twelve months should be shown, even if there is no order yet, i.e. June till December 2015 should be shown as zero values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a master calendar and connected it to the order table by the same field name ‘OrderDate’.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I start the app the first time everything looks fine (see Screen 1). In the first line Chart for the current year, the months June to Dec are shown with 0 values. But as soon as I click on the filter panel and select a product number, only the months are shown where the product was sold, but no longer the months June to Dec. (see screen 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also see in the table on the right side that shows all OrderDates, that without filtering there are no gaps in the dates. As soon the article is filtered there are gaps, i.e. some days are missing where the article was not sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody has an idea what is going wrong?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;data for the line chart&lt;/STRONG&gt; for the current year is : &lt;/P&gt;&lt;P&gt;Dimension Field: &lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Measure Field: &lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year={2015}&amp;gt;} nNumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script of order table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt;LOAD kBestellung,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;tRechnung_kRechnung,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tBenutzer_kBenutzer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tAdresse_kAdresse,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tText_kText,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tKunde_kKunde,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cBestellNr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(dErstellt)) as OrderDate, //cut off time and convert to date format again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp; …&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MMYY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YYYY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;SQL SELECT kBestellung,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tRechnung_kRechnung,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tBenutzer_kBenutzer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tAdresse_kAdresse,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tText_kText,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tKunde_kKunde,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cBestellNr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dErstellt,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp; … &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt; Right('00'+Convert(varchar, DATEPART(month, [dErstellt])), 2)+'/'+cast(DATEPART(yy, [dErstellt]) as varchar(4)) as MMYY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(dErstellt) as YYYY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt; Right('00'+Convert(varchar, DATEPART(month, [dErstellt])), 2) as MM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: Consolas;"&gt;FROM torder;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Master calendar script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;QuartersMap:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;MAPPING LOAD&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;rowno() as Month, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;'Q' &amp;amp; Ceil (rowno()/3) as Quarter&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;AUTOGENERATE (12); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;LET varMinDate = Floor(MakeDate(year(AddYears(Today(),-2)), 1 ,1)); //Heute vor 2 Jahren 1.1.13 /floor statt num&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;LET varMaxDate = Floor(MakeDate(year(Today()),12,31)); //Heute bis Ende dieses Jahres&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;TempCalendar:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;LOAD&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;$(varMinDate) + Iterno()-1 As Num,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;Date($(varMinDate) + IterNo() - 1) as TempDate&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;AutoGenerate 1 While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;MasterCalendar: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;Load&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;&amp;nbsp; TempDate AS OrderDate,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; WeekYear(TempDate) &amp;amp;'/ S'&amp;amp; week(TempDate) AS id_Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;&amp;nbsp; week(TempDate) As Week,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;&amp;nbsp; Year(TempDate) As Year,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; Month(TempDate) &amp;amp;'/'&amp;amp; Year(TempDate) AS MonthYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; Month(TempDate) As Month, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;&amp;nbsp; Day(TempDate) As Day,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; ApplyMap('QuartersMap', month(TempDate), Null()) as Quarter,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; Week(weekstart(TempDate)) &amp;amp; '-' &amp;amp; WeekYear(TempDate) as WeekYear,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt; WeekDay(TempDate) as WeekDay&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;Resident TempCalendar &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;Order By TempDate ASC; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8.0pt; font-family: Consolas;"&gt;Drop Table TempCalendar;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 15:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846302#M11620</guid>
      <dc:creator />
      <dc:date>2015-05-25T15:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846303#M11621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here the two screenshots&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87488_Screen1.jpg" style="height: 233px; width: 620px;" /&gt;&lt;IMG alt="Screen2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/87489_Screen2.jpg" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 06:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846303#M11621</guid>
      <dc:creator />
      <dc:date>2015-05-26T06:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846304#M11622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody who can help me out here?&lt;/P&gt;&lt;P&gt;I spent many hours in finding a solution but had no success so far. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 07:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846304#M11622</guid>
      <dc:creator />
      <dc:date>2015-05-27T07:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846305#M11623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what kind of Expression you use for graph ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you use simple Sum(Value) or Count(Value) you can try with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Not IsNull(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum(Value)&lt;/SPAN&gt;), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum(Value), 0) or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Not IsNull(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Count(Value)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;), Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;(Value), 0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this solve your problem.&lt;/P&gt;&lt;P&gt;If not, con you share some sample qvf with dummy data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 07:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846305#M11623</guid>
      <dc:creator>r_wroblewski</dc:creator>
      <dc:date>2015-05-28T07:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846306#M11624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;thanks for looking into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used as measure so far&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year={2015}&amp;gt;} nNumber)&lt;/P&gt;&lt;P&gt;Year is a field of the master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried your proposal:&lt;/P&gt;&lt;P&gt;if(Not IsNull(Sum({$&amp;lt;Year={2015}&amp;gt;} nNumber)), Sum({$&amp;lt;Year={2015}&amp;gt;} nNumber), 0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But has the same effect. All future months are showing with 0 in unfiltered state, but as soon as I filter for a product, the line chart only shows the months where a order exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I f you have another idea, I am happy to look at it. Besides that I will try to set up some sample data. But this will take a while as the date model is pretty complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846306#M11624</guid>
      <dc:creator />
      <dc:date>2015-05-28T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846307#M11625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you find a solution for this problem? I'm facing exactly the same issue with the Master Calendar with filtered data. Any additional information will be very usefull.&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;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 21:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846307#M11625</guid>
      <dc:creator />
      <dc:date>2015-08-29T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846308#M11626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible please share some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 01:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846308#M11626</guid>
      <dc:creator>r_wroblewski</dc:creator>
      <dc:date>2015-09-01T01:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846309#M11627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your note. I've created a sample QVF with a small dataset; please see in attach. As you can see in the first chart, the Master Calendar is working properly, but in the second chart (with a filter applied) the chart is not displying all the months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated.&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;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 20:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846309#M11627</guid>
      <dc:creator />
      <dc:date>2015-09-02T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846310#M11628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late reply.&lt;/P&gt;&lt;P&gt;Thanks for your sample data and I will try to check today and see what I can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 02:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846310#M11628</guid>
      <dc:creator>r_wroblewski</dc:creator>
      <dc:date>2015-09-11T02:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846311#M11629</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;This is normal behaviour. It is not only about Calendar. You need to add missing values per artikel to your fact table or try using intervalmatch() function for your join between calendar and the fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these out first and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 08:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846311#M11629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846312#M11630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Serhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. I'm a bit confused how to do it. Do you have some example to share?&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;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 12:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846312#M11630</guid>
      <dc:creator />
      <dc:date>2015-09-11T12:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with master calendar and filtered data</title>
      <link>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846313#M11631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intervalmatch() helps you do something like a between join so that you are able to see the data on the specific dates even though there is no value entry. Useful especially for stock applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample qvw. Same approach for Qlik Sense as well. Just qvw came more handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 07:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/problem-with-master-calendar-and-filtered-data/m-p/846313#M11631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-14T07:29:36Z</dc:date>
    </item>
  </channel>
</rss>

