<?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>Merge Cells In a column</title><link>https://community.appian.com/discussions/f/user-interface/37359/merge-cells-in-a-column</link><description>Hi 
 I want to achieve such a grid, wherein there will be 1 value in the left row and can have multiple values in the right row denoting that values Mango -&amp;gt; Cherry belong to fruit type 
 
 
 Can this be achieved using any of the grid components available</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139897?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 16:56:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7fb36f66-086f-49ca-be02-1fa76d950033</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;agreed, we need a &amp;quot;bigger picture&amp;quot; view of the whole data structure - i.e. what the entire grid would be expected to look like, not just one cell after a &amp;quot;merge&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139896?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 16:51:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18afd0dc-23c6-4c07-ac5d-da1db7718b6b</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;&lt;a href="/members/gautams4173"&gt;GautamShenoy&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is your data structure? I guess that would help all of us to think of a work-around. You mentioned what you want but did not mention what you have.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139886?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 14:21:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0df7237c-e3d9-4aea-96ba-f0fe8b11d2fd</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;the code i gave you can go in a grid cell.&amp;nbsp; the point is it would all go in a single grid cell (which is the closest thing you&amp;#39;ll get to &amp;quot;merged rows&amp;quot; in an appian grid).&amp;nbsp; subsequent rows would be other items with different sub-items, or whatever the overall shape of your data is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139860?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:43:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:851e6edd-8773-4463-9c71-0af12fb93758</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!fruits: { &amp;quot;Apple&amp;quot;, &amp;quot;Banana&amp;quot;, &amp;quot;Cherry&amp;quot; },
  {
    a!cardLayout(
      contents: a!columnsLayout(
        columns: {
          a!columnLayout(
            contents: {
              a!richTextDisplayField(
                labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                value: {
                  a!richTextItem(
                    text: concat(char(10), { &amp;quot;Fruits&amp;quot; }),
                    size: &amp;quot;MEDIUM&amp;quot;,
                    style: { &amp;quot;STRONG&amp;quot; }
                  )
                },
                align: &amp;quot;CENTER&amp;quot;
              )
            },
            width: &amp;quot;NARROW&amp;quot;
          ),
          a!columnLayout(
            contents: {
              a!forEach(
                items: local!fruits,
                expression: a!cardLayout(
                  contents: a!richTextDisplayField(
                    labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                    value: a!richTextItem(text: fv!item)
                  ),
                  height: &amp;quot;AUTO&amp;quot;,
                  style: &amp;quot;TRANSPARENT&amp;quot;,
                  shape: &amp;quot;SQUARED&amp;quot;,
                  marginAbove: &amp;quot;NONE&amp;quot;,
                  marginBelow: &amp;quot;NONE&amp;quot;,
                  showShadow: false(),
                  showBorder: false(),
                  decorativeBarPosition: &amp;quot;BOTTOM&amp;quot;,
                  decorativeBarColor: &amp;quot;#111111&amp;quot;
                )
              )
            },
            width: &amp;quot;NARROW&amp;quot;
          ),
          a!columnLayout(contents: {})
        },
        spacing: &amp;quot;NONE&amp;quot;,
        showDividers: true()
      ),
      padding: &amp;quot;NONE&amp;quot;
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139859?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:33:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de9a303b-f0ce-41f6-8c84-e187cb1e1b8b</guid><dc:creator>GautamShenoy</dc:creator><description>&lt;p&gt;Thanks for this, but need to show like a grid &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f641.svg" title="Slight frown"&gt;&amp;#x1f641;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139858?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:09:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:27f2730c-7858-49ca-b06d-0bbb37af103c</guid><dc:creator>GautamShenoy</dc:creator><description>&lt;p&gt;Yeah, this would be a much simpler approach .. but the requirement was to put it in a grid&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139857?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:07:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3d5b544-8443-472f-8b83-e3c5eba9816c</guid><dc:creator>GautamShenoy</dc:creator><description>&lt;p&gt;Hmm Ill give this a try &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f914.svg" title="Thinking"&gt;&amp;#x1f914;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139856?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:07:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7a1bab6-8bf0-48f5-b2d2-86da34521887</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;Adding on what Mike has shared, if you want to make it look bit more fancy use this&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!fruits: { &amp;quot;Apple&amp;quot;, &amp;quot;Banana&amp;quot;, &amp;quot;Cherry&amp;quot; },
  {
    a!columnsLayout(
      columns: {
        a!columnLayout(
          contents: {
            a!richTextDisplayField(
              labelPosition: &amp;quot;COLLAPSED&amp;quot;,
              value: {
                a!richTextItem(
                  text: { &amp;quot;Fruits&amp;quot; },
                  size: &amp;quot;MEDIUM&amp;quot;,
                  style: { &amp;quot;STRONG&amp;quot; }
                )
              }
            ),
            a!forEach(
              items: local!fruits,
              expression: a!cardLayout(
                contents: a!richTextDisplayField(
                  labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                  value: a!richTextItem(text: fv!item)
                ),
                height: &amp;quot;AUTO&amp;quot;,
                style: &amp;quot;TRANSPARENT&amp;quot;,
                shape: &amp;quot;SEMI_ROUNDED&amp;quot;,
                marginAbove: &amp;quot;NONE&amp;quot;,
                marginBelow: &amp;quot;EVEN_LESS&amp;quot;,
                showShadow: true
              )
            )
          },
          width: &amp;quot;NARROW_PLUS&amp;quot;
        ),
        a!columnLayout(contents: {}),
        a!columnLayout(contents: {})
      }
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139842?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 15:49:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33823617-2ac2-4a13-aa90-37edc14ac852</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Echoihng what Stefan said - my personal preference would be to utilize Rich Text to build all of this into one cell, with a &amp;quot;heading followed by bullet points&amp;quot; approach (one benefit here would be, you wouldn&amp;#39;t necessarily be limited to a particular length of array here), like:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fruits&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mango&lt;/li&gt;
&lt;li&gt;Banana&lt;/li&gt;
&lt;li&gt;Apple&lt;/li&gt;
&lt;li&gt;Kiwi&lt;/li&gt;
&lt;li&gt;Guava&lt;/li&gt;
&lt;li&gt;Cherry&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;e.g.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1724341877632v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merge Cells In a column</title><link>https://community.appian.com/thread/139820?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 13:05:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f71f061-9780-4c59-baad-f65f3c9f77b6</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;None of the grids does directly support cell fusion. But you can either build your own grid, using columns and cards, or you can tailor your data in a way it looks like fused cells. Rows with null values, and cell background color comes to my mind.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>