<?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>Interface read only grid</title><link>https://community.appian.com/discussions/f/general/35254/interface-read-only-grid</link><description>Student Student 
 Year 
 Subaject A score 
 
 
 Student1 
 2021 
 100 
 
 
 Student 2 
 2021 
 100 
 
 
 Student 3 
 2021 
 100 
 
 
 Student1 
 2022 
 90(-10) 
 
 
 Student 2 
 2022 
 80(-20) 
 
 
 Student 3 
 2022 
 70(-30) 
 
 
 Student 1 
 2023 
</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Interface read only grid</title><link>https://community.appian.com/thread/136953?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 13:21:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4fc96901-8461-41e4-8d39-de9654e1b373</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;It may be that there&amp;#39;s an absolute requirement for the table to be laid out this way but it strikes me as being more readable to put Student on the Y-axis and Year on the X-axis and fill in the grid wit the relevant scores for Student/Year.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface read only grid</title><link>https://community.appian.com/thread/136950?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 12:31:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b1aeb16-6158-41a7-9e82-c5f37ca5ed4f</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Do you stuck Some where in particular?&amp;nbsp; Use &lt;strong&gt;Concat function to show it on grid&lt;/strong&gt; and as for the calculation create a &lt;strong&gt;rule which takes this years marks and previous Years marks as inputs and gives you the difference&lt;/strong&gt;. You can directly calculate here itself but creating the rule is better option.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;gridcolumn(
label:&amp;quot;Marks&amp;quot;,
value:concat(
fv!row.marks,char(32) ,&amp;quot;(&amp;quot;,rule!Calculation(currentYearMarks:fv!row.marks,
previousYearsMarks:data (Index using Student name and Year-1)
),&amp;quot;)&amp;quot;
)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>