<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Fibonacci series</title><link>https://community.appian.com/discussions/f/general/35117/fibonacci-series</link><description>Hi All , 
 I am trying to get fibonacci series with the following rule .But getting unexpected output . 
 Let me know where am I doing it wrong . 
 
 TIA</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136956?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 13:29:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6181b266-5ad7-49b7-94e8-fcabfaac3707</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;OK. Thank You &lt;a href="/members/peter.lewis"&gt;Peter Lewis&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136952?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 13:03:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70108a52-d6f7-455d-a5ec-081f3e754181</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;If you want to learn more about using &amp;quot;_&amp;quot;, check out this article on partial evaluation:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/expression-advanced-evaluation.html#partial-evaluation-of-rules-and-type-constructors"&gt;docs.appian.com/.../expression-advanced-evaluation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It can be helpful, but it really is only used when using looping functions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136917?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2024 02:05:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f0faa2c9-b98c-40e2-8fba-40b4325a7bbc</guid><dc:creator>Prakash </dc:creator><description>&lt;p&gt;It will&amp;nbsp;store&amp;nbsp; the result of each iteration&amp;nbsp; and append to the list&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136844?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2024 13:03:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38158dbe-214a-41c4-b172-68dc4cd2ddd3</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;&amp;nbsp;and &lt;a href="/members/jayaprakashr0001"&gt;JayaPrakash Ravipati&lt;/a&gt;&amp;nbsp; What is the use of &amp;#39;value&amp;#39; input (value_)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136841?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2024 11:39:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:adaee233-2884-4f3f-9d0b-24c1fce2c653</guid><dc:creator>KristyLong</dc:creator><description>&lt;p&gt;To provide assistance, could you please share the specific rule or code you&amp;#39;re using? This will help in identifying where the problem might be occurring. I had a great experience with DoMyPaper at &lt;a href="https://domypaper.com/"&gt;https://domypaper.com/&lt;/a&gt; The writer delivered a fantastic paper that was well-researched and met all my requirements. The customer service was also very supportive throughout the process. For anyone in need of academic help, DoMyPaper is a great option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136090?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 06:08:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:84920cb0-59a4-46b4-9a93-fb5666e0eb4a</guid><dc:creator>Prakash </dc:creator><description>&lt;p&gt;Thanks .Working now&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fibonacci series</title><link>https://community.appian.com/thread/136089?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 06:05:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23914510-11ad-490b-8c8c-bdd435993852</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;,&lt;/p&gt;
&lt;p&gt;In appending values you used , add the values so you will get the Fibonacci series output.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables( 
  append(
    ri!list, 
    reverse(ri!list)[1] + reverse(ri!list)[2]),
  
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>