<?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 sort a date in an excel column in descending order in blue prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89553#M39919</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="dde0c974-19e6-46c5-ad23-acb54915ea29" data-tag-text="@Marina Dutta" href="https://community.blueprism.com/network/profile?UserKey=dde0c974-19e6-46c5-ad23-acb54915ea29" data-itemmentionkey="b95ccb13-fc56-4d17-a541-b2c23d71e806"&gt;@Marina Dutta&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;In Addition to &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; , Yes you can read single column of an excel sheet in Blue Prism.&lt;BR /&gt;&lt;BR /&gt;- Use MS Excel VBO with Get Worksheet Range as Collection action, where you can mention the Range of the required Column. By mentioning the start cell and end cell.&lt;BR /&gt;- Then you will the collection with the data.&lt;BR /&gt;-Then use Sort Collection action from Utility collection manipulation Business object .
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24136.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24273i699C3DE57E56A04D/image-size/large?v=v2&amp;amp;px=999" role="button" title="24136.png" alt="24136.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hope it helps you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Srihari &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Jan 2022 05:13:00 GMT</pubDate>
    <dc:creator>KodiSrihari</dc:creator>
    <dc:date>2022-01-25T05:13:00Z</dc:date>
    <item>
      <title>How to sort a date in an excel column in descending order in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89549#M39915</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I am new to Blue Prism. Kindly let me know how to sort a column in an excel containing different dates in descending order in Blue Prism&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marina Dutta&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 24 Jan 2022 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89549#M39915</guid>
      <dc:creator>MarinaDutta</dc:creator>
      <dc:date>2022-01-24T16:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to sort a date in an excel column in descending order in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89550#M39916</link>
      <description>Hi Marina!&lt;BR /&gt;&lt;BR /&gt;You need to "translate" the Excel into DataTable (C#). Then you can use a DataView(C#) to sort the data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Code example:&lt;BR /&gt;DataView dv = ft.DefaultView;&lt;BR /&gt;dv.Sort = "occr desc";&lt;BR /&gt;DataTable sortedDT = dv.ToTable();&lt;BR /&gt;&lt;BR /&gt;For the "translate"... Here you have a quick guide for &lt;A href="https://higherlogicdownload.s3-external-1.amazonaws.com/BLUEPRISM/56f3f77f-6c92-4a75-9e66-0b0ed2f6e054_file.pdf?AWSAccessKeyId=AKIAVRDO7IEREB57R7MT&amp;amp;Expires=1643046327&amp;amp;Signature=RJ03xKNssszwq1htHd5bCzZv890%3D" target="_blank" rel="noopener"&gt;instaling OLE DB&lt;/A&gt; on your Blue Prism environment. Then you can connect to your Excel like a database. Use this link to complete your connection string &lt;A href="https://www.connectionstrings.com/excel/" target="_blank" rel="noopener"&gt;https://www.connectionstrings.com/excel/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If don't want to use code, you can create a Collection connection to your Excel like a database, and the you can use the "&lt;STRONG&gt;Utility - Collection Manipulation" &lt;/STRONG&gt;and then choose&lt;STRONG&gt; "Sort Collection"&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Programmer&lt;BR /&gt;Altamira AM&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2022 16:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89550#M39916</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-01-24T16:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to sort a date in an excel column in descending order in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89551#M39917</link>
      <description>Dear Pablo,&lt;BR /&gt;&lt;BR /&gt;Thank You very much for your answer. What I am trying to do is I have an Excel file containing a column having dates and I want to get the latest date. Attached is the Excel file for your reference. From the Column&amp;nbsp; which&amp;nbsp; is containing dates I want to get the latest dates. Attached is the example of date excel file. Can I proceed with the collection&amp;nbsp; &lt;STRONG&gt;Utility - Collection Manipulation"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;and then choose&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"Sort Collection" as you mentioned above. Can you guide me further as I am new to Blue Prism.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Marina&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marina Dutta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2022 01:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89551#M39917</guid>
      <dc:creator>MarinaDutta</dc:creator>
      <dc:date>2022-01-25T01:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to sort a date in an excel column in descending order in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89552#M39918</link>
      <description>Hi Pablo,&lt;BR /&gt;&lt;BR /&gt;Can I read a single column of an Excel sheet in Blue Prism. My requirement is read single column in an excel sheet and not the entire column.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Marina&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marina Dutta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2022 02:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89552#M39918</guid>
      <dc:creator>MarinaDutta</dc:creator>
      <dc:date>2022-01-25T02:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to sort a date in an excel column in descending order in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89553#M39919</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="dde0c974-19e6-46c5-ad23-acb54915ea29" data-tag-text="@Marina Dutta" href="https://community.blueprism.com/network/profile?UserKey=dde0c974-19e6-46c5-ad23-acb54915ea29" data-itemmentionkey="b95ccb13-fc56-4d17-a541-b2c23d71e806"&gt;@Marina Dutta&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;In Addition to &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; , Yes you can read single column of an excel sheet in Blue Prism.&lt;BR /&gt;&lt;BR /&gt;- Use MS Excel VBO with Get Worksheet Range as Collection action, where you can mention the Range of the required Column. By mentioning the start cell and end cell.&lt;BR /&gt;- Then you will the collection with the data.&lt;BR /&gt;-Then use Sort Collection action from Utility collection manipulation Business object .
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24136.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24273i699C3DE57E56A04D/image-size/large?v=v2&amp;amp;px=999" role="button" title="24136.png" alt="24136.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hope it helps you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Srihari &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2022 05:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-sort-a-date-in-an-excel-column-in-descending-order-in/m-p/89553#M39919</guid>
      <dc:creator>KodiSrihari</dc:creator>
      <dc:date>2022-01-25T05:13:00Z</dc:date>
    </item>
  </channel>
</rss>

