<?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 Accumulated Line Chart YTD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1826889#M68019</link>
    <description>&lt;P&gt;Hi guys. Hope someone can help me.&lt;/P&gt;&lt;P&gt;I need to create an Accumulated Line chart of Hectares/Acres work done per week for a Financial year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what is needed to be on the graph:&lt;/P&gt;&lt;P&gt;1. YTD Hectares/Acres done vs&lt;/P&gt;&lt;P&gt;2. Prior Year YTD done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like the accumulated function in Sense doesn't allow to stop YTD as per my date selection in my variable input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot shows the YTD value from the current week onward. I need the YTD line to stop but the Prior year line to continue its course so that we can see how we are doing against last year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it all makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you anyway&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 14:24:49 GMT</pubDate>
    <dc:creator>WernerDC</dc:creator>
    <dc:date>2021-08-05T14:24:49Z</dc:date>
    <item>
      <title>Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1826889#M68019</link>
      <description>&lt;P&gt;Hi guys. Hope someone can help me.&lt;/P&gt;&lt;P&gt;I need to create an Accumulated Line chart of Hectares/Acres work done per week for a Financial year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what is needed to be on the graph:&lt;/P&gt;&lt;P&gt;1. YTD Hectares/Acres done vs&lt;/P&gt;&lt;P&gt;2. Prior Year YTD done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like the accumulated function in Sense doesn't allow to stop YTD as per my date selection in my variable input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot shows the YTD value from the current week onward. I need the YTD line to stop but the Prior year line to continue its course so that we can see how we are doing against last year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it all makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you anyway&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1826889#M68019</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-08-05T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1826893#M68021</link>
      <description>&lt;P&gt;What if you wrap your CY YTD with an if-statement date condition...&lt;/P&gt;&lt;P&gt;If(Date &amp;lt;= selectedDate,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; yourexpression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1826893#M68021</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-05T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827011#M68033</link>
      <description>&lt;P&gt;This is my formula: How do I get it to stop with my date range selected?&lt;/P&gt;&lt;P&gt;RangeSum(Above(If(Count([$(=Replace(GetObjectField(0),']',']]'))]) &amp;gt; 0, (　If(country_det = 'USA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyAcre_det),&lt;BR /&gt;If(country_det = 'ZA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'AUS' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'NZ' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'RoA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det), sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det))))))　) + Sum({1&amp;lt;[$(=Replace(GetObjectField(0),']',']]'))]={"=Only({1}[$(=Replace(GetObjectField(0),']',']]'))])&amp;gt;='$(=MinString([$(=Replace(GetObjectField(0),']',']]'))]))' and Only({1}[$(=Replace(GetObjectField(0),']',']]'))])&amp;lt;='$(=MaxString([$(=Replace(GetObjectField(0),']',']]'))]))'"}&amp;gt;}0), 0), 0, RowNo()))&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 07:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827011#M68033</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-08-06T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827049#M68038</link>
      <description>&lt;P&gt;Guys.&lt;/P&gt;&lt;P&gt;Green line is current year&lt;/P&gt;&lt;P&gt;Orange line is Prior year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the prior year to continue and the current year to stop YTD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827049#M68038</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-08-06T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827082#M68042</link>
      <description>&lt;P&gt;In your current year calculation, what if you do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;If(dateEntry_det &amp;lt;= $(vDateEnd),&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RangeSum(Above(If(Count([$(=Replace(GetObjectField(0),']',']]'))]) &amp;gt; 0, (　If(country_det = 'USA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyAcre_det),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(country_det = 'ZA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(country_det = 'AUS' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(country_det = 'NZ' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(country_det = 'RoA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det), sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det))))))　) + Sum({1&amp;lt;[$(=Replace(GetObjectField(0),']',']]'))]={"=Only({1}[$(=Replace(GetObjectField(0),']',']]'))])&amp;gt;='$(=MinString([$(=Replace(GetObjectField(0),']',']]'))]))' and Only({1}[$(=Replace(GetObjectField(0),']',']]'))])&amp;lt;='$(=MaxString([$(=Replace(GetObjectField(0),']',']]'))]))'"}&amp;gt;}0), 0), 0, RowNo()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 11:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827082#M68042</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-06T11:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827165#M68055</link>
      <description>&lt;P&gt;This lets my line disappear.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 15:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827165#M68055</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-08-06T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827170#M68056</link>
      <description>&lt;P&gt;Hm, are your filte&lt;FONT color="#000000"&gt;r selections filtering&amp;nbsp;dateEntry_det? If so you'll need to ignore similar to your expression set analysis or ignore all filter like If(&lt;STRONG&gt;&lt;FONT color="#339966"&gt;only({1}&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;dateEntry_det&lt;STRONG&gt;&lt;FONT color="#339966"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;, ...&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Or did you try&amp;nbsp;dateEntry_det &amp;lt;= &lt;FONT color="#339966"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;$(vDateEnd)&lt;STRONG&gt;&lt;FONT color="#339966"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 16:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827170#M68056</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-06T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulated Line Chart YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827610#M68123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I changed my formula to this.&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET [accum] = "RangeSum(Above(";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SET [/accum] = ",0,RowNo()))";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This is Current YTD (I want it to stop at current day)&lt;/P&gt;&lt;P&gt;$(accum)&lt;BR /&gt;If(country_det = 'USA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyAcre_det),&lt;BR /&gt;If(country_det = 'ZA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'AUS' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'NZ' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;If(country_det = 'RoA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det),&lt;BR /&gt;sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det))))))$(/accum)　&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my Prior year. I want this line to continue to the end of our financial year. (FYear: 2021/03/01-2022/02/28)&lt;/P&gt;&lt;P&gt;$(accum)&lt;BR /&gt;If(country_det = 'USA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyAcre_det_H),&lt;BR /&gt;If(country_det = 'ZA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det_H),&lt;BR /&gt;If(country_det = 'AUS' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det_H),&lt;BR /&gt;If(country_det = 'NZ' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det_H),&lt;BR /&gt;If(country_det = 'RoA' ,sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"} ,[serviceCode_det]={30}&amp;gt;} qtyHa_det_H),&lt;BR /&gt;sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)"},[serviceCode_det]={30}&amp;gt;} qtyHa_det_H))))))$(/accum)　&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 06:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulated-Line-Chart-YTD/m-p/1827610#M68123</guid>
      <dc:creator>WernerDC</dc:creator>
      <dc:date>2021-08-10T06:37:01Z</dc:date>
    </item>
  </channel>
</rss>

