<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Filter Out Specific Cell Value from Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Filter-Out-Specific-Cell-Value-from-Collection/m-p/53184#M7940</link>
    <description>&lt;SPAN style="color: #000080;"&gt;Hello Experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;In my requirement I have one collection with column Name : Order Type( KB Order, FD Order, OR Order).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;Now I want to filter this column in such a manner that&lt;STRONG&gt;&lt;SPAN style="background-color: #ffff00;"&gt; I only Filter out FD Order and rest will stay in the column.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;For eg : Column Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; KB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;Only Filter Out KB Order from the Column and rest will stay. Please help me ASAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;BR/Deb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Oct 2020 14:46:00 GMT</pubDate>
    <dc:creator>AsitabhaDeb</dc:creator>
    <dc:date>2020-10-28T14:46:00Z</dc:date>
    <item>
      <title>Filter Out Specific Cell Value from Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Out-Specific-Cell-Value-from-Collection/m-p/53184#M7940</link>
      <description>&lt;SPAN style="color: #000080;"&gt;Hello Experts,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;In my requirement I have one collection with column Name : Order Type( KB Order, FD Order, OR Order).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;Now I want to filter this column in such a manner that&lt;STRONG&gt;&lt;SPAN style="background-color: #ffff00;"&gt; I only Filter out FD Order and rest will stay in the column.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;For eg : Column Name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; KB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;Only Filter Out KB Order from the Column and rest will stay. Please help me ASAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;BR/Deb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Out-Specific-Cell-Value-from-Collection/m-p/53184#M7940</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2020-10-28T14:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter Out Specific Cell Value from Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Out-Specific-Cell-Value-from-Collection/m-p/53185#M7941</link>
      <description>&lt;CODE&gt;&lt;SPAN class="hljs-string"&gt;&lt;SPAN&gt;[Order Type] &amp;lt;&amp;gt; 'FD'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;CODE&gt;&lt;SPAN class="hljs-string"&gt;&lt;SPAN&gt;[Order Type]&lt;/SPAN&gt; NOT IN ('FD')&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Oct 2020 17:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Out-Specific-Cell-Value-from-Collection/m-p/53185#M7941</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-10-28T17:47:00Z</dc:date>
    </item>
  </channel>
</rss>

