<?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 how do I keep a date axis constant on a graph when I make selections on other data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228841#M80840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl,&lt;/P&gt;&lt;P&gt;although that just replaces 'RESOLVED' in the legend with '-'&lt;/P&gt;&lt;P&gt;I want a way of removing it from the legend all together :-S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Dec 2010 09:33:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-30T09:33:36Z</dc:date>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228836#M80835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I created a 'date island' which I used to link to the RIM created date returned from one part of my query.&lt;/P&gt;&lt;P&gt;This is fine, when I pick nothing but the Month. For example, if I choose October 2010, I can see on the x-axis, entries from 1st to 31st, whether there is relating data or not.&lt;/P&gt;&lt;P&gt;If I then pick a project reference from the list box, it only shows dates where there are values for that project.&lt;/P&gt;&lt;P&gt;How can I get the graph to constantly show all of a month, regardless of other selections?&lt;/P&gt;&lt;P&gt;does this make sense?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 18:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228836#M80835</guid>
      <dc:creator />
      <dc:date>2010-12-20T18:17:51Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228837#M80836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;The "date island" has to be disconnected from the rest of you model and you must use a count(if) as an expression. This will give you what you are looking for although you have to be careful that the time to create the graph doesn't increase dramatically. If you begin to experience long creation times, you might want to experiment with the iterno() function to create a project transaction row for every date since a project's beginning regardless if there is activity o no.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 19:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228837#M80836</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-20T19:07:30Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228838#M80837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following up on what Karl said, here's an example of filling in missing dates with iterno(), and then how to build a chart that displays 0 for those dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 00:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228838#M80837</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-21T00:01:11Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228839#M80838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats great, thank you so much, guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now come up against another problem.&lt;/P&gt;&lt;P&gt;as you can see from the attached QVW. I have created a chart (bar) that shows a stacked view of the breakdown of 'Status' for only 'change' type_codes&lt;/P&gt;&lt;P&gt;However, the legend shows values not associated with CHANGE (the red value of 'resolved') .&lt;/P&gt;&lt;P&gt;You can see this is removed when you physicially select 'CHANGE' from the list box along the top of the page.&lt;/P&gt;&lt;P&gt;Is there anyway I can have the graph not include this, but STILL include ALL months along the axis (have played with supress missing/zero etc - but it sacrifices the months)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 17:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228839#M80838</guid>
      <dc:creator />
      <dc:date>2010-12-29T17:27:34Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228840#M80839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;In the dimension tab, change the STATUS_CODE dimension to something like this:&lt;/P&gt;&lt;P&gt;=if(MATCH(STATUS_CODE,'RESOLVED'),NULL(),STATUS_CODE)&lt;/P&gt;&lt;P&gt;The RESOLVED value than will be elminated from the graph.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 18:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228840#M80839</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-29T18:43:32Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228841#M80840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl,&lt;/P&gt;&lt;P&gt;although that just replaces 'RESOLVED' in the legend with '-'&lt;/P&gt;&lt;P&gt;I want a way of removing it from the legend all together :-S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 09:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228841#M80840</guid>
      <dc:creator />
      <dc:date>2010-12-30T09:33:36Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228842#M80841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tick the 'Suppress when value is null' checkbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228842#M80841</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:32:30Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228843#M80842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;d'oh!&lt;/P&gt;&lt;P&gt;its always the simple/easy things that get overlooked...&lt;/P&gt;&lt;P&gt;thanks for reminding me &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 10:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228843#M80842</guid>
      <dc:creator />
      <dc:date>2010-12-30T10:47:00Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228844#M80843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going back to my attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can keep the date island independant, so that I get the full Jan - december on my x-axis all the time,&lt;/P&gt;&lt;P&gt;AS WELL as be able to pick a month and have that to filter my loaded data?&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 16:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228844#M80843</guid>
      <dc:creator />
      <dc:date>2010-12-30T16:26:16Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228845#M80844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to tick the "Show all values" option for the Month dimension in the Dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jan 2011 17:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228845#M80844</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-01-02T17:49:17Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228846#M80845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nah,&lt;/P&gt;&lt;P&gt;that doesnt do it.&lt;/P&gt;&lt;P&gt;Since the first responses on this thread I have re-introduced the join between the data tables and the 'date/calendar' load.&lt;/P&gt;&lt;P&gt;I chose a 'right keep' join - not sure if that is the right thing to use though.&lt;/P&gt;&lt;P&gt;This is so that users can select a date range and have QlikView filter the other data etc.&lt;/P&gt;&lt;P&gt;I need a two way thing.&lt;/P&gt;&lt;P&gt;I need the data picker to control the data, but also to show graphs with a continuous x-axis (jan-dec) if i dont pick a particular set of months..&lt;/P&gt;&lt;P&gt;i know that some of the clients in my list boxes will only have values in Oct/Nov/Dec for example, but I want the graph to be forced with all months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 00:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228846#M80845</guid>
      <dc:creator />
      <dc:date>2011-01-04T00:59:46Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228847#M80846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have just attached the latest file.&lt;/P&gt;&lt;P&gt;As you can see, the graph at the top left shows all months.&lt;/P&gt;&lt;P&gt;If I Click the company 'DST UK Internal'&lt;/P&gt;&lt;P&gt;The data reduces, and I miss January, July, august, September, October and December&lt;/P&gt;&lt;P&gt;If I don't actually specify a month, I would like it to return all.&lt;/P&gt;&lt;P&gt;or at least have a continuous range between the min and max for that data set.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 12:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228847#M80846</guid>
      <dc:creator />
      <dc:date>2011-01-04T12:55:25Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228848#M80847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;Here's an example of the graph behaving as you want. However, for some reason the numbers for july, august and september don't match even though the rest of the year looks good.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 23:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228848#M80847</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-01-04T23:58:22Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228849#M80848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Life saver!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for this. Its just what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 09:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228849#M80848</guid>
      <dc:creator />
      <dc:date>2011-01-05T09:54:06Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228850#M80849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matpj,&lt;/P&gt;&lt;P&gt;If you have got the answer as suggested by Karl...&lt;/P&gt;&lt;P&gt;Why don't you mark it as Verfied...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228850#M80849</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2011-01-05T10:12:00Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228851#M80850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228851#M80850</guid>
      <dc:creator />
      <dc:date>2011-01-05T11:40:20Z</dc:date>
    </item>
    <item>
      <title>how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228852#M80851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've implemented both approaches but the iterno is, IMHO, the better solution.&amp;nbsp; It has two advantages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Using the 'island' approach, a click on the line chart will set the island dimension to the selected date.&amp;nbsp; This, therefore, doesn't affect any other charts in your presentation (kind of defeating one of the key advantages of QV)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The iterno approach generates charts on the screen much more quickly, especially when a lot of data is involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 19:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228852#M80851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-12T19:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: how do I keep a date axis constant on a graph when I make selections on other data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228853#M80852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found this - it solved a problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Th@anks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 09:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-keep-a-date-axis-constant-on-a-graph-when-I-make/m-p/228853#M80852</guid>
      <dc:creator />
      <dc:date>2013-11-29T09:42:09Z</dc:date>
    </item>
  </channel>
</rss>

