<?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: HOW TO USE FILTER ON A COLLECTION STAGE in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65706#M18311</link>
    <description>Many thanks &lt;A class="user-content-mention" data-sign="@" data-contactkey="ff3fd2b8-46cc-4f1d-a5e8-cb5838609560" data-tag-text="@Robert New" href="https://community.blueprism.com/network/profile?UserKey=ff3fd2b8-46cc-4f1d-a5e8-cb5838609560" data-itemmentionkey="cd987f15-903f-4b59-8a55-e8c63e0079fc"&gt;@Robert New&lt;/A&gt; for saving me some time.&lt;BR /&gt;Just to give others a further example, this is the expression that worked for me:&amp;nbsp; "ColumnName = '"&amp;amp;[Data Item Variable]&amp;amp;"'"​&lt;BR /&gt;In the Expression Builder click "Validate" to ensure your filter expression syntax is correct.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alexander Bopp&lt;BR /&gt;Business Automation Engineer&lt;BR /&gt;Credit Suisse AG&lt;BR /&gt;Europe/Zurich&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Feb 2022 21:37:00 GMT</pubDate>
    <dc:creator>AlexanderBopp</dc:creator>
    <dc:date>2022-02-08T21:37:00Z</dc:date>
    <item>
      <title>HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65702#M18307</link>
      <description>During the course of learning, we always find something interesting and think: "Do other people know about this?". And even if it's something simple, I decided to share it...&lt;BR /&gt;&lt;BR /&gt;HOW TO USE FILTER ON A COLLECTION STAGE (BLUE PRISM)?&lt;BR /&gt;&lt;BR /&gt;1 - Create an Action Step.&lt;BR /&gt;2 - In the Business Object select the option "Utility - Collection Manipulation" (dark blue) and in the Action select "Filter Collection" (dark blue).&lt;BR /&gt;3 - In Inputs select the Collection you want to filter (light blue).&lt;BR /&gt;4 - Create an expression that must be placed between Strings " " (red) as a reference to what will be filtered and from which column. If it is a text, enclose it in single quotes ' ', if it is a number, just insert it.&lt;BR /&gt;5 - In Outputs select a Collection where the filtered data will be stored (dark green).&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27047.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27178iE5723EB196AE32BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="27047.jpg" alt="27047.jpg" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27048.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27180iBF3193B449636F5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="27048.jpg" alt="27048.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;A data-tag-text="BPTechTips" data-sign="#" class="user-content-hashtag" href="https://community.blueprism.com/search?s=tags%3A%22BPTechTips%22&amp;amp;executesearch=true" data-tag-key="96c6fa99-5a9a-4919-98a6-d9ce55afe99f"&gt;#BPTechTips&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Hermínio&lt;BR /&gt;------------------------------&lt;BR /&gt;​</description>
      <pubDate>Fri, 04 Jun 2021 10:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65702#M18307</guid>
      <dc:creator>herminio217</dc:creator>
      <dc:date>2021-06-04T10:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65703#M18308</link>
      <description>Hi Just to add, if the column name is two separate words then it need to be in square brackets, i.e. [Left column]&lt;BR /&gt;&lt;BR /&gt;also; when using variables its important to know the following; (its for text but you can experiment with it)&lt;BR /&gt;&lt;BR /&gt;"[Column Name] = "'&amp;amp;[Variable]&amp;amp;"'"&lt;BR /&gt;&lt;BR /&gt;""&amp;amp;&amp;amp;[Variable column name]&amp;amp;" = 'text'" or&amp;nbsp; ""&amp;amp;&amp;amp;[Variable column name]&amp;amp;" = '"&amp;amp;[Variable]&amp;amp;"'"&lt;BR /&gt;&lt;BR /&gt;you can also swap out = for, &amp;lt;&amp;gt; or Like etc.&lt;BR /&gt;&lt;BR /&gt;experiment with it, it will be slightly different with numbers only.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Robert New&lt;BR /&gt;Senior Mentor / Developer&lt;BR /&gt;Smart Automation Services Limited&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65703#M18308</guid>
      <dc:creator>RobertNew</dc:creator>
      <dc:date>2021-06-04T12:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65704#M18309</link>
      <description>very good, I've seen countless people asking about the topic, in addition to what Robert said, I think it's as important as mentioning that it can be used in a loop, or even made a series of one-time validations, such as "[Sexy] = 'M' And [Name] like 'John%'&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65704#M18309</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-06-04T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65705#M18310</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I recommend reading the general expression guide: &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression?view=netframework-4.7.2" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression?view=netframework-4.7.2&lt;/A&gt;&lt;BR /&gt;Here are a few examples (e.g. datetime query, etc.): &lt;A href="https://www.csharp-examples.net/dataview-rowfilter/" target="test_blank"&gt;https://www.csharp-examples.net/dataview-rowfilter/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tobias Arnold&lt;BR /&gt;RPA Developer&lt;BR /&gt;ITERGO GmbH&lt;BR /&gt;Europe/Duesseldorf&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2021 12:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65705#M18310</guid>
      <dc:creator>TobiasArnold</dc:creator>
      <dc:date>2021-06-04T12:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65706#M18311</link>
      <description>Many thanks &lt;A class="user-content-mention" data-sign="@" data-contactkey="ff3fd2b8-46cc-4f1d-a5e8-cb5838609560" data-tag-text="@Robert New" href="https://community.blueprism.com/network/profile?UserKey=ff3fd2b8-46cc-4f1d-a5e8-cb5838609560" data-itemmentionkey="cd987f15-903f-4b59-8a55-e8c63e0079fc"&gt;@Robert New&lt;/A&gt; for saving me some time.&lt;BR /&gt;Just to give others a further example, this is the expression that worked for me:&amp;nbsp; "ColumnName = '"&amp;amp;[Data Item Variable]&amp;amp;"'"​&lt;BR /&gt;In the Expression Builder click "Validate" to ensure your filter expression syntax is correct.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alexander Bopp&lt;BR /&gt;Business Automation Engineer&lt;BR /&gt;Credit Suisse AG&lt;BR /&gt;Europe/Zurich&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2022 21:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65706#M18311</guid>
      <dc:creator>AlexanderBopp</dc:creator>
      <dc:date>2022-02-08T21:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65707#M18312</link>
      <description>&lt;P&gt;Leonardo como estas?&lt;BR /&gt;&lt;BR /&gt;Estoy realizando la acción de Filter collection, pero me arroja el siguiente error:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27023.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27152i84CE151ED40D4725/image-size/large?v=v2&amp;amp;px=999" role="button" title="27023.png" alt="27023.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Tengo 2 colecciones, la primera es donde esta la información que quiero obtener, por medio de un dato llamado "numero_radicado" &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27024.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27153i4755E3FFDD95FB5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="27024.png" alt="27024.png" /&gt;&lt;/span&gt;&lt;BR /&gt;La segunda es donde esta el numero_radicado que es con el que voy a buscar en esa colección:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27025.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27156iE6D94B14DC3E5B71/image-size/large?v=v2&amp;amp;px=999" role="button" title="27025.png" alt="27025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27026.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27155i7DBC8CDD15A1A68B/image-size/large?v=v2&amp;amp;px=999" role="button" title="27026.png" alt="27026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Agradezco de su ayuda, para solucionar esto.&lt;/P&gt;
&lt;P&gt;Gracias!!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lina Rocio&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65707#M18312</guid>
      <dc:creator>LinaRocio</dc:creator>
      <dc:date>2022-03-24T17:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65708#M18313</link>
      <description>Buenas &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/29242"&gt;@LinaRocio&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Cuando uses la "Filter Collection", la expresión debe indicar directamente el nombre de la colección.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Te debería de quedar algo como esto:&lt;BR /&gt;&lt;BR /&gt;"[numero_radicado] = '" &amp;amp; [Datos Comunitarios.numero_radicado] &amp;amp; "'"&lt;BR /&gt;&lt;BR /&gt;La expresión, cuando indicas campos de la misma collection, ponlos entre corchetes. Pero si vas a incluir datos externos, como el numero_radicado de la colección Datos Comunitarios, al usar el valor propio, si debes indicarlo de manera exacta.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Espero que esto te ayude.&lt;BR /&gt;&lt;BR /&gt;Nos vemos en la comunidad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65708#M18313</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-24T17:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65709#M18314</link>
      <description>Muchas Gracias Pablo, ya me funciono.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lina Rocio&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65709#M18314</guid>
      <dc:creator>LinaRocio</dc:creator>
      <dc:date>2022-03-24T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65710#M18315</link>
      <description>&lt;DIV class="flex-1 overflow-hidden"&gt;
&lt;DIV class="react-scroll-to-bottom--css-mkioc-79elbk h-full dark:bg-gray-800"&gt;
&lt;DIV class="react-scroll-to-bottom--css-mkioc-1n7m0yu"&gt;
&lt;DIV class="flex flex-col items-center text-sm dark:bg-gray-800"&gt;
&lt;DIV class="group w-full text-gray-800 dark:text-gray-100 border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]"&gt;
&lt;DIV class="flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto"&gt;
&lt;DIV class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]"&gt;
&lt;DIV class="flex flex-grow flex-col gap-3"&gt;
&lt;DIV class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P&gt;When filtering a collection in Blue Prism, there are certain characters that may cause issues or behave unexpectedly within the filter expressions. Here are some characters that you should be cautious about when using the filter collection action in Blue Prism:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Square brackets: "[" and "]"&lt;/LI&gt;
&lt;LI&gt;Asterisk: "*"&lt;/LI&gt;
&lt;LI&gt;Question mark: "?"&lt;/LI&gt;
&lt;LI&gt;Percentage sign: "%"&lt;/LI&gt;
&lt;LI&gt;Forward slash: "/"&lt;/LI&gt;
&lt;LI&gt;Backslash: ""&lt;/LI&gt;
&lt;LI&gt;Greater than: "&amp;gt;"&lt;/LI&gt;
&lt;LI&gt;Less than: "&amp;lt;"&lt;/LI&gt;
&lt;LI&gt;Ampersand: "&amp;amp;"&lt;/LI&gt;
&lt;LI&gt;Pipe: "|"&lt;/LI&gt;
&lt;LI&gt;Equal sign: "="&lt;/LI&gt;
&lt;LI&gt;Plus sign: "+"&lt;/LI&gt;
&lt;LI&gt;Minus sign: "-"&lt;/LI&gt;
&lt;LI&gt;Double quotes: """&lt;/LI&gt;
&lt;LI&gt;Single quotes: "'"&lt;/LI&gt;
&lt;LI&gt;Colon: ":"&lt;/LI&gt;
&lt;LI&gt;Semi-colon: ";"&lt;/LI&gt;
&lt;LI&gt;Comma: ","&lt;/LI&gt;
&lt;LI&gt;Dot/Period: "."&lt;/LI&gt;
&lt;LI&gt;Parentheses: "(" and ")"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;These characters are commonly used as operators or have special meanings within filter expressions, which can lead to unexpected results or errors. To handle these characters, you can use escape sequences or alternative filter expressions, as mentioned in the previous response.&lt;/P&gt;
&lt;P&gt;It's important to carefully consider the specific characters used in your data and adjust your filter expressions accordingly to ensure accurate and reliable filtering in Blue Prism.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="flex justify-between lg:block"&gt;
&lt;DIV class="text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-2 md:gap-3 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible"&gt;&lt;BUTTON class="flex ml-auto gap-2 rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400"&gt;&lt;SVG stroke="currentColor" fill="none" stroke-width="2" viewbox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&lt;PATH d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"&gt;&lt;/PATH&gt;&lt;RECT x="8" y="2" width="8" height="4" rx="1" ry="1"&gt;&lt;/RECT&gt;&lt;/SVG&gt;&lt;/BUTTON&gt;
&lt;DIV class="flex gap-1"&gt;&lt;BUTTON class="p-1 rounded-md hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400"&gt;&lt;SVG stroke="currentColor" fill="none" stroke-width="2" viewbox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&lt;PATH d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"&gt;&lt;/PATH&gt;&lt;/SVG&gt;&lt;/BUTTON&gt;&lt;BUTTON class="p-1 rounded-md hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400"&gt;&lt;SVG stroke="currentColor" fill="none" stroke-width="2" viewbox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&lt;PATH d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"&gt;&lt;/PATH&gt;&lt;/SVG&gt;&lt;/BUTTON&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="w-full h-32 md:h-48 flex-shrink-0"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BUTTON class="cursor-pointer absolute right-6 bottom-[124px] md:bottom-[120px] z-10 rounded-full border border-gray-200 bg-gray-50 text-gray-600 dark:border-white/10 dark:bg-white/10 dark:text-gray-200"&gt;&lt;SVG stroke="currentColor" fill="none" stroke-width="2" viewbox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4 m-1" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;&lt;LINE x1="12" y1="5" x2="12" y2="19"&gt;&lt;/LINE&gt;&lt;POLYLINE points="19 12 12 19 5 12"&gt;&lt;/POLYLINE&gt;&lt;/SVG&gt;&lt;/BUTTON&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="absolute bottom-0 left-0 w-full border-t md:border-t-0 dark:border-white/20 md:border-transparent md:dark:border-transparent md:bg-vert-light-gradient bg-white dark:bg-gray-800 md:!bg-transparent dark:md:bg-vert-dark-gradient pt-2"&gt;&lt;FORM class="stretch mx-2 flex flex-row gap-3 last:mb-2 md:mx-4 md:last:mb-6 lg:mx-auto lg:max-w-2xl xl:max-w-3xl"&gt;
&lt;DIV class="relative flex h-full flex-1 items-stretch md:flex-col"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="h-full flex ml-1 md:w-full md:m-auto md:mb-2 gap-0 md:gap-2 justify-center"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FORM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jagadish Patro&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 May 2023 10:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65710#M18315</guid>
      <dc:creator>JagadishPatro</dc:creator>
      <dc:date>2023-05-18T10:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65711#M18316</link>
      <description>&lt;P&gt;Just a warning - if your collection includes in a first column a string that resembles a date, it's possible the order of rows is changed after filtering. Issue is possibly not limited to dates only (maybe it's just the numbers, after all?), but it's the only case I know.&lt;/P&gt;
&lt;P&gt;In my demonstration, data is in a collection called "Test" and the result collection populated by a filtering query is "Res".(See the pics.)&lt;/P&gt;
&lt;P&gt;If the filtering query is "[A] LIKE '%2%'", the result set contains all the rows in the dataset, which is correct, but as you can see, order of rows has changed. This could have an effect to your automation, if the order of rows in relevant to your use case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only way to circumvent the issue (that I know), is to add a indexing to the dataset and after the filtering, order the rows again by index.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27044.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27170i0A01474DD1A5774B/image-size/large?v=v2&amp;amp;px=999" role="button" title="27044.png" alt="27044.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mikko Kamppila&lt;BR /&gt;IT analyst&lt;BR /&gt;Kela&lt;BR /&gt;Europe/Helsinki&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 11:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/65711#M18316</guid>
      <dc:creator>MikkoKamppila</dc:creator>
      <dc:date>2023-06-01T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/116802#M52280</link>
      <description>&lt;P&gt;How would i Filter this collection for a Posted date range from&amp;nbsp; 1st sept2024 to 30 sept 2024 and also how would i filter the debit column for &amp;gt; 10000 and &amp;lt; 10000.. I have tried what i can but it is not working . please assist.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-11-07 115331.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39790i68DDFF3CC3E1A2AA/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-11-07 115331.png" alt="Screenshot 2024-11-07 115331.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 14:07:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/116802#M52280</guid>
      <dc:creator>blazino17</dc:creator>
      <dc:date>2024-11-07T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: RE: HOW TO USE FILTER ON A COLLECTION STAGE</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/116835#M52298</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/61249"&gt;@blazino17&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You might have to deal with two different issues here. If you are looking for the rows within all days within a specific month, you can simply use the text in the&amp;nbsp;&lt;STRONG&gt;Posted Date&lt;/STRONG&gt; column to look up a specific month as with the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Posted Date] LIKE '*-Jul-24'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The&amp;nbsp;&lt;STRONG&gt;Debit&lt;/STRONG&gt; has to handled a little more carefully because you have those "----" characters in that column. You'll have to convert the text to number but convert the "----" characters to zeros like so:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CONVERT(IIF([Debit]='----', 0, [Debit]), System.Decimal)&amp;lt;10000&lt;/LI-CODE&gt;&lt;P&gt;So putting it all together you would have the following in your filter parameter:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"[Posted Date] LIKE '*-Jul-24' AND CONVERT(IIF([Debit]='----', 0, [Debit]), System.Decimal)&amp;lt;10000"&lt;/LI-CODE&gt;&lt;P&gt;If you are looking to go between two specific dates it gets a little more complicated. If your regional date format is "dd-mm-yyyy", as shows in your collection you could use:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"CONVERT(Posted Date], System.DateTime) &amp;gt;='" &amp;amp; [Start Date] &amp;amp; "' AND CONVERT([Posted Date], System.DateTime) &amp;lt;='" &amp;amp; [End Date] &amp;amp; "' AND CONVERT(IIF([Debit]='----', 0, [Debit]), System.Decimal)&amp;lt;=10000"&lt;/LI-CODE&gt;&lt;P&gt;But if you are unlucky as I am, you would have to do some rearranging of the date to match the regional format (my regional format is "yyyy-mm-dd"). I would have to use the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"CONVERT(IIF(LEN([Posted Date])=9, SUBSTRING([Posted Date],8,2) + '-' + SUBSTRING([Posted Date],4,3) + '-' + SUBSTRING([Posted Date],1,2),SUBSTRING([Posted Date],7,2) + '-' + SUBSTRING([Posted Date],3,3) + '-' + SUBSTRING([Posted Date],1,1)), System.DateTime) &amp;gt;='" &amp;amp; [Start Date] &amp;amp; "' AND CONVERT(IIF(LEN([Posted Date])=9, SUBSTRING([Posted Date],8,2) + '-' + SUBSTRING([Posted Date],4,3) + '-' + SUBSTRING([Posted Date],1,2),SUBSTRING([Posted Date],7,2) + '-' + SUBSTRING([Posted Date],3,3) + '-' + SUBSTRING([Posted Date],1,1)), System.DateTime) &amp;lt;='" &amp;amp; [End Date] &amp;amp; "' AND CONVERT(IIF([Debit]='----', 0, [Debit]), System.Decimal)&amp;lt;=10000"&lt;/LI-CODE&gt;&lt;P&gt;It gets a lot more complicated because the day is not zero padded in the text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 19:47:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HOW-TO-USE-FILTER-ON-A-COLLECTION-STAGE/m-p/116835#M52298</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2024-11-08T19:47:30Z</dc:date>
    </item>
  </channel>
</rss>

