<?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 Timeline graph for production, compared to the previous year. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2003475#M1221466</link>
    <description>&lt;P&gt;I need to have a timeline&amp;nbsp;graph for example of two years with months and years where the production is seen and another line that shows me the comparison of the production against the previous year, as well as I place it in the image, this is possible in Qlik Sense ?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 10:40:08 GMT</pubDate>
    <dc:creator>Richard3</dc:creator>
    <dc:date>2022-11-11T10:40:08Z</dc:date>
    <item>
      <title>Timeline graph for production, compared to the previous year.</title>
      <link>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2003475#M1221466</link>
      <description>&lt;P&gt;I need to have a timeline&amp;nbsp;graph for example of two years with months and years where the production is seen and another line that shows me the comparison of the production against the previous year, as well as I place it in the image, this is possible in Qlik Sense ?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 10:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2003475#M1221466</guid>
      <dc:creator>Richard3</dc:creator>
      <dc:date>2022-11-11T10:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline graph for production, compared to the previous year.</title>
      <link>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2004062#M1221487</link>
      <description>&lt;P&gt;Yes, it's possible.&lt;/P&gt;
&lt;P&gt;One solution might be:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-11-14 12_33_42-QlikCommunity_Thread_t5_QlikView-App-Dev_Timeline-graph-for-production-compared-.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93600i99E0EC08BBEB8093/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-11-14 12_33_42-QlikCommunity_Thread_t5_QlikView-App-Dev_Timeline-graph-for-production-compared-.png" alt="2022-11-14 12_33_42-QlikCommunity_Thread_t5_QlikView-App-Dev_Timeline-graph-for-production-compared-.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;using these measure expressions&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum({$&amp;lt;YearDiff={0}&amp;gt;} Sales)

Sum({$&amp;lt;YearDiff={1}&amp;gt;} Sales)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;and having created an additional table that introduces a one year offset to the MonthYear values :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tabAsOfMonthYear:
LOAD Distinct
     MonthYear,
     Date(AddYears(MonthYear,IterNo()-1),'MMM YYYY') as AsOfMonthYear,
     IterNo()-1 as YearDiff
Resident tabSales
While IterNo() &amp;lt;= 2;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 11:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2004062#M1221487</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-11-14T11:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline graph for production, compared to the previous year.</title>
      <link>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2005971#M1221536</link>
      <description>&lt;P&gt;Sorry, I tried to replicate and it generates a single line for each value, for the sum of "Sum({$&amp;lt;YearDiff={0}&amp;gt;} Sales)" and for "Sum({$&amp;lt;YearDiff={1}&amp;gt;} Sales )", What could be that I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 15:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2005971#M1221536</guid>
      <dc:creator>Richard3</dc:creator>
      <dc:date>2022-11-17T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timeline graph for production, compared to the previous year.</title>
      <link>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2006041#M1221538</link>
      <description>&lt;P&gt;Can you share the relevant parts of what you actually did?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 18:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeline-graph-for-production-compared-to-the-previous-year/m-p/2006041#M1221538</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-11-17T18:22:30Z</dc:date>
    </item>
  </channel>
</rss>

