<?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 polynomial trend line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167029#M38754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I do a second or third degree polynomial trend line?&lt;/P&gt;&lt;P&gt;I only have found the linest_m and linest_b function to calculate a linear trend line,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 18:43:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-12T18:43:50Z</dc:date>
    <item>
      <title>polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167029#M38754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I do a second or third degree polynomial trend line?&lt;/P&gt;&lt;P&gt;I only have found the linest_m and linest_b function to calculate a linear trend line,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 18:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167029#M38754</guid>
      <dc:creator />
      <dc:date>2011-01-12T18:43:50Z</dc:date>
    </item>
    <item>
      <title>polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167030#M38755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Expressions tab, there is a Trendlines section, allowing average, linear, polynomial of 2nd to 4th degree, and exponential. You shouldn't need to calculate it at all.&lt;/P&gt;&lt;P&gt;Now, sometimes it IS still useful to calculate your own trend line. I often do. But I am not aware of any QlikView functions that directly support polynomial trend lines. There's probably a way to do it using the actual definitions of these trend lines in some way, but I wouldn't expect it to be easy. So hopefully one of the supplied trend lines will serve the need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 02:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167030#M38755</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-13T02:17:55Z</dc:date>
    </item>
    <item>
      <title>polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167031#M38756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;I had seen this section, but it's only avaliable for graphs and I'm working with boards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 08:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167031#M38756</guid>
      <dc:creator />
      <dc:date>2011-01-13T08:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167032#M38757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to "reverse engineer" the formula you're trying to trend, then re-assemble it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here and example of my Exponential Trend Line formula:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Exp&lt;/STRONG&gt;&lt;/SPAN&gt;(LINEST_M(TOTAL AGGR( &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Log&lt;/STRONG&gt;&lt;/SPAN&gt;(Sum([Result])) ),[Period]),[Period])*[Period])&lt;/P&gt;&lt;P&gt;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Exp&lt;/STRONG&gt;&lt;/SPAN&gt;(LINEST_B(TOTAL AGGR( &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Log&lt;/STRONG&gt;&lt;/SPAN&gt;(Sum([Result])) ),[Period]),[Period]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the formula y=b*e^(m*x) -- this is the formula for "Trendlines: Exponential" in Qlikview's Chart Properties, Expressions tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note: [Result]=y, and [Period]=x in my example above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can mirror this for just about any trendline/formula you need (although I imagine polynomials could get complicated quickly).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 19:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167032#M38757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-09T19:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167033#M38758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eric&lt;/P&gt;&lt;P&gt;Could you please help me?&lt;/P&gt;&lt;P&gt;I try to build this trend lines&amp;nbsp;&amp;nbsp; - ax^2 + bx+c.&lt;/P&gt;&lt;P&gt;Maybe do you have any &lt;SPAN lang="en"&gt;example ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167033#M38758</guid>
      <dc:creator>MA1</dc:creator>
      <dc:date>2017-08-03T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: polynomial trend line</title>
      <link>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167034#M38759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-19059"&gt;Calculating trend lines, values and formulas on charts and tables in Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm still working on the polynomial lines... They're not quite so straighforward...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/polynomial-trend-line/m-p/167034#M38759</guid>
      <dc:creator>richbyard</dc:creator>
      <dc:date>2017-10-03T12:12:15Z</dc:date>
    </item>
  </channel>
</rss>

