<?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 Re: How to generate future values from average weekdays values? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723433#M55058</link>
    <description>&lt;P&gt;Yes. I have already created a table with future dates and zero values. But the problem is in expression, I can't use AVG calculation on generated values. For example, I can generate values for the first 7 days, the next day must be linked to generated value.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 09:29:29 GMT</pubDate>
    <dc:creator>antonaks</dc:creator>
    <dc:date>2020-06-30T09:29:29Z</dc:date>
    <item>
      <title>How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1721178#M54850</link>
      <description>&lt;P&gt;Hello colleagues!&lt;/P&gt;&lt;P&gt;Could you please suggest how can I get values for future dates in the diagram expression.&lt;/P&gt;&lt;P&gt;I need to implement the next logic: all future values must be calculated as average from 8 previous weekdays. I have already&amp;nbsp;implemented this algorithm in the load script but I need to move logic to front-end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antonaks_0-1592901616640.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36063iB0894BDC97222D83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antonaks_0-1592901616640.png" alt="antonaks_0-1592901616640.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1721178#M54850</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1722066#M54937</link>
      <description>&lt;P&gt;Up&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 09:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1722066#M54937</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2020-06-25T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723406#M55054</link>
      <description>&lt;P&gt;Up. Really, no one knows?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723406#M55054</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2020-06-30T07:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723420#M55056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the front End and in a straight table ou graph you will need first create the future date in your calendar&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then as mesure it could be something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (date&amp;gt;today(), mesure using above statement or using rangeavg() function , mesure )&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 08:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723420#M55056</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2020-06-30T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723433#M55058</link>
      <description>&lt;P&gt;Yes. I have already created a table with future dates and zero values. But the problem is in expression, I can't use AVG calculation on generated values. For example, I can generate values for the first 7 days, the next day must be linked to generated value.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 09:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723433#M55058</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2020-06-30T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate future values from average weekdays values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723585#M55068</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure but have a look to this : the &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_self"&gt;AsOfTable&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried in the past to make predictive value for futur date ( in fact without success due to my lake of Skills and Knowledge ) i found some approach with the asoftable and also with the linestM and LinestB function and rangeavg function.&lt;/P&gt;&lt;P&gt;See below my test&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appels Recus = real received call&amp;nbsp;&lt;/P&gt;&lt;P&gt;My last date with real value was 16/08/2019 with 1549 received call&amp;nbsp;&lt;/P&gt;&lt;P&gt;second column is a test with linest_m and linest_b that gave me values for greater date than 16/08/2019 and seemed to be a good result ( at least it was giving values)&amp;nbsp;&lt;/P&gt;&lt;P&gt;And last column is a test with rangeavg who after several date reach to zero unfortunately&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36586iB5F02C0917792397/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sorry can't help more on this but surely the community will do&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-generate-future-values-from-average-weekdays-values/m-p/1723585#M55068</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2020-06-30T14:44:20Z</dc:date>
    </item>
  </channel>
</rss>

