<?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>Need a collapsible link on data filed on clicking that relavant data rleated to particular date show show in a grid</title><link>https://community.appian.com/discussions/f/user-interface/38094/need-a-collapsible-link-on-data-filed-on-clicking-that-relavant-data-rleated-to-particular-date-show-show-in-a-grid</link><description>I got a requirement that i have a data from db record 12800 i am using filter to filter the environment type that grid contains id, data, task,count,environment in that grid date is initall scatteered like 24-02-2024 00:00 and in another row 24-02-2024</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Need a collapsible link on data filed on clicking that relavant data rleated to particular date show show in a grid</title><link>https://community.appian.com/thread/143360?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 08:49:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8cebffa-3021-40a3-81e7-1df2e1c2e0f7</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1733302149096v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;You can do like that. It&amp;#39;s an example.&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data:{&amp;quot;Date : 04/12/2024&amp;quot;},
  local!save : 0,
  a!richTextDisplayField(
    value: a!richTextItem(
      text:if(
        local!save = 0,
        left(local!data, 5),
        local!data
      ),
      link: a!dynamicLink(
        value: local!save,
        saveInto: if(
          local!save = 0,
          a!save(
            local!save,
            1
          ),
          a!save(
            local!save,
            0
          )
        )
      )
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need a collapsible link on data filed on clicking that relavant data rleated to particular date show show in a grid</title><link>https://community.appian.com/thread/143354?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 06:20:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5cb2000e-e503-461f-857c-fce5b0292c26</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I have a hard time understanding what exactly you are looking for. If you want to aggregate rows by the date while ignoring time, you could use a custom record field to just extract the date and then aggregate on it when querying the data. A link could then allow the user to show more details for that given date.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>