<?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: Date Island Period as Chart Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489106#M556001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date() statement formats, but does not change the underlying value of the field. In your case, Date and Period contain exactly the same values, just formatted differently. So you have multiple (different) values for each period - one for each day. You can see that in a listbox and in your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try something like this to get one value per period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(QM_ADD_DATE), 'yyyyMM') as Period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 09:50:01 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2013-07-17T09:50:01Z</dc:date>
    <item>
      <title>Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489102#M555997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to chart the SalesValue as a Line Chart using the Date Island’s DI_PERIOD (yyyyMM) is the x-axis dimension for this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this but my Sales graph is level all the way across.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Date={"&amp;lt;=$(=Max(DI_Date))"},Type={‘I’}&amp;gt;} Value)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type depicts an Invoice in my FACT table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the Date Island's DI_Period (yyyyMM) as my x-axis dimension in the Chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 07:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489102#M555997</guid>
      <dc:creator />
      <dc:date>2013-07-17T07:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489103#M555998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently it seems that you have some data modeling problem.&lt;/P&gt;&lt;P&gt;here are couple of tips: 1. Make sure table which has DI_Period is linked to the table which contains Value field.&lt;/P&gt;&lt;P&gt;Apparently there is no association among these two table. &lt;/P&gt;&lt;P&gt;2. if due to certain limitations you are not able to connect them, then create a field on monthyear(Date) from the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 07:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489103#M555998</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2013-07-17T07:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489104#M555999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so I have in the load statement for my FACT table done the following:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(QM_ADD_DATE,'yyyyMMdd')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(QM_ADD_DATE,'yyyyMM')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Period etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I use Period as my x-axis dimension, it leave gaps for each day.&amp;nbsp; I only need sales by Period, not Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant seem to attach a image of the graph but hope you know what I mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 09:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489104#M555999</guid>
      <dc:creator />
      <dc:date>2013-07-17T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489105#M556000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so I have in the load statement for my FACT table done the following:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(QM_ADD_DATE,'yyyyMMdd')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(QM_ADD_DATE,'yyyyMM')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Period etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I use Period as my x-axis dimension, it leave gaps for each day.&amp;nbsp; I only need sales by Period, not Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant seem to attach a image of the graph but hope you know what I mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 09:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489105#M556000</guid>
      <dc:creator />
      <dc:date>2013-07-17T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489106#M556001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date() statement formats, but does not change the underlying value of the field. In your case, Date and Period contain exactly the same values, just formatted differently. So you have multiple (different) values for each period - one for each day. You can see that in a listbox and in your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try something like this to get one value per period:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MonthStart(QM_ADD_DATE), 'yyyyMM') as Period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489106#M556001</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-17T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Island Period as Chart Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489107#M556002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as your original post is concerned, you cannot use set analysis in reference to a dimension in a chart as the set analysis is applied once for the chart, before the dimensions are constructed. Is there a specific reason you are using a date island for the dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 09:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Island-Period-as-Chart-Dimension/m-p/489107#M556002</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-17T09:52:41Z</dc:date>
    </item>
  </channel>
</rss>

