<?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: Handling Missing weeks in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776666#M454902</link>
    <description>&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;Thanks for your response, I've already created master calendar but it won't work for me.&lt;/P&gt;&lt;P&gt;Additionally, I can see my missing values by adding +Sum({1}) to my expression but this will display all data and&amp;nbsp; it will not change if I select any filters. it's&lt;SPAN&gt;&amp;nbsp;function is as same as Show all values in dimension tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So this solution will not work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 10:08:16 GMT</pubDate>
    <dc:creator>Sumit2504</dc:creator>
    <dc:date>2021-01-22T10:08:16Z</dc:date>
    <item>
      <title>Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776536#M454883</link>
      <description>&lt;P&gt;I've a country data(eg ABC) for&lt;SPAN&gt;&amp;nbsp;which Weeks 12, 13, 14 and 17 are missing from Source data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I am trying to create a chart with weeks as dimension, It is not displaying those missing weeks.&lt;/P&gt;&lt;P&gt;Requirement - Is it possible to display data for missing weeks as 0 in chart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776536#M454883</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2024-11-15T23:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776653#M454895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133606"&gt;@Sumit2504&lt;/a&gt;, to show that weeks they have to be loaded as a value, usually is a best practice to have an independent table to use as master calendar, this will covre all dates since the min date found in data to the end.&lt;/P&gt;&lt;P&gt;Data tables will only have date field, the other related fields from that dates (week, month...) will be on master calendar table.&lt;/P&gt;&lt;P&gt;You can crete a master calendar as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Calendar:
LOAD 
	 IdDate,
	 Date(IdDate)					as Date,
	 Month(IdDate) 				        as Month,
	 Num(Month(IdDate))				as MonthNum,
	 Year(IdDate) 					as Year,
	 Date(IdDate, 'YYYY/MM') 			as Year_Month
;
LOAD 
	 MinFecha + IterNo()-1 				as IdDate
While MinDate + IterNo()-1 &amp;lt;= MaxDate
;
LOAD 
	 Floor(Min(FieldValue('IdDate', RecNo()))) 	as MinDate,
	 Floor(Max(FieldValue('IdDate', RecNo()))) 	as MaxDate
AutoGenerate FieldValueCount('IdDate');

// IdDate is the field name of the date in your data table&lt;/LI-CODE&gt;&lt;P&gt;Still maybe you need to add +Sum({1}0) to your expression to show all weeks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 08:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776653#M454895</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-22T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776666#M454902</link>
      <description>&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;Thanks for your response, I've already created master calendar but it won't work for me.&lt;/P&gt;&lt;P&gt;Additionally, I can see my missing values by adding +Sum({1}) to my expression but this will display all data and&amp;nbsp; it will not change if I select any filters. it's&lt;SPAN&gt;&amp;nbsp;function is as same as Show all values in dimension tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So this solution will not work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 10:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776666#M454902</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-22T10:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776777#M454920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133606"&gt;@Sumit2504&lt;/a&gt;&amp;nbsp;why you say the calendar won't work for you?&lt;/P&gt;&lt;P&gt;In the expression instead of {1} you can use other syntax but it will depend on your data and possible selections, if you upload a sample I can take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776777#M454920</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-22T16:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776848#M454926</link>
      <description>&lt;P&gt;have you tried setting suppress missing and suppress 0 to off under presentation?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 23:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776848#M454926</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-22T23:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776906#M454934</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It's a client data so it'll be difficult for me to share.&lt;/P&gt;&lt;P&gt;I've two fact table - 1 is for transaction and another of historical. Both having IdDate as date field. So here the above mentioned master calendar script is not working.&lt;/P&gt;&lt;P&gt;Instead of {1} I tried with other identifiers but it's not working.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 02:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776906#M454934</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-24T02:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776907#M454935</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried all expected options under presentation and dimension tab but no luck&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 02:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776907#M454935</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-24T02:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776927#M454938</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After creating master calendar, I can see my missing weeks as excluded value(Grayed cell) in a list box. How I can show these excluded weeks in Line chart ?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 15:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776927#M454938</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-24T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776960#M454939</link>
      <description>&lt;P&gt;in the axis tab, set CONTINUOUS to ON&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 19:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776960#M454939</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-24T19:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776961#M454940</link>
      <description>&lt;P&gt;it will show the missing weeks but no data point will be plotted on missing weeks but consecutive data points will be connected&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 19:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776961#M454940</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-24T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776986#M454942</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This solution won't work for me as it will disable the x-axis scrollbar.&lt;/P&gt;&lt;P&gt;Is there any other way where I can see my missing values with x-axis scrollbar.?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 01:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1776986#M454942</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-25T01:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777020#M454947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133606"&gt;@Sumit2504&lt;/a&gt;, that wouldn't matter for the calendar if the link between those table is only IdDate... if there are other fields it will create a circular error, usually it is solve concatenating transactional and historical data so you can end with only one fact table instead of two.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 07:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777020#M454947</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-25T07:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777023#M454948</link>
      <description>&lt;P&gt;Hard to say without having taking a look to data model, it the weeks are greyed out it's because some other selections are excuding them.&lt;/P&gt;&lt;P&gt;Anyway I would try something like [YourExpression]+Sum({1&amp;lt;IdDate={"&amp;gt;=$(=Min(IdDate))&amp;lt;=$(=Max(IdDate))"}&amp;gt;} 0)&lt;/P&gt;&lt;P&gt;It maybe needs some fix to adapt to your data model, date format or possible selections.&lt;/P&gt;&lt;P&gt;Other option as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;says is to use continuous x axis, for this the dimension should be in number format.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 08:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777023#M454948</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-25T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777679#M455007</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried the expression mentioned by you and &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;. It does display with the line going to 0 properly. However, the chart shows ALL weeks and it'll deselect the range I've selected. So this won't work.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 10:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777679#M455007</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-27T10:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777826#M455018</link>
      <description>&lt;P&gt;attaching a QVW will make this quicker&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 16:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777826#M455018</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-27T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777946#M455024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;, I am not able to see attached file, please reattach again&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 04:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1777946#M455024</guid>
      <dc:creator>Sumit2504</dc:creator>
      <dc:date>2021-01-28T04:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1778128#M455030</link>
      <description>&lt;P&gt;i was not clear.&lt;BR /&gt;i was suggesting if YOU attach a QVW, this process will go quicker&lt;BR /&gt;is it obvious we are missing something and looking at the same thing, communication will be clearer&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 14:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1778128#M455030</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-28T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Missing weeks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1778325#M455033</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133606"&gt;@Sumit2504&lt;/a&gt;, if it's showing all dates it's because this: "&lt;SPAN&gt;Sum({1&amp;lt;IdDate={"&amp;gt;=$(=Min(IdDate))&amp;lt;=$(=Max(IdDate))"}&amp;gt;} 0)", as I said in previous post "needs some fix to adapt to your data model, date format or possible selections".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Probably you don't have an IdDate field and you ned to use your date field, and the Min/Max may be converted to your date format, also other selections on the app may be take into account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This could be quicker if you upoload a sample, that's not your client data, it's some data created by you that replicates the issue so we can test.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 07:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Missing-weeks-in-chart/m-p/1778325#M455033</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-01-29T07:36:46Z</dc:date>
    </item>
  </channel>
</rss>

