<?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 Accumulation not working as expected. Getting line chart for the future Order dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulation-not-working-as-expected-Getting-line-chart-for-the/m-p/1879281#M72485</link>
    <description>&lt;P&gt;Hi All, requirement is to show the Order executions in accumulation for the current month which is Jan 2022. But am getting extra dates greater than today.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dim :&amp;nbsp; Round(Order_Date - Monthend(Order_Date),1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 1 :&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Jan 2022 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today()),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 2 : Dec&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;2021 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today(),-1),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 3 :&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Jan 2021 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today(),-12),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Full accumulation, with step 6... if I Use full accumulation with no step then my 2022 Jan line is straight line till the end.&lt;/P&gt;
&lt;P&gt;expectation is&amp;nbsp; (last loaded date) 9 - 31(monthend) = -21, current month line chart should stop here it self. but it is going till -14. Please help&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124115"&gt;@Jonathan_Dienst&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22569"&gt;@Clever_Anjos&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp;any other expert please provide the inputs.&lt;/P&gt;
&lt;P&gt;attaching the sample data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Findings : when we only keep Jan 2022 expression, then x axis is limited to -20 only. and when we add all the expressions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhasharadh_0-1641880270651.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69946iB4A8687F2BB0E74A/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhasharadh_0-1641880270651.png" alt="dhasharadh_0-1641880270651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 16:12:49 GMT</pubDate>
    <dc:creator>dhasharadh</dc:creator>
    <dc:date>2022-01-19T16:12:49Z</dc:date>
    <item>
      <title>Accumulation not working as expected. Getting line chart for the future Order dates</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-not-working-as-expected-Getting-line-chart-for-the/m-p/1879281#M72485</link>
      <description>&lt;P&gt;Hi All, requirement is to show the Order executions in accumulation for the current month which is Jan 2022. But am getting extra dates greater than today.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dim :&amp;nbsp; Round(Order_Date - Monthend(Order_Date),1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 1 :&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Jan 2022 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today()),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 2 : Dec&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;2021 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today(),-1),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Exp 3 :&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;Jan 2021 :&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&amp;nbsp; Churn_Date = {*} ,Order_Year_Month = { $(=Date(MonthStart(Today(),-12),'YYYYMM')) } &amp;gt;} Source_Id)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Full accumulation, with step 6... if I Use full accumulation with no step then my 2022 Jan line is straight line till the end.&lt;/P&gt;
&lt;P&gt;expectation is&amp;nbsp; (last loaded date) 9 - 31(monthend) = -21, current month line chart should stop here it self. but it is going till -14. Please help&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124115"&gt;@Jonathan_Dienst&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22569"&gt;@Clever_Anjos&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp;any other expert please provide the inputs.&lt;/P&gt;
&lt;P&gt;attaching the sample data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Findings : when we only keep Jan 2022 expression, then x axis is limited to -20 only. and when we add all the expressions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhasharadh_0-1641880270651.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69946iB4A8687F2BB0E74A/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhasharadh_0-1641880270651.png" alt="dhasharadh_0-1641880270651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 16:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-not-working-as-expected-Getting-line-chart-for-the/m-p/1879281#M72485</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2022-01-19T16:12:49Z</dc:date>
    </item>
  </channel>
</rss>

