<?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: Line Chart should start from current Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420183#M560251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show 24 months ahead, you need to select a date which is not 2013. and then your month variable should look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDateToday = num(Today());&lt;/P&gt;&lt;P&gt;Let vNext24Months = num(AddMonths(vDateToday,24));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vRolling24Months = '&amp;gt;=$(vDateToday) &amp;lt;=$(vNext24Months)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum{$&amp;lt;Year={$(vThisYear)},Month={'$(vRolling24Months)'}, Day=}&amp;gt;} sumcolumn)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 13:28:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-02T13:28:55Z</dc:date>
    <item>
      <title>Line Chart should start from current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420181#M560249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Line chart with MonthYear as the dimension and many expressions. The monthYear dimension has more than 4 years data(both past and future), but my line chart should begin with the current month only.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Should i write the conditions in all the expressions or calculated dimension?????&lt;/P&gt;&lt;P&gt;2.If it starts from current month it should show continuously 24 months data ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with ur ideas.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Revathy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 12:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420181#M560249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-02T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart should start from current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420182#M560250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could make ur expression so they only sum from current month and forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: sum{$&amp;lt;Year={$(vThisYear)},Month={$(vThisMonth)}, Day=}&amp;gt;} sumcolumn)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day Equals ur date column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a 1 infront of year if you dont want any dates to affect your chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;Let vThisYear = num(Year(Today());&lt;/P&gt;&lt;P&gt;Let vThisMonth = num(Month(Today());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420182#M560250</guid>
      <dc:creator />
      <dc:date>2013-05-02T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart should start from current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420183#M560251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show 24 months ahead, you need to select a date which is not 2013. and then your month variable should look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDateToday = num(Today());&lt;/P&gt;&lt;P&gt;Let vNext24Months = num(AddMonths(vDateToday,24));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vRolling24Months = '&amp;gt;=$(vDateToday) &amp;lt;=$(vNext24Months)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum{$&amp;lt;Year={$(vThisYear)},Month={'$(vRolling24Months)'}, Day=}&amp;gt;} sumcolumn)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420183#M560251</guid>
      <dc:creator />
      <dc:date>2013-05-02T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart should start from current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420184#M560252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, that looks about right... Rather than Year = $(vThisYear) it should&amp;nbsp; just be Year= , as limiting it to vThisYear will only allow at most 12 months of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 13:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420184#M560252</guid>
      <dc:creator />
      <dc:date>2013-05-02T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart should start from current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420185#M560253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 16:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-should-start-from-current-Month/m-p/420185#M560253</guid>
      <dc:creator />
      <dc:date>2013-05-02T16:30:35Z</dc:date>
    </item>
  </channel>
</rss>

