<?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: Excel Automation/filter data in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56876#M10983</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1383"&gt;@RonanConsidine&lt;/a&gt; and &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;, Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I do not get the exception now, i got the logic but still we cannot get the desired output, and the only reason that makes sense is the date format.&lt;BR /&gt;&lt;BR /&gt;This is the date format : Wed Sep 8 22:46:54 PDT 2021 and i don't think comparison would happen with this date format, is there any other way?&lt;BR /&gt;Because even if i change the date format i would have to loop through 25000 records, and we want to avoid the loop on the first place.&lt;BR /&gt;&lt;BR /&gt;Thanks.​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Mar 2022 04:58:00 GMT</pubDate>
    <dc:creator>UditKhanna</dc:creator>
    <dc:date>2022-03-11T04:58:00Z</dc:date>
    <item>
      <title>Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56868#M10975</link>
      <description>Hi Community,&lt;BR /&gt;&lt;BR /&gt;There is an excel sheet that i want to automate. There are about 16000 records in a sheet, i want to filter out only those records whose time from current date is more than 30 days. Below is the attached format of login time. Initially, i thought to import all records in a collection and process every record in code stage but that would take a hell lot of time, so there must be some way to achieve this.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26389.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26524i84CF0E8C836AD784/image-size/large?v=v2&amp;amp;px=999" role="button" title="26389.png" alt="26389.png" /&gt;&lt;/span&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 17 Feb 2022 06:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56868#M10975</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-02-17T06:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56869#M10976</link>
      <description>Hi Udit,&lt;BR /&gt;&lt;BR /&gt;In this case, if you have all the Excel in a collection, you can filter it easy with the "Filter Collection" action from the "Utility - Collection Manipulation" object.&lt;BR /&gt;&lt;BR /&gt;The filter syntax looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;"[Column Name] &amp;lt; '" &amp;amp; AddDays(Today();-30) &amp;amp;"'"&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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>Thu, 17 Feb 2022 09:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56869#M10976</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-17T09:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56870#M10977</link>
      <description>Hi Udit,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OLEDB against Excel as it contain good amount of data and filter with using queries inside it&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Check this example - &lt;A href="https://www.youtube.com/watch?v=ZNeAOGJ2RpQ" target="_blank" rel="noopener"&gt;OLEDB against Excel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shikhar Mishra &lt;BR /&gt;RPA Lead&lt;BR /&gt;Infosys Pvt Ltd&lt;BR /&gt;Pune,India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2022 09:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56870#M10977</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2022-02-17T09:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56871#M10978</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;, Thanks for the reply. I get the following error on executing the command you mentioned:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26376.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26505i76665F4ABAE79710/image-size/large?v=v2&amp;amp;px=999" role="button" title="26376.png" alt="26376.png" /&gt;&lt;/span&gt;&amp;nbsp;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2022 10:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56871#M10978</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-02-17T10:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56872#M10979</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;In this syntax, is not necessary to put the collection name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In your case, put only "[Date]".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you&lt;BR /&gt;&lt;BR /&gt;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>Thu, 17 Feb 2022 10:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56872#M10979</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-17T10:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56873#M10980</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;, still getting the same error. I think it's some kind of error related to bracket.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26380.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26510iC1A3067334F0C69B/image-size/large?v=v2&amp;amp;px=999" role="button" title="26380.png" alt="26380.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Note: Date is in this format : Wed Jan 19 00:45:23 PST 2022&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 04:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56873#M10980</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-03-09T04:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56874#M10981</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;In this case, the problem is with the expression, but i watch the entry formula and looks correct. I also try on my own BP and works &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;All the syntax looks correct but the error is over one of the brackets that you have in the formula. I don't know if the problem could be that when something is copied from the forum it is not pasted properly. (I also try to copy and paste the expression that I send you and works). Can you try to rewrite the entry formula?&lt;BR /&gt;&lt;BR /&gt;When I execute the "AddDays" function (like this: AddDays(Today();-30) ), now its returning me this:&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26382.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/26509i6D08069E56347AC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="26382.png" alt="26382.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Are you getting something similar to this? And... what BP return you when you execute only the "Today()" function?&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;------------------------------&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>Wed, 09 Mar 2022 09:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56874#M10981</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-09T09:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56875#M10982</link>
      <description>Hi Udit,&lt;BR /&gt;&lt;BR /&gt;If you are looking for all of the records that are WITHIN 30 days of Today use the action Filter Collection with the following inputs&lt;BR /&gt;&lt;BR /&gt;Collection In: [Collection name in square brackets]&lt;BR /&gt;Filter: "[Date] &amp;gt;'"&amp;amp;AddDays(Today(),-30)&amp;amp;"'"&lt;BR /&gt;&lt;BR /&gt;The popup issue you are seeing is because you used a semicolon ';' when you should be using a comma ','&lt;BR /&gt;&lt;BR /&gt;If you are looking to exclude those over 30 days away (both in the future and past) you will need to do this twice with the first collection removing the dates more than 30 days ago:&lt;BR /&gt;Filter: "[Date] &amp;gt;'"&amp;amp;AddDays(Today(),-30)&amp;amp;"'"&lt;BR /&gt;And the second one removing all cases that are more than 30 days in the future&lt;BR /&gt;Filter: "[Date] &amp;lt;'"&amp;amp;AddDays(Today(),30)&amp;amp;"'"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronan Considine &lt;BR /&gt;Business Automation Lead&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56875#M10982</guid>
      <dc:creator>RonanConsidine</dc:creator>
      <dc:date>2022-03-09T14:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56876#M10983</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1383"&gt;@RonanConsidine&lt;/a&gt; and &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;, Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I do not get the exception now, i got the logic but still we cannot get the desired output, and the only reason that makes sense is the date format.&lt;BR /&gt;&lt;BR /&gt;This is the date format : Wed Sep 8 22:46:54 PDT 2021 and i don't think comparison would happen with this date format, is there any other way?&lt;BR /&gt;Because even if i change the date format i would have to loop through 25000 records, and we want to avoid the loop on the first place.&lt;BR /&gt;&lt;BR /&gt;Thanks.​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Udit Khanna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2022 04:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56876#M10983</guid>
      <dc:creator>UditKhanna</dc:creator>
      <dc:date>2022-03-11T04:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56877#M10984</link>
      <description>Hi Udit,&lt;BR /&gt;&lt;BR /&gt;Did you try with OLEDB? If there 25000 records then I will recommend to use OLEDB.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ravi Kumar&lt;BR /&gt;Sr Automation Designer&lt;BR /&gt;Ericsson&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2022 12:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56877#M10984</guid>
      <dc:creator>RaviKumar3</dc:creator>
      <dc:date>2022-03-11T12:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel Automation/filter data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56878#M10985</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1755"&gt;@UditKhanna&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Apologies for being late to reply to this.&lt;BR /&gt;&lt;BR /&gt;Can I ask why the date is in this format in the first place?​ It would be easier if the system that creates this can present the data in a different way.&lt;BR /&gt;&lt;BR /&gt;Alternatively with some excel rules you can split the data into columns to remove the name of the day and the timestamp so it would go from:&lt;/P&gt;
&lt;P&gt;Wed Jan 19 00:45:23 PST 2022&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;Jan 19 2022&lt;BR /&gt;&lt;BR /&gt;This could be used with either an excel rule or a digital worker to convert into a date format much easier with minimal effort.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronan Considine &lt;BR /&gt;Business Automation Lead&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Mar 2022 16:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Automation-filter-data/m-p/56878#M10985</guid>
      <dc:creator>RonanConsidine</dc:creator>
      <dc:date>2022-03-25T16:31:00Z</dc:date>
    </item>
  </channel>
</rss>

