<?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: Fibonacci Sequence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fib/m-p/1742266#M590515</link>
    <description>&lt;P&gt;IMO there no such function available in Qlik and I think it could be come quite difficult to calculate it within the UI. But you could load (externally or just creating them) these information as table and then pick/calculate your wanted values from there maybe with some set analysis, like (related to the below load):&lt;/P&gt;&lt;P&gt;concat({&amp;lt; N = {"&amp;lt;$(=max(N))"}&amp;gt;} F, ', ')&lt;/P&gt;&lt;P&gt;load *, F / previous(F) as Q;&lt;BR /&gt;load *, rangesum(if(N &amp;lt; 2, N, 0), peek('F', -1), peek('F', -2)) as F;&lt;BR /&gt;load recno()-1 as N autogenerate 50;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 07:23:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-09-09T07:23:56Z</dc:date>
    <item>
      <title>Fib</title>
      <link>https://community.qlik.com/t5/QlikView/Fib/m-p/1741907#M590514</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and ideas!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 06:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fib/m-p/1741907#M590514</guid>
      <dc:creator>aka_qlik</dc:creator>
      <dc:date>2020-09-10T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fibonacci Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Fib/m-p/1742266#M590515</link>
      <description>&lt;P&gt;IMO there no such function available in Qlik and I think it could be come quite difficult to calculate it within the UI. But you could load (externally or just creating them) these information as table and then pick/calculate your wanted values from there maybe with some set analysis, like (related to the below load):&lt;/P&gt;&lt;P&gt;concat({&amp;lt; N = {"&amp;lt;$(=max(N))"}&amp;gt;} F, ', ')&lt;/P&gt;&lt;P&gt;load *, F / previous(F) as Q;&lt;BR /&gt;load *, rangesum(if(N &amp;lt; 2, N, 0), peek('F', -1), peek('F', -2)) as F;&lt;BR /&gt;load recno()-1 as N autogenerate 50;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 07:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fib/m-p/1742266#M590515</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-09T07:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fibonacci Sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Fib/m-p/1742300#M590516</link>
      <description>&lt;P&gt;One possible UI solution could be like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tresesco_1-1599640408053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40276iD5D0FDCA5D38DAC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tresesco_1-1599640408053.png" alt="tresesco_1-1599640408053.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="tresesco_2-1599640465450.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40277iBB1C9773EEBF3561/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tresesco_2-1599640465450.png" alt="tresesco_2-1599640465450.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Dim (Hide it in the presentation tab) :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=ValueLoop(1,nTHVar)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Exp :&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;=if(RowNo()=1,0,if(RowNo()=2,1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;RangeSum(ValueLoop(1,nTHVar-2),Above(Fibo,1,2))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;))&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 12:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fib/m-p/1742300#M590516</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-09-09T12:44:01Z</dc:date>
    </item>
  </channel>
</rss>

