<?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>Row grid</title><link>https://community.appian.com/discussions/f/rules/37666/row-grid</link><description>we have this grid but the user wants like below how can we transpose this grid to row wise grid</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141542?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 10:36:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1114a9c-ad03-4700-b226-a0b1a3c06e20</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;why are you using applyComponenet ?&lt;/p&gt;
&lt;p&gt;if possible share the code with data in local variables and reference to any rule inputs or records so that we can help you debug this code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141501?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 06:11:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d8c46dd0-c6f3-40bc-b7c5-234f745c8db2</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;we can have max 40 child columns&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/15/pastedimage1728540719266v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;i have tried this but getting error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141497?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 05:39:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79e0aabf-4e29-402b-ab33-202c6f30caa1</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;You would need to restrict the number of columns visible at a time to say 3/4 and then users would need to click on next or previous button to fetch more data and to show next set of data.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141494?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 05:34:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9216dfae-0231-4104-9d16-2663012c71f1</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;this worked but how to handle if the number of columns get increased since their is no limit on child column&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141460?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 06:07:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f00bf79-88da-4430-a831-ffd416449566</guid><dc:creator>baji mekala</dc:creator><description>&lt;p&gt;&lt;span&gt;Duplicate thread.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="/discussions/f/user-interface/37667/row-wise-grid"&gt;https://community.appian.com/discussions/f/user-interface/37667/row-wise-grid&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141459?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 05:45:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37273d43-b490-4e80-80df-921c504ba713</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="/members/kavyam0002"&gt;KM&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can be done, but would not be a good user experience if the number of child exceeds a certain limit of rows in your data. Does this have a limit of child? Please share the limit, will provide a doable solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141457?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 05:07:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b295e75-0b8c-4d4c-849a-3663259cd272</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;Try creating the transposed data set by using the looping function and a!map() and then pass it to read only grid.&lt;/p&gt;
&lt;p&gt;col1:&amp;quot;Id1&amp;quot;&lt;br /&gt;col2:&amp;quot;Text1&amp;quot;&lt;br /&gt;-------------&lt;br /&gt;col1:&amp;quot;Id2&amp;quot;&lt;br /&gt;col2:&amp;quot;Text2&amp;quot;&lt;br /&gt;-------------&lt;br /&gt;col1:&amp;quot;Id3&amp;quot;&lt;br /&gt;col2:&amp;quot;Text3&amp;quot;&lt;/p&gt;
&lt;p&gt;This should be converted to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt; a!map(&lt;br /&gt; col1:&amp;quot;Id1&amp;quot;,&lt;br /&gt; col2:&amp;quot;Id2&amp;quot;,&lt;br /&gt; col3:&amp;quot;Id3&amp;quot;&lt;br /&gt; ),&lt;br /&gt; a!map(&lt;br /&gt; col1:&amp;quot;Text1&amp;quot;,&lt;br /&gt; col2:&amp;quot;Text2&amp;quot;,&lt;br /&gt; col3:&amp;quot;Text3&amp;quot;&lt;br /&gt; )&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Row grid</title><link>https://community.appian.com/thread/141436?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 20:30:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b94f575e-1630-41d3-a426-57f3a5b6e961</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;You can&amp;#39;t use any of the grid layout to achieve this. You would need to implement your own logic.&amp;nbsp; Do you have child data stored some where ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>