<?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: Display data based on the calendar dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414217#M799982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this post on Canonical Dates&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;by Henric Cronstrom&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and this one &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/docs/DOC-5834"&gt;Linking to two or more dates&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌ by Rob Wunderlich &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These posts describes your situation where the data contains several different date fields but you need to make a single date selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 17:19:56 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2017-12-04T17:19:56Z</dc:date>
    <item>
      <title>Display data based on the calendar dates</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414215#M799980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have different dates used in the dashboard, but the requirement is to display data based on the calendar dates.&lt;/P&gt;&lt;P&gt;we are displaying 3 months, 6 months and YTD data and I'm facing issues while making selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 1st screenshot, for year 2017, John created 3 documents in last 6 months (June-Nov). When I select John (2nd screenshot), it is displaying that he created 5 documents in the last 6 months based on his latest document created date which was in September.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has to display latest 6 months from calendar date and not from the document created date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me fix this ASAP?&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414215#M799980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display data based on the calendar dates</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414216#M799981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your calendar create another (master) date for all days, not just dates in your data. Then, use this in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Concatenate(DOCUMENTS)&lt;/P&gt;&lt;P&gt;CALENDAR:&lt;/P&gt;&lt;P&gt;LOAD date(DATE_TIME_START,'MM-DD-YYYY') as DATE, // CALENDAR_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;date(DATE_TIME_START,'MM-DD-YYYY') as MASTER_DATE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(date(DATE_TIME_START,'MMM-YY')) as CALENDAR_MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(date(DATE_TIME_START,'YYYY')) as CALENDAR_YEAR&lt;/P&gt;&lt;P&gt;FROM $(vFldrProjQVDs)\CALENDAR.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 15:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414216#M799981</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2017-12-04T15:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display data based on the calendar dates</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414217#M799982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this post on Canonical Dates&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;by Henric Cronstrom&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and this one &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/docs/DOC-5834"&gt;Linking to two or more dates&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌ by Rob Wunderlich &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These posts describes your situation where the data contains several different date fields but you need to make a single date selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 17:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414217#M799982</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-12-04T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display data based on the calendar dates</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414218#M799983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Albert and John.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Canonical Dates and Linking two or more dates didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to lock the selection to show only latest 6 months when user selects 6 months view?&lt;/P&gt;&lt;P&gt;If so please let me know how. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414218#M799983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T21:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display data based on the calendar dates</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414219#M799984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to consider assigning the dates to groups as shown in this example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Date Grouping &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/date-grouping/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/date-grouping/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Dec 2017 23:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-based-on-the-calendar-dates/m-p/1414219#M799984</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-12-17T23:35:23Z</dc:date>
    </item>
  </channel>
</rss>

