<?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>capturing unselected rows in selection grid</title><link>https://community.appian.com/discussions/f/user-interface/20687/capturing-unselected-rows-in-selection-grid</link><description>Hi, 
 I have an interface with a selection grid in which multiple rows can be selected, these selected rows are saved into a ri of the CDT type. I have the requirement of capturing and storing all the unselected rows (the rows which were not selected</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: capturing unselected rows in selection grid</title><link>https://community.appian.com/thread/80856?ContentTypeID=1</link><pubDate>Sat, 10 Apr 2021 10:45:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0158caa-5bd4-4648-9437-851a5ebb1eb0</guid><dc:creator>jackyj0001</dc:creator><description>&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;thanks for the awesome information.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://krogerfeedback.nl"&gt;https://krogerfeedback.nl&lt;/a&gt; &lt;a href="https://talktosonic.onl"&gt;https://talktosonic.onl&lt;/a&gt; &lt;a href="https://talktowendys.vip"&gt;https://talktowendys.vip&lt;/a&gt; &lt;a href="https://whataburgersurvey.onl"&gt;https://whataburgersurvey.onl&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: capturing unselected rows in selection grid</title><link>https://community.appian.com/thread/80609?ContentTypeID=1</link><pubDate>Wed, 31 Mar 2021 07:39:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a55f1c24-0bcd-402d-be6c-22e64faac5a3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;If the types do not match, the cast() function should help. To cast to a list, just add &amp;quot;?list&amp;quot; to the CDT type. There is no need to do&lt;/p&gt;
&lt;p&gt;typeof({type!YOUR_CDT_TYPE()})&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: capturing unselected rows in selection grid</title><link>https://community.appian.com/thread/80607?ContentTypeID=1</link><pubDate>Wed, 31 Mar 2021 07:36:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1581e82-3124-4d78-a542-70d41b38bf7d</guid><dc:creator>apoorvam</dc:creator><description>&lt;p&gt;Thank you for your replies. I had tried difference() earlier but there was an error because the type of both arrays were different.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried using remove() using the original array and the selected indices and was able to get the unselected rows.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: capturing unselected rows in selection grid</title><link>https://community.appian.com/thread/80606?ContentTypeID=1</link><pubDate>Wed, 31 Mar 2021 07:33:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce60960e-e515-41a6-8476-635f28b4490f</guid><dc:creator>vamsi krishna</dc:creator><description>&lt;p&gt;Maybe you can use difference(array1,array2),&amp;nbsp; where array1 is all the rows, array2 is selected rows.&lt;br /&gt;difference gives unselected rows&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: capturing unselected rows in selection grid</title><link>https://community.appian.com/thread/80605?ContentTypeID=1</link><pubDate>Wed, 31 Mar 2021 07:32:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dc02bdc-ab50-435d-86cb-a84624180814</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The difference() function should help here. It can not only take strings or numbers, but CDTs as well. Give it a try&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.1/fnc_set_difference.html"&gt;docs.appian.com/.../fnc_set_difference.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>