<?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>Print Pattern</title><link>https://community.appian.com/discussions/f/general/37937/print-pattern</link><description>Just for knowledge: 
 can we print below pattern in appian: 
 1 
 23 
 456 
 78910 
 1112131415</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142722?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 12:06:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66ffb70d-979b-4544-9d98-6589d808b7b4</guid><dc:creator>aishwaryap610839</dc:creator><description>&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142695?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 14:35:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7cfe0ef-006a-4c58-bc77-64129b6c9b43</guid><dc:creator>normanc</dc:creator><description>&lt;p&gt;One way...&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!rows: 5,
  a!forEach(
    items: enumerate(local!rows) + 1,
    expression: a!localVariables(
      local!index: sum(enumerate(fv!index)),
      joinarray(
        a!forEach(
          items: enumerate(fv!item) + local!index,
          expression: fv!item + 1
        ),
        &amp;quot;&amp;quot;
      )
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142682?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 07:57:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4405d647-d5c2-48db-b321-85db5b19cdb9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. What is the algorithm?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142680?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 07:40:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d722472-6433-4eaf-9aa0-6f3926e85a6f</guid><dc:creator>aishwaryap610839</dc:creator><description>&lt;p&gt;I have tried multiple ways using enumerate ,foreach&amp;nbsp; but couldnt get the exact pattern for it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142679?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 07:01:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a548dc15-0004-4694-9630-01ccef63babe</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Is your ask about the algorithm? I don&amp;#39;t know. But once you know it, you can easily print the numbers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142678?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 06:54:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be417ee8-a0a3-45a0-bd47-e377d8d89362</guid><dc:creator>aishwaryap610839</dc:creator><description>&lt;p&gt;Please&amp;nbsp;suggest the approaches&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Print Pattern</title><link>https://community.appian.com/thread/142676?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 06:51:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ce559b1-e116-45ed-84f1-d868a9ccd5b7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>