<?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 collection on two columns in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60564#M14006</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is it possible to apply filter on a collection on two different coulmns at the same time using the single query. I have to filter one column &amp;amp; based on those results i want to filter another column, just like how we do manually in an excel. Is it possible via single query or I need to perform it in two different steps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sapna soni&lt;BR /&gt;.&lt;BR /&gt;Capgemini Pvt Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Jun 2020 07:04:00 GMT</pubDate>
    <dc:creator>sapna_soni0290</dc:creator>
    <dc:date>2020-06-30T07:04:00Z</dc:date>
    <item>
      <title>Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60564#M14006</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is it possible to apply filter on a collection on two different coulmns at the same time using the single query. I have to filter one column &amp;amp; based on those results i want to filter another column, just like how we do manually in an excel. Is it possible via single query or I need to perform it in two different steps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sapna soni&lt;BR /&gt;.&lt;BR /&gt;Capgemini Pvt Ltd&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60564#M14006</guid>
      <dc:creator>sapna_soni0290</dc:creator>
      <dc:date>2020-06-30T07:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60565#M14007</link>
      <description>Hi Sapna,&lt;BR /&gt;You can filter them using a single action using the AND Operator&lt;BR /&gt;&lt;BR /&gt;"[Column1] Like 'Criteria1' AND [Column2] Like 'Criteria2'"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rajath Gopal&lt;BR /&gt;Associate IT Consultant&lt;BR /&gt;ITC Infotech&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;8904867411&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60565#M14007</guid>
      <dc:creator>RajathGopal</dc:creator>
      <dc:date>2020-06-30T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60566#M14008</link>
      <description>Hi Sapna,&lt;BR /&gt;&lt;BR /&gt;We can filter multiple columns by adding the AND/OR between each selection&amp;nbsp;&lt;SPAN&gt;Criteria.&lt;/SPAN&gt;&lt;BR /&gt;"[Col A] = 'Data1' AND [Col B] = 'Data2' "&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;NP&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nitin Prakash&lt;BR /&gt;Associate Cunsultant&lt;BR /&gt;Symphony Ventures&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jun 2020 07:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60566#M14008</guid>
      <dc:creator>NitinPrakash</dc:creator>
      <dc:date>2020-06-30T07:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60567#M14009</link>
      <description>How would you achieve the same thing for the Sort action within a Collection?&amp;nbsp; The AND does not work.&amp;nbsp; Similarly to Excel I want to sort my collection by 3 different tiers.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Schnizlein&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jul 2020 19:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60567#M14009</guid>
      <dc:creator>JennaSchnizlein</dc:creator>
      <dc:date>2020-07-10T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60568#M14010</link>
      <description>Hi Jenna,&lt;BR /&gt;&lt;BR /&gt;For sorting collection with any number of tiers, you can use below expression.&lt;BR /&gt;"[Field1]='Value' AND [Field2]='Value' AND [Field3]='Value'"&lt;BR /&gt;(Note: If space exists in any column name you need to use [ ] to sort correctly).&lt;BR /&gt;&lt;BR /&gt;You can include 'n' number of different fields to sorting values.&lt;BR /&gt;&lt;BR /&gt;Please let me know if you are not clear.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yeswa Vaibhav Alwar Nerella&lt;BR /&gt;Associate Consultant&lt;BR /&gt;Capgemini&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 06:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60568#M14010</guid>
      <dc:creator>Yeswa_Vaibhav_1</dc:creator>
      <dc:date>2020-07-13T06:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60569#M14011</link>
      <description>Thanks, but that didn't work for me in the Sort Collection option.&amp;nbsp; However, I did figure out that if you just separate them by commas that works perfectly.&amp;nbsp; (Field 1, Field 2, Field 3)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Schnizlein&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 12:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60569#M14011</guid>
      <dc:creator>JennaSchnizlein</dc:creator>
      <dc:date>2020-07-13T12:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60570#M14012</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-tag-text="@Jenna Schnizlein" href="https://community.blueprism.com/network/profile?UserKey=a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-itemmentionkey="f852d9a8-a28c-4831-8200-bd3eecc7cfdb"&gt;@Jenna Schnizlein&lt;/A&gt; Thank you for mentioning the use of Sort Collection to sort multiple fields. I have always simply used the Sort Collection action multiple times in a row to achieve the same thing by sorting on Field 3, then Field 2, then Field 1 which gives the same results (despite that everyone argues with me to the contrary lol)​.&lt;BR /&gt;&lt;BR /&gt;Anyway, I should have known that was a thing. I just never tried it. Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2020 16:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60570#M14012</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-07-13T16:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60571#M14013</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="cd574d8e-3283-4a39-a7ee-437633986b6d"&gt;@Dave Morris&lt;/A&gt; I thought about doing that, but couldn't figure out how to do it within the same action and if I just but them in order at the component level, it would just mess things up.&amp;nbsp; Luckily Google suggested this route for me.&amp;nbsp; I'm still relatively new to RPA, and finding these "simple" actions is proving to be more difficult than I would think.&amp;nbsp; I'm glad this forum exists now, I'm sure I will find myself relying on it more often.&lt;BR /&gt;&lt;BR /&gt;I would be interested to hear about how you got the multiple sort actions to work properly.&amp;nbsp; I'm not sure how to message you directly though, so that we can breakout that conversation.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Schnizlein&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jul 2020 10:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60571#M14013</guid>
      <dc:creator>JennaSchnizlein</dc:creator>
      <dc:date>2020-07-14T10:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60572#M14014</link>
      <description>But, &lt;A class="user-content-mention" data-sign="@" data-contactkey="a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-tag-text="@Jenna Schnizlein" href="https://community.blueprism.com/network/profile?UserKey=a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-itemmentionkey="35943af7-e352-4db4-96d6-10ecee3c3aa9"&gt;@Jenna Schnizlein&lt;/A&gt;, it's a no-node platform that just anyone can pick up in a matter of hours! Hahahaha! Just kidding. There's a lot to know about even calling just the basic actions, primarily because the VBOs are just using methods from Microsoft's .NET Library. If I had looked up the code the action was using, it might have been obvious to me, but I'm lazy so I didn't. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So, for the multiple sort actions... I think we're talking about the same thing here. If we're not, then I'll take it all back! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; Anyway, if you were trying to sort on 3 columns of a collection, you produce the same end result by sorting the collection 3 separate times but in reverse order. So, you could compare it to an Excel sort on multiple columns. There, you might tell Excel that you want to sort on multiple columns in this order: Field1, Field2, Field3. It would put alphabetical/numerical order preference on Field1, and then the next preference/sort on Field2, and then the next on Field3. In Blue Prism, if you were to do the same thing by sorting on Field1 then Field2 then Field3 with three separate action calls to Sort Collection, it would mess up your results. You'd just need to reverse it. So you sort by Field3 then Field2 then Field1, and you get the same results as if you were to use the way you found by doing Sort Collection with a field input of 'Field1,Field2,Field3'.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jul 2020 22:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60572#M14014</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-07-14T22:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter collection on two columns</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60573#M14015</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-tag-text="@Jenna Schnizlein" href="https://community.blueprism.com/network/profile?UserKey=a2e5eb4c-d289-4799-9a30-0bbb5d7eda2e" data-itemmentionkey="b80aad1f-8f69-472e-9fef-31694ca5faf3"&gt;@Jenna Schnizlein&lt;/A&gt; , Could you pls guide me how to Sort Collection for Multiple conditions. For Example Filed1 needs to be Sorted as "Ascending" and Filed2 needs to be Sorted as "Descending" at once. I was able to achieve in Excel(which is called as Custom Sort). How to apply Custom Sorting in BP Collection?&lt;BR /&gt;&lt;BR /&gt;Any one can suggest here.&lt;BR /&gt;&lt;BR /&gt;Thanks​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-on-two-columns/m-p/60573#M14015</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2022-10-27T12:18:00Z</dc:date>
    </item>
  </channel>
</rss>

