<?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 Range as Dimesion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026085#M525116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use set analysis as i need to show monthly numbers in the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthYear is a field. When the user wants to see the data for a month other than the 3 months presented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2016 09:53:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-25T09:53:23Z</dc:date>
    <item>
      <title>Date Range as Dimesion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026083#M525114</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 struggling with the issue below and I assume it has a simple answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a pivot chart with 2 dimensions must show the last 3 months worth of data as the first view. I have done using the code below in the calculated dimension field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am facing is that when a user manually select a MonthYear that is outside the dimension date range then the selected MonthYear does not appear. I have tried many if statments with GetSelectedCount etc but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension 1: Division&lt;/P&gt;&lt;P&gt;Dimension 2: =if(MonthYear &amp;lt;= vReportMonth and MonthYear&amp;gt;=vReportMonth-70, MonthYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the chart is showing Oct-2015 to Dec-2015, when the user selects Jun-2015, the chart does not update to show the figures to show Jun-2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 09:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026083#M525114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range as Dimesion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026084#M525115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should consider using Set Analysis instead of using calculated dimension because they are more performance friendly. When will the user be selected a random MonthYear? In the MonthYear field itself, or is this a input box field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a sample you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026084#M525115</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-25T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range as Dimesion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026085#M525116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use set analysis as i need to show monthly numbers in the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthYear is a field. When the user wants to see the data for a month other than the 3 months presented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 09:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026085#M525116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range as Dimesion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026086#M525117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you want chart to respond on any &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear &lt;/SPAN&gt;selection dynamically as well as initial prepopulated 3 months data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think instead of freezing the duration through calculated dimension, you can have &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthYear &lt;/SPAN&gt;as second dimension directly, along with month year filter field&amp;nbsp; with pre-selected months through select in field action trigger. This way it can take your new changes in month filter in case you want to see other months in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 10:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026086#M525117</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-02-25T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Range as Dimesion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026087#M525118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right. Initially, it should be prepopulated with 3 months data and then upon selection it should dynamically change to show the selected MonthYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont completely understand your suggestion. Would it be possible to provide an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 10:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Range-as-Dimesion/m-p/1026087#M525118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T10:20:08Z</dc:date>
    </item>
  </channel>
</rss>

