<?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: Year on year line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067389#M638192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i have them as fields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what do i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have year, month, Agroup as dimensions&lt;/P&gt;&lt;P&gt;and SUM(quantity) as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;order of dimensions are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;Agroup&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month is along the bottom of the graph, but its still just 1 line per Agroup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 14:26:12 GMT</pubDate>
    <dc:creator>matthewp</dc:creator>
    <dc:date>2016-03-14T14:26:12Z</dc:date>
    <item>
      <title>Year on year line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067387#M638188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i create a year on year line chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is meant to be simple is always a mess about in qlikview!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agroup&lt;/P&gt;&lt;P&gt;group1&lt;/P&gt;&lt;P&gt;group2&lt;/P&gt;&lt;P&gt;group3&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yearperiod&lt;/P&gt;&lt;P&gt;201510&lt;/P&gt;&lt;P&gt;201511&lt;/P&gt;&lt;P&gt;201512&lt;/P&gt;&lt;P&gt;201601&lt;/P&gt;&lt;P&gt;201602&lt;/P&gt;&lt;P&gt;201603&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i want is months along the bottom, quantity up the side and then a line for each year (goes back to 2006 so will need to be dynamic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="https://bireports.files.wordpress.com/2011/05/tableaulinechart.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067387#M638188</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-03-14T13:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Year on year line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067388#M638190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, tableau is more convenient with date fields in this regard. In Qlikview you should create month and year fields from your date first. Those fields you can then use as dimensions in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Agroup,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the best way. Alternatively you can create calculated dimensions in the UI using the same expression Year(Date) and Month(Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067388#M638190</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-14T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Year on year line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067389#M638192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i have them as fields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what do i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have year, month, Agroup as dimensions&lt;/P&gt;&lt;P&gt;and SUM(quantity) as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;order of dimensions are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;Agroup&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month is along the bottom of the graph, but its still just 1 line per Agroup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067389#M638192</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-03-14T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Year on year line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067390#M638194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A line chart can have two dimensions and one expression or one dimension and lots of expressions. If you want to use three dimensions than you can use a line chart. I think you will have to choose between Year and Agroup as second dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-year-line-chart/m-p/1067390#M638194</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-14T14:45:14Z</dc:date>
    </item>
  </channel>
</rss>

