<?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 RE: Collection Filter of two columns in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92209#M2719</link>
    <description>&lt;P&gt;@&lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_1_NameLink_1" biobubblekey="b2096cea-170e-40c8-b4bf-0186437be518" href="https://community.blueprism.com/network/profile?UserKey=b2096cea-170e-40c8-b4bf-0186437be518" target="_blank" rel="noopener"&gt;Mukesh Kumar&lt;/A&gt;&amp;nbsp;What If I have to &lt;SPAN&gt;&amp;nbsp;get type= fruit and code of product = 1 and 3&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rajsudhapriya CN&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 11 May 2023 08:35:00 GMT</pubDate>
    <dc:creator>RajsudhapriyaCN</dc:creator>
    <dc:date>2023-05-11T08:35:00Z</dc:date>
    <item>
      <title>Collection Filter of two columns</title>
      <link>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92207#M2717</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have to Filter in collection two columns&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example- in this excel in need to filter type and code of the company&amp;nbsp;&lt;BR /&gt;output is to get type= fruit and code of product = 1&lt;/P&gt;
&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="396" height="232" style="border-collapse: collapse; width: 198.03pt;"&gt;&lt;COLGROUP&gt;&lt;COL width="99" style="width: 49.50pt;" span="4" /&gt; &lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" width="99" str="" style="height: 14.50pt; width: 49.50pt;"&gt;customer&lt;/TD&gt;
&lt;TD width="99" str="" style="width: 49.50pt;"&gt;Product&lt;/TD&gt;
&lt;TD width="99" str="" style="width: 49.50pt;"&gt;type&lt;/TD&gt;
&lt;TD width="99" str="" style="width: 49.50pt;"&gt;Code of product&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="1" align="right" style="height: 14.50pt;"&gt;1&lt;/TD&gt;
&lt;TD str=""&gt;Apple&lt;/TD&gt;
&lt;TD str=""&gt;Fruit&lt;/TD&gt;
&lt;TD num="1" align="right"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="2" align="right" style="height: 14.50pt;"&gt;2&lt;/TD&gt;
&lt;TD str=""&gt;Tomato&lt;/TD&gt;
&lt;TD str=""&gt;Vegetable&lt;/TD&gt;
&lt;TD num="6" align="right"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="3" align="right" style="height: 14.50pt;"&gt;3&lt;/TD&gt;
&lt;TD str=""&gt;Onion&lt;/TD&gt;
&lt;TD str=""&gt;Vegetable&lt;/TD&gt;
&lt;TD num="2" align="right"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="4" align="right" style="height: 14.50pt;"&gt;4&lt;/TD&gt;
&lt;TD str=""&gt;grapes&lt;/TD&gt;
&lt;TD str=""&gt;Fruit&lt;/TD&gt;
&lt;TD num="3" align="right"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="5" align="right" style="height: 14.50pt;"&gt;5&lt;/TD&gt;
&lt;TD str=""&gt;potato&lt;/TD&gt;
&lt;TD str=""&gt;Vegetable&lt;/TD&gt;
&lt;TD num="2" align="right"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="6" align="right" style="height: 14.50pt;"&gt;6&lt;/TD&gt;
&lt;TD str=""&gt;banana&lt;/TD&gt;
&lt;TD str=""&gt;Fruit&lt;/TD&gt;
&lt;TD num="4" align="right"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR height="29" style="height: 14.50pt;"&gt;
&lt;TD height="29" num="7" align="right" style="height: 14.50pt;"&gt;7&lt;/TD&gt;
&lt;TD str=""&gt;mango&lt;/TD&gt;
&lt;TD str=""&gt;Fruit&lt;/TD&gt;
&lt;TD num="1" align="right"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;i used filter collection comment "[type] = 'Fruit'" &amp;amp; "[Code of product] = '1'"&lt;BR /&gt;&lt;BR /&gt;can any one help .How to use condition to filter&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudha&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rajsudhapriya CN&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2023 08:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92207#M2717</guid>
      <dc:creator>RajsudhapriyaCN</dc:creator>
      <dc:date>2023-05-11T08:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Collection Filter of two columns</title>
      <link>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92208#M2718</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/7255"&gt;@RajsudhapriyaCN&lt;/a&gt; :&amp;nbsp; Filter like this using AND operator :&lt;BR /&gt;&lt;BR /&gt;"[type] = 'Fruit'&lt;BR /&gt;AND&lt;BR /&gt;[Code of product]='1'"&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33688.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33763iD1B4D29B7D39097A/image-size/large?v=v2&amp;amp;px=999" role="button" title="33688.png" alt="33688.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mukesh Kumar - Senior Automation Developer&lt;BR /&gt;&lt;BR /&gt;NHS, England, United Kingdom, GB&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 08:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92208#M2718</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-05-11T08:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Collection Filter of two columns</title>
      <link>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92209#M2719</link>
      <description>&lt;P&gt;@&lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_1_NameLink_1" biobubblekey="b2096cea-170e-40c8-b4bf-0186437be518" href="https://community.blueprism.com/network/profile?UserKey=b2096cea-170e-40c8-b4bf-0186437be518" target="_blank" rel="noopener"&gt;Mukesh Kumar&lt;/A&gt;&amp;nbsp;What If I have to &lt;SPAN&gt;&amp;nbsp;get type= fruit and code of product = 1 and 3&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rajsudhapriya CN&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2023 08:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92209#M2719</guid>
      <dc:creator>RajsudhapriyaCN</dc:creator>
      <dc:date>2023-05-11T08:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Collection Filter of two columns</title>
      <link>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92210#M2720</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/7255"&gt;@RajsudhapriyaCN&lt;/a&gt; - for that just add one more OR operator condition :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"[type] = 'Fruit'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;([Code of product]='1' OR&amp;nbsp;[Code of product] ='3')"&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mukesh Kumar - Senior Automation Developer&lt;BR /&gt;&lt;BR /&gt;NHS, England, United Kingdom, GB&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2023 08:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Collection-Filter-of-two-columns/m-p/92210#M2720</guid>
      <dc:creator>Mukeshh_k</dc:creator>
      <dc:date>2023-05-11T08:43:00Z</dc:date>
    </item>
  </channel>
</rss>

