<?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 Qlik sense forecast on a line chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-sense-forecast-on-a-line-chart/m-p/1952282#M78507</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I'm trying to use a forecast in qlik sense on a line chart. There are many dimensions in the source data, such as 'sources', 'advertising campaigns', and so on.&lt;/P&gt;
&lt;P&gt;Now the problem is that the forecast is displayed only when there are no filters. If I select a filter by any dimension, then I see only the dates that have already passed, and the forecast for the future disappears.&lt;/P&gt;
&lt;P&gt;the dimension is the dates, and the measure is the number of users&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZimaBlue_0-1657100680788.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83435i520BB857454392E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZimaBlue_0-1657100680788.png" alt="ZimaBlue_0-1657100680788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZimaBlue_1-1657100741163.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83436i10F5164FECDE7237/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZimaBlue_1-1657100741163.png" alt="ZimaBlue_1-1657100741163.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am also not very satisfied with the forecast results, which are more similar to the average for previous periods. Can I get a forecast with slightly larger fluctuations?&lt;/P&gt;
&lt;P&gt;I use:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;LinEst_B(total aggr(if(sum(f_user_id_Mcount),sum(f_user_id_Mcount)),f_rank),f_rank)+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;LinEst_M(total aggr(if(Sum(f_user_id_Mcount),sum(f_user_id_Mcount)),f_rank),f_rank)*f_rank&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;where&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;f_user_id_Mcount&lt;/FONT&gt; is&amp;nbsp;number of users and&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;f_rank&lt;/FONT&gt; is&amp;nbsp;the rank for each day, set using&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;autonumber()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Dates are sorted in ascending order, but they can be repeated since I use multiple dimensions (columns).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 09:59:22 GMT</pubDate>
    <dc:creator>ZimaBlue</dc:creator>
    <dc:date>2022-07-06T09:59:22Z</dc:date>
    <item>
      <title>Qlik sense forecast on a line chart</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-sense-forecast-on-a-line-chart/m-p/1952282#M78507</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I'm trying to use a forecast in qlik sense on a line chart. There are many dimensions in the source data, such as 'sources', 'advertising campaigns', and so on.&lt;/P&gt;
&lt;P&gt;Now the problem is that the forecast is displayed only when there are no filters. If I select a filter by any dimension, then I see only the dates that have already passed, and the forecast for the future disappears.&lt;/P&gt;
&lt;P&gt;the dimension is the dates, and the measure is the number of users&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZimaBlue_0-1657100680788.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83435i520BB857454392E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZimaBlue_0-1657100680788.png" alt="ZimaBlue_0-1657100680788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZimaBlue_1-1657100741163.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83436i10F5164FECDE7237/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZimaBlue_1-1657100741163.png" alt="ZimaBlue_1-1657100741163.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am also not very satisfied with the forecast results, which are more similar to the average for previous periods. Can I get a forecast with slightly larger fluctuations?&lt;/P&gt;
&lt;P&gt;I use:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;LinEst_B(total aggr(if(sum(f_user_id_Mcount),sum(f_user_id_Mcount)),f_rank),f_rank)+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;LinEst_M(total aggr(if(Sum(f_user_id_Mcount),sum(f_user_id_Mcount)),f_rank),f_rank)*f_rank&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;where&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;f_user_id_Mcount&lt;/FONT&gt; is&amp;nbsp;number of users and&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;f_rank&lt;/FONT&gt; is&amp;nbsp;the rank for each day, set using&amp;nbsp;&lt;FONT face="courier new,courier" color="#3366FF"&gt;autonumber()&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Dates are sorted in ascending order, but they can be repeated since I use multiple dimensions (columns).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 09:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-sense-forecast-on-a-line-chart/m-p/1952282#M78507</guid>
      <dc:creator>ZimaBlue</dc:creator>
      <dc:date>2022-07-06T09:59:22Z</dc:date>
    </item>
  </channel>
</rss>

