<?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>Field Collapsible</title><link>https://community.appian.com/discussions/f/new-to-appian/27280/field-collapsible</link><description>Hii All, 
 can anyone help me for one senerio . I want that to collapsible field 
 For Example : 
 I am using paragraph field for showing data then i want only some of the text only show when I click on the that text then the list of the text will show</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Field Collapsible</title><link>https://community.appian.com/thread/107035?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2023 10:46:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19d7ca92-3e3f-46d2-a294-5533a9216544</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;for more you can find in the patterns.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/more_2D00_less.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Field Collapsible</title><link>https://community.appian.com/thread/106971?ContentTypeID=1</link><pubDate>Mon, 23 Jan 2023 09:10:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:304cc7c2-d6a1-4473-8f7a-b41756e6a205</guid><dc:creator>jojog0003</dc:creator><description>&lt;p&gt;Thank you&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/konduruc6445"&gt;Konduru Chaitanya&lt;/a&gt;&amp;nbsp;, its work fine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Field Collapsible</title><link>https://community.appian.com/thread/106960?ContentTypeID=1</link><pubDate>Sun, 22 Jan 2023 19:45:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eaaff7a6-b40e-4f23-98e0-fda12763ec0f</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/jyotig0003"&gt;jyotig0003&lt;/a&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If it is only for the display purpose may be you can use the richTextDisplayField().&lt;/p&gt;
&lt;p&gt;Below is an example of how you can achieve. You can also write a dynamic rule to achieve this.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!view: 0,
  local!text: &amp;quot;It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &amp;#39;Content here, content here&amp;#39;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &amp;#39;lorem ipsum&amp;#39; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).&amp;quot;,
  local!small: left(local!text, 100),
  {
    a!richTextDisplayField(
      label: &amp;quot;Lorem Ipsum&amp;quot;,
      labelPosition: &amp;quot;JUSTIFIED&amp;quot;,
      value: {
        a!richTextItem(
          text: if(
            local!view = 1,
            local!text,
            local!small &amp;amp; &amp;quot;....&amp;quot;
          )
        ),
        char(32),
        a!richTextItem(
          text: if(local!view = 1, &amp;quot;(Less)&amp;quot;, &amp;quot;(More)&amp;quot;),
          link: a!dynamicLink(
            value: if(local!view = 1, 0, 1),
            saveInto: local!view
          ),
          linkStyle: &amp;quot;STANDALONE&amp;quot;
        )
      }
    ),
    
  }
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="108" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/Screenshot-2023_2D00_01_2D00_23-011548.png" width="332" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I hope this was your query.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>