<?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>Want to display numbers from 105</title><link>https://community.appian.com/discussions/f/general/27147/want-to-display-numbers-from-105</link><description>Hi Everyone, 
 i am trying to display numbers from 105 but the output should be : {105,110,115,120,,125,130,135,140,145,150,151,152,153,154,155,156,157,158,159,160,165,170,175,180,185,190,195,200}, 
 
 i have tried but after 105 iam getting 115,Here sharing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/148993?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 14:29:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bfcf8a9-9a9b-44b0-89ee-2e9efe1ac1d2</guid><dc:creator>sureshgunawardane</dc:creator><description>&lt;p&gt;Old post but interesting issue, hence posting this code for anyone else interested in it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!startNUmber: 105,
  local!endNUmber: 200,
  local!diffrence: 5,
  local!diff: (
    (local!endNUmber - local!startNUmber) / local!diffrence
  ) + 1,
  {
    local!startNUmber + enumerate(local!diff) * local!diffrence
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/148968?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 07:25:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:954611be-ccd1-4131-8cc3-99027c263fad</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Looks like by the &amp;#39;verified&amp;#39; answer above they were able to solve it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/148967?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 07:16:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:abaf9352-5b14-4deb-8636-fcef83f79857</guid><dc:creator>gailp042440</dc:creator><description>&lt;p&gt;Did you manage to solve it?&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://awesometanks2game.com"&gt;awesome tanks 2&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/107271?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 18:09:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dba596d7-eb0e-4ccd-b806-134b7ae06d9b</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="59361" url="~/discussions/f/general/27147/want-to-display-numbers-from-105/107234#107234"]Nice challenge[/quote]
&lt;p&gt;indeed.&lt;/p&gt;
&lt;p&gt;i was, also, wondering if this could be reduced to something more elegant/simple and I just came up with this:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;(enumerate(20) + 21) * 5&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1675188581948v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Though of course a lot depends on unfilled assumptions - how long of a list do we need?&amp;nbsp; Are we assuming it ends at &amp;quot;200&amp;quot; or is that just an example ending point?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/107234?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 10:41:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3d3a947-4cf1-46c3-b2c1-3fd7075bf34c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Nice challenge, but for what purpose? Below my approach.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  105 + enumerate(9) * 5,
  150 + enumerate(11),
  160 + enumerate(9) * 5,
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106753?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2023 03:23:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86513baa-a03b-48c6-adb8-49e934f53cfe</guid><dc:creator>adeleb9274</dc:creator><description>&lt;p&gt;i just saw my work has the same error. tks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://papas-games.io"&gt;papa&amp;#39;s games&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106557?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 12:34:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1581b9dd-8d63-45d4-871d-5724078b4edb</guid><dc:creator>rakeshg3074</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;Once try it with this..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!data: a!forEach(&lt;br /&gt; items: enumerate(101)+100,&lt;br /&gt; expression: append(if(find(5,fv!item),fv!item,{}),if(mod(fv!item,5),{},fv!item)),&lt;br /&gt; ),&lt;br /&gt; local!uniqueData:union(local!data,local!data),&lt;br /&gt; local!uniqueData&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106556?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 12:30:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd2d5f95-5c9c-4196-b4a6-929abc5a4040</guid><dc:creator>ramakrishnaa786409</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data:a!forEach(
    items: enumerate(100)+101,
    expression: {if(mod(fv!index,5),{},fv!item),if(find(5,fv!item),fv!item,{})}
  ),
 union(local!data,local!data)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106555?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 12:22:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a20a2e20-1a24-4d30-ad28-31af78417340</guid><dc:creator>sreesuryanagag0001</dc:creator><description>&lt;p&gt;a!localVariables(&lt;/p&gt;
&lt;p&gt;local!test:a!forEach(&lt;/p&gt;
&lt;p&gt;items: 101+enumerate(100),&lt;/p&gt;
&lt;p&gt;expression:if(mod(fv!item,5)=0,fv!item,{}) ),&lt;/p&gt;
&lt;p&gt;local!test&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106553?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 12:01:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bd61992-e2fe-4d7d-86f6-bb8cac31ab40</guid><dc:creator>arundhatip4374</dc:creator><description>&lt;p&gt;Its working Thank You!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106552?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 11:53:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c109ecb5-f416-4330-86bb-8cec815a3f72</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;Something like below?&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data: 101 + enumerate(100),
  local!indexesContains5: wherecontains(true(), find(5, local!data, 1) &amp;gt; 1),
  local!multipleOf5: (enumerate(count(local!data) / 5) + 1) * 5,
  sortintegerarray(
    index(
      local!data,
      union(
        local!multipleOf5,
        local!indexesContains5
      ),
      {}
    ),
    false()
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106551?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 11:47:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6891e0a0-ef64-49e9-9ddb-b188b3ae338f</guid><dc:creator>arundhatip4374</dc:creator><description>&lt;p&gt;its only showing those are divided by 5 i want to show that but as well after 150 i want to show 151,152,153,154,155,156,157,158,159 like this then after 160 again 165,170&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Want to display numbers from 105</title><link>https://community.appian.com/thread/106549?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2023 11:44:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea015a12-277a-4378-b69a-d3591c4657aa</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;Could you please try the below code.&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data: 101 + enumerate(100),
  index(
    local!data,
    (enumerate(count(local!data)/5)+1)*5,
    {}
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>