<?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 Need help in filtering the rows in collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70994#M23599</link>
    <description>Hi I hava a collection with 2 columns of datetime format with around 1000 rows. I need to filter the rows in which today falls with the date range of 2 columns. for eg colimn1- 2nd Feb. and colum 2-=20 march. This column should be available after filtering. can some suggest how it can be done?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Miya&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Mar 2022 08:57:00 GMT</pubDate>
    <dc:creator>Miya</dc:creator>
    <dc:date>2022-03-07T08:57:00Z</dc:date>
    <item>
      <title>Need help in filtering the rows in collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70994#M23599</link>
      <description>Hi I hava a collection with 2 columns of datetime format with around 1000 rows. I need to filter the rows in which today falls with the date range of 2 columns. for eg colimn1- 2nd Feb. and colum 2-=20 march. This column should be available after filtering. can some suggest how it can be done?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Miya&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 08:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70994#M23599</guid>
      <dc:creator>Miya</dc:creator>
      <dc:date>2022-03-07T08:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need help in filtering the rows in collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70995#M23600</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="f639aa5c-19c0-47ef-b9bb-8a6006eb5137" data-tag-text="@Miya" href="https://community.blueprism.com/network/profile?UserKey=f639aa5c-19c0-47ef-b9bb-8a6006eb5137" data-itemmentionkey="14ad6ab5-daae-43e0-8b96-baed9d4477f4"&gt;@Miya&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You must to use the Action "​Filter Collection" from the Object "Utility - Collection Manipulation" to filter the Collection.&lt;BR /&gt;&lt;BR /&gt;The syntax looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"[DateFirst] &amp;lt; '" &amp;amp; Today() &amp;amp;"' AND [DateSecond] &amp;gt; '" &amp;amp; Today() &amp;amp; "'"&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;There is no "between statement, so you need to use both dates to compare with the Today() function.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15039.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15203i9EC1E7C4BCCE4A1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="15039.png" alt="15039.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you, and if this solves the problem, remember mark as the best answer &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &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;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70995#M23600</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-07T09:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Need help in filtering the rows in collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70996#M23601</link>
      <description>Assuming the current datetime is&amp;nbsp; 09:30 on the 7th March, I think it will be something like this (you may need to use a different date format to suit your environment).&lt;BR /&gt;&lt;CODE&gt;"'07/03/2022 09:30:00' &amp;gt;= '" &amp;amp; [column1] &amp;amp; " 00:00:00' AND '07/03/2022 09:30:00' &amp;lt;= '" &amp;amp; [column2] &amp;amp; " 23:59:59'"&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-help-in-filtering-the-rows-in-collection/m-p/70996#M23601</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-03-07T09:34:00Z</dc:date>
    </item>
  </channel>
</rss>

