<?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 Dimension problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519292#M551379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem that I had quite a few times before - with one difference:&lt;/P&gt;&lt;P&gt;- Most of the diagrams I have built so far are combo-charts (both columns and lines)&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; My latest one is a barchart (stacked segments)&lt;/P&gt;&lt;P&gt;=&amp;gt; My problem is that in a given week (well, the current week, it is Wednesday), there are only three columns (the dimension is "date", which is the link to a master_calendar.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; I want six days (Mo-Sat) to be displayed on the x-axis from Monday on, so that the width of the columns does not change every day and the whole thing looks more quiet and composed.&lt;/P&gt;&lt;P&gt;I guess that the reason is that not all days are available in that table - but they are available in the master_calendar.&lt;/P&gt;&lt;P&gt;Is there any fast-lane method of finding out what it is?&lt;/P&gt;&lt;P&gt;I would consider severing that link and just seeing whether the dates after today are available or not - but that takes a lot of time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 14:20:30 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2013-11-13T14:20:30Z</dc:date>
    <item>
      <title>Dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519292#M551379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem that I had quite a few times before - with one difference:&lt;/P&gt;&lt;P&gt;- Most of the diagrams I have built so far are combo-charts (both columns and lines)&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; My latest one is a barchart (stacked segments)&lt;/P&gt;&lt;P&gt;=&amp;gt; My problem is that in a given week (well, the current week, it is Wednesday), there are only three columns (the dimension is "date", which is the link to a master_calendar.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; I want six days (Mo-Sat) to be displayed on the x-axis from Monday on, so that the width of the columns does not change every day and the whole thing looks more quiet and composed.&lt;/P&gt;&lt;P&gt;I guess that the reason is that not all days are available in that table - but they are available in the master_calendar.&lt;/P&gt;&lt;P&gt;Is there any fast-lane method of finding out what it is?&lt;/P&gt;&lt;P&gt;I would consider severing that link and just seeing whether the dates after today are available or not - but that takes a lot of time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519292#M551379</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-11-13T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519293#M551380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are sure your calendar will have all possible days then, right join to the calendar&lt;/P&gt;&lt;P&gt;Load * from TransactionTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Keep&lt;/P&gt;&lt;P&gt;Load * yourCalendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have a "Day" field and use that one in your chart. You can also uncheck "Suppress missing values" and Suppress Zero values so you see the day even if you don't have data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jv&lt;/P&gt;&lt;P&gt;&lt;A href="http://biexperience.wordpress.com/" title="http://biexperience.wordpress.com/"&gt;BI Experience | A place to share our Business Intelligence experiences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519293#M551380</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-11-13T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519294#M551381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't bother:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found out, simply by taking out the redundant LOADing of the date_field as %Datum (the field from my master_calendar which I usually use to link new tables to it), that the dates between tomorrow and Friday are not available in my fact table.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; Still, if I use that field to link the table to the master_calendar, shouldn't I be able to use the date_field %Datum (from the master_calendar) as a dimension and have all days displayed, even the days after (today) for which quite naturally there is no data in my fact table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.:&lt;/P&gt;&lt;P&gt;I have compared this to another diagram - which happens to even be based on the very same fact table:&lt;/P&gt;&lt;P&gt;- There is no data in that fact table for tomorrow and the days after, of course&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; via the link to the master_calendar (which runs up to Dec 31 of next year), I can display those dates&lt;/P&gt;&lt;P&gt;- The dimension is typed in exactly the same way&lt;/P&gt;&lt;P&gt;- I have compared the settings on both the "Dimension" tab and the "Presentation" tab of the dialog&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; I have no clue what is the problem this time...&lt;/P&gt;&lt;P&gt;Does anyone have an idea that might help me here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.P.S.: Oh - could it have to do with the fact that all my formulas include a set_expression &amp;gt;&amp;gt;&amp;gt; Date &amp;lt; (today) &amp;lt;&amp;lt;&amp;lt;?&lt;/P&gt;&lt;P&gt;- I have included that because part of the data is available for (today), but other parts are not - I end up with wrong results if I have it all displayed for (today)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.P.P.S.: Yep - that was it. I just have to find out how to include a formula (to display without date_limitation) that won't do any harm...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-problem/m-p/519294#M551381</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-11-13T14:51:01Z</dc:date>
    </item>
  </channel>
</rss>

