<?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: Showing 18 months on Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56887#M766996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No entirely sure I understand what isn't working. Would you be able to explain in the context of the sample provided. What are you getting and what do you intend to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2018 02:52:26 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-22T02:52:26Z</dc:date>
    <item>
      <title>Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56882#M766991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;I am dumb founded on this request, I need to show 18 months on a line chart. the 12 months for the current year and 6 months for the following year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Someone show me how to incorporate it into a set analysis? Is there an alternative way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&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/Showing-18-months-on-Line-Chart/m-p/56882#M766991</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56883#M766992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try inserting this as set analysis:&lt;/P&gt;&lt;P&gt;{$&amp;lt;[Order Date] ={"&amp;gt;=$(=addmonths(today(),-12))&amp;nbsp; &amp;lt;=$(=addmonths(today(),6))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do&amp;nbsp; 6 months ahead of today and 12 months behind to day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not using a master calendar also consider adding a Year-Month dimension&amp;nbsp; to the script using&lt;/P&gt;&lt;P&gt;Year([Order Date]) &amp;amp; ' - ' &amp;amp;Month([Order Date]) as [Order Year - Month]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56883#M766992</guid>
      <dc:creator>tmackay2015</dc:creator>
      <dc:date>2018-06-20T20:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56884#M766993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another possibility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Order Date] += {"$(='&amp;gt;=' &amp;amp; Date(Max([Order Date])) &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(Max([Order Date]), 6)))"}&amp;gt;}Item)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205813_Capture.PNG" style="height: 286px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 01:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56884#M766993</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-21T01:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56885#M766994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try something like this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;COUNT( {$&amp;lt;MonthYear={"&amp;gt;=$(=Date(AddMonths(Max(MonthYear),-18),'MMM-YY'))&amp;lt;=$(=Date(Max(MonthYear),'MMM-YY'))"}&amp;gt;} Item )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;Data:&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;Load * ,Year([Order Date]) as Year,Month([Order Date]) as Month,Date(MonthStart([Order Date]),'MMM-YY') as MonthYear;&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;LOAD Country,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost_$,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Order Date],&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;FROM&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;Data.xls&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="color: #993366;"&gt;(biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205821_Capture.PNG" style="height: 185px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 03:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56885#M766994</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-06-21T03:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56886#M766995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Unfortunately it didnt work. I do have a Master Calendar in my data set. I think because I need to modify my expression: The main field is coming through a Date Bridge and has to be designated as to what date it is applicable to, see below:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'}&amp;gt;}Date)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried modifying it like this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({&amp;lt;[Date Type] += {"$(='&amp;gt;=' &amp;amp; Date(Max([Date Type])) &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(Max([Date Type])&amp;amp; {'VPP Dates'}, 6)))"}&amp;gt;}Gateways) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;because I only need to look at the first six months of the following year. The Start should be January of the selected year and the max should be June of the following year. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 20:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56886#M766995</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-06-21T20:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing 18 months on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56887#M766996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No entirely sure I understand what isn't working. Would you be able to explain in the context of the sample provided. What are you getting and what do you intend to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 02:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-18-months-on-Line-Chart/m-p/56887#M766996</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-22T02:52:26Z</dc:date>
    </item>
  </channel>
</rss>

