<?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: Trendline section in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594847#M43773</link>
    <description>&lt;P&gt;We were facing the same problem within our Company a few Months ago.&lt;/P&gt;&lt;P&gt;I was able to calculate a moving Average Trendline within the Script Editor, but to properly create polynomial functions within Qlik you should use a Python API and do the necessary Regressions there&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jun 2019 10:54:43 GMT</pubDate>
    <dc:creator>H_Julian</dc:creator>
    <dc:date>2019-06-23T10:54:43Z</dc:date>
    <item>
      <title>Trendline section in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594031#M43686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am developping a Qlik Sense App and I need to to do a Nth degree polynomial trendline.&lt;/P&gt;&lt;P&gt;During my research, I have found that QlikView have a Trendline section that does not seems to exist in Qlik Sense. There is also this topic about making formula to calculate&amp;nbsp;trend line in Qlik Sense that was created in 2017 :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Calculating-trend-lines-values-and-formulas-on-charts-and-tables/ta-p/1479463" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Calculating-trend-lines-values-and-formulas-on-charts-and-tables/ta-p/1479463&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am wondering by the time of this topic if a solution have been found.&lt;/P&gt;&lt;P&gt;Does anyone know if there is actually an easy way to calculate a trend line like QlikView, or if Qlik intend to add this functionnality in the near future, please ?&lt;/P&gt;&lt;P&gt;Also, if someone know the formula to calculate&amp;nbsp;Nth degree polynomial trendline that would be much apreciated, thanks.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594031#M43686</guid>
      <dc:creator>ClementByr</dc:creator>
      <dc:date>2024-11-16T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline section in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594071#M43689</link>
      <description>&lt;P&gt;Hi Clement,&lt;/P&gt;&lt;P&gt;Qlik doesn't offer this and probably won't offer this because it's a statistics part.. less a BI part. You can use the &lt;A href="https://home.vizlib.com/" target="_self"&gt;Vizlib Line Chart&lt;/A&gt;, it contains a polynomial function for a trendline. But you can't edit this formula.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 10:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594071#M43689</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-20T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline section in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594479#M43735</link>
      <description>&lt;P&gt;Hi Jordy,&lt;/P&gt;&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;&lt;P&gt;QlikView is also a BI tools and has the functionnality to create trend line, I think it is still possible that Qlik implements a section for trend lines in Qlik Sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, thanks for proposing the extension Vizlib but I would not be able to use it because my companie does not use extension in their apps. I will try to figure out a formula using the python back-end.&lt;/P&gt;&lt;P&gt;Clément&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 07:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594479#M43735</guid>
      <dc:creator>ClementByr</dc:creator>
      <dc:date>2019-06-21T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline section in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594510#M43738</link>
      <description>&lt;P&gt;See attached qvf for "Polynomial Trendline 2nd degree"&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594510#M43738</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-06-21T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline section in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594847#M43773</link>
      <description>&lt;P&gt;We were facing the same problem within our Company a few Months ago.&lt;/P&gt;&lt;P&gt;I was able to calculate a moving Average Trendline within the Script Editor, but to properly create polynomial functions within Qlik you should use a Python API and do the necessary Regressions there&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2019 10:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trendline-section-in-Qlik-Sense/m-p/1594847#M43773</guid>
      <dc:creator>H_Julian</dc:creator>
      <dc:date>2019-06-23T10:54:43Z</dc:date>
    </item>
  </channel>
</rss>

