<?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: Neutral Date Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439432#M163789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something similar to what you're attempting by using CalendarDate as as dimension in the chart. Just CalendarDate as dimension - no calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, as expression you can use Sum( if(CalendarDate=SurveyDate,SurveyQty) ) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is a good way to get several dates on the same chart dimension. But if you want to make one selection in one date field and another selection in another date field, you need to load the calendar several times. See more on this &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/30/master-table-with-multiple-roles"&gt;blog post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 18:21:34 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2012-10-03T18:21:34Z</dc:date>
    <item>
      <title>Neutral Date Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439429#M163786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I currently have a data model (completely denormalized) which contains multiple facts (Leads, Surveys etc...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Each of these facts has its own associated date dimension which we report it against (Leads = DateSetup, Surveys = SurveyDate...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;What we want to do is create a report with a date dimension which all facts can be reported against, e.g. on 24-Sep we show Leads with a SetupDate of 24-Sep and Surveys with a SurveyDate of 24-Sep. Basically they are being displayed against a netural date field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;What is the best way to do this? Should we be focusing on enabling this in the load script or can we do this in the front end via set analysis (we have a calendar data island created).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Adam&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 14:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439429#M163786</guid>
      <dc:creator />
      <dc:date>2012-09-25T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Neutral Date Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439430#M163787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't think i can use the date fields from my calendar data island as a dimension in my report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 13:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439430#M163787</guid>
      <dc:creator />
      <dc:date>2012-10-03T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Neutral Date Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439431#M163788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a quick example file if this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table "HELP!" contains my efforts so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want CalendarDate to be my dimension (and the dates for this to always be shown).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As expressions, I want SurveyQty and LeadQty to be reported against this CalendarDate (where SurveyDate = CalendarDate and LeadDate = Calendar Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439431#M163788</guid>
      <dc:creator />
      <dc:date>2012-10-03T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Neutral Date Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439432#M163789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something similar to what you're attempting by using CalendarDate as as dimension in the chart. Just CalendarDate as dimension - no calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, as expression you can use Sum( if(CalendarDate=SurveyDate,SurveyQty) ) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is a good way to get several dates on the same chart dimension. But if you want to make one selection in one date field and another selection in another date field, you need to load the calendar several times. See more on this &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/30/master-table-with-multiple-roles"&gt;blog post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 18:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439432#M163789</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-03T18:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Neutral Date Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439433#M163790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought it might be as simple as this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 07:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Neutral-Date-Dimension/m-p/439433#M163790</guid>
      <dc:creator />
      <dc:date>2012-10-04T07:47:25Z</dc:date>
    </item>
  </channel>
</rss>

