<?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 Year over Year comparison with two lines in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Year-over-Year-comparison-with-two-lines/m-p/2135489#M92284</link>
    <description>&lt;P&gt;I have a line chart with a measure showing cumulative Sales and data period covering 2022 and 2023. Wish to show this as a year over year comparison. To this end, I use the function&amp;nbsp;&lt;SPAN&gt;DayNumberOfYear(mydate) and Year(mydate) as dimensions. This gives me the Year-lines on on top of each other and comparable, which is what I want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, the x-axis for DayNumberofYear is uninformative, in the sense that it does not immediately tell you the month or date of the year you are looking at (see attached PNG). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I convert day numbers of year to regular dates so that I get a time-series which simply lists&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;1.1 to 31.12&lt;/STRONG&gt; (without specifying a year), rather than listing the days as numbers&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 15:36:16 GMT</pubDate>
    <dc:creator>retretrt</dc:creator>
    <dc:date>2023-11-07T15:36:16Z</dc:date>
    <item>
      <title>Year over Year comparison with two lines</title>
      <link>https://community.qlik.com/t5/App-Development/Year-over-Year-comparison-with-two-lines/m-p/2135489#M92284</link>
      <description>&lt;P&gt;I have a line chart with a measure showing cumulative Sales and data period covering 2022 and 2023. Wish to show this as a year over year comparison. To this end, I use the function&amp;nbsp;&lt;SPAN&gt;DayNumberOfYear(mydate) and Year(mydate) as dimensions. This gives me the Year-lines on on top of each other and comparable, which is what I want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, the x-axis for DayNumberofYear is uninformative, in the sense that it does not immediately tell you the month or date of the year you are looking at (see attached PNG). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How can I convert day numbers of year to regular dates so that I get a time-series which simply lists&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;1.1 to 31.12&lt;/STRONG&gt; (without specifying a year), rather than listing the days as numbers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 15:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Year-over-Year-comparison-with-two-lines/m-p/2135489#M92284</guid>
      <dc:creator>retretrt</dc:creator>
      <dc:date>2023-11-07T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year comparison with two lines</title>
      <link>https://community.qlik.com/t5/App-Development/Year-over-Year-comparison-with-two-lines/m-p/2135510#M92285</link>
      <description>&lt;P&gt;You could maybe try to replace&amp;nbsp;&lt;SPAN&gt;DayNumberOfYear(mydate) with:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;=dual(Date(YearStart(Today())+DayNumberOfYear(mydate)-1,'DD-MMM'),DayNumberOfYear(mydate))&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Year-over-Year-comparison-with-two-lines/m-p/2135510#M92285</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-07T16:38:47Z</dc:date>
    </item>
  </channel>
</rss>

