<?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: Filter Collection if greater than Number value in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97205#M45278</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/548"&gt;@MichealCharron&lt;/a&gt; @Paul JHM van Doorn&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Added screenshots.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Upon further inspection I see that it is sorting the data by the first number, going from 4-9 and increasing by second or third number values.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35303.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35366i60F5E0B09499D944/image-size/large?v=v2&amp;amp;px=999" role="button" title="35303.png" alt="35303.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35304.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35368i7D54B5CAF8A789D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35304.png" alt="35304.png" /&gt;&lt;/span&gt; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35305.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35369i3775E0E431BFABBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="35305.png" alt="35305.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
​</description>
    <pubDate>Thu, 02 Feb 2023 15:50:49 GMT</pubDate>
    <dc:creator>nrenaud1</dc:creator>
    <dc:date>2023-02-02T15:50:49Z</dc:date>
    <item>
      <title>Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97200#M45273</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am reading from an .xlsx file into a collection with thousands of rows.&amp;nbsp; I want to then filter the collection by one of the column values (Column 12) if it is &amp;gt; 45.&amp;nbsp; However, all of the fields in the collection are of type Text.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to use Filter Collection action to do this ? I cant figure out the Text format and cant compare text values to numbers.&lt;BR /&gt;&lt;BR /&gt;"'" &amp;amp; [Data.Column 12] &amp;amp; "'" &amp;amp; " &amp;gt; 45"&lt;BR /&gt;&lt;BR /&gt;Tryng to do something like this ?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Feb 2023 16:02:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97200#M45273</guid>
      <dc:creator>nrenaud1</dc:creator>
      <dc:date>2023-02-01T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97201#M45274</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="0cb7f633-6218-4325-8eb9-928df2d78d5e" data-tag-text="@Nick Renaud" href="https://community.blueprism.com/network/profile?UserKey=0cb7f633-6218-4325-8eb9-928df2d78d5e" data-itemmentionkey="cac7e162-1238-4a36-8f62-b5f181ccc76f"&gt;@Nick Renaud&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is a common misunderstanding of the "Filter Collection" action that you have to use the collection field notation in the filter but you have already passed the collection in through the "Collection In" parameter so you really just have to specify the column itself in the filter like the following:&lt;/P&gt;
&lt;PRE class="language-sql"&gt;&lt;CODE&gt;"[Column 12] &amp;gt; 45"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Even if your "Column 12" is text type, the filter will do the conversion as long as every row has a numeric value in it.​&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 21:19:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97201#M45274</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2023-02-01T21:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97202#M45275</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/548"&gt;@MichealCharron&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;This expression is technically working. But the data it is filtering is incredibly inaccurate (not pulling all rows &amp;gt; 45, and pulling many that are &amp;lt; 45).&lt;BR /&gt;&lt;BR /&gt;Even though every row is a numeric value in that column,​</description>
      <pubDate>Thu, 02 Feb 2023 03:33:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97202#M45275</guid>
      <dc:creator>nrenaud1</dc:creator>
      <dc:date>2023-02-02T03:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97203#M45276</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;That sounds strange. &lt;BR /&gt;&lt;BR /&gt;With a Text field containing number values, I'd expect the decision stage to be something like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35302.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35364i0D653887F8BEB1F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="35302.png" alt="35302.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Can you screendump some of the data in Column 12 (some values that work, and some that don't) and the data type of the field?&lt;BR /&gt;&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden</description>
      <pubDate>Thu, 02 Feb 2023 06:57:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97203#M45276</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-02T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97204#M45277</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="0cb7f633-6218-4325-8eb9-928df2d78d5e" data-tag-text="@Nick Renaud" href="https://community.blueprism.com/network/profile?UserKey=0cb7f633-6218-4325-8eb9-928df2d78d5e" data-itemmentionkey="1457f817-246c-4084-96b4-78c64f585773"&gt;@Nick Renaud&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you could provide us with a screenshot of data, as Paul JHM van Doorn (sorry, can't seem to get the &lt;EM&gt;@mention&lt;/EM&gt; to work for your name) wrote in his reply, I am curious why it is not working. Right now, the only thing I can surmise is that you have zero or space padding in some of your values.&lt;BR /&gt;&lt;BR /&gt;There is a function for explicitly conversion converting the values to numbers (which we use if there are decimals in the values). Using that function would be the following:&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;"CONVERT([Column 12], System.Decimal) &amp;gt; 45"​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;​​​​​​</description>
      <pubDate>Thu, 02 Feb 2023 13:41:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97204#M45277</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2023-02-02T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97205#M45278</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/548"&gt;@MichealCharron&lt;/a&gt; @Paul JHM van Doorn&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Added screenshots.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Upon further inspection I see that it is sorting the data by the first number, going from 4-9 and increasing by second or third number values.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35303.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35366i60F5E0B09499D944/image-size/large?v=v2&amp;amp;px=999" role="button" title="35303.png" alt="35303.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35304.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35368i7D54B5CAF8A789D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35304.png" alt="35304.png" /&gt;&lt;/span&gt; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35305.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35369i3775E0E431BFABBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="35305.png" alt="35305.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
​</description>
      <pubDate>Thu, 02 Feb 2023 15:50:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97205#M45278</guid>
      <dc:creator>nrenaud1</dc:creator>
      <dc:date>2023-02-02T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97206#M45279</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0cb7f633-6218-4325-8eb9-928df2d78d5e" data-tag-text="@Nick R" href="https://community.blueprism.com/network/profile?UserKey=0cb7f633-6218-4325-8eb9-928df2d78d5e" data-itemmentionkey="69914e67-b104-48db-8967-cea4747f60e0"&gt;@Nick R&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My Test collection is Coll1 have 2 columns with Text type. You can create Coll2 have 2 columns with 1 column data type is text, other one is Number.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35306.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35370iAFCA35553784EE01/image-size/large?v=v2&amp;amp;px=999" role="button" title="35306.png" alt="35306.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Add a calculation Stage.&lt;BR /&gt;Calc stage have no formula. Expression section is [Coll1] and Store Result in Coll2&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35307.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35371iA6F15EA686342AB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="35307.png" alt="35307.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Than you can use Coll2 with a number type data for filter.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35308.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35367i88EA5D5A1D69C364/image-size/large?v=v2&amp;amp;px=999" role="button" title="35308.png" alt="35308.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35309.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35373iE492D35D18A5547F/image-size/large?v=v2&amp;amp;px=999" role="button" title="35309.png" alt="35309.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Output is Coll3&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35310.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35372i908F3AF9CE2D9D65/image-size/large?v=v2&amp;amp;px=999" role="button" title="35310.png" alt="35310.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Have a nice day...​</description>
      <pubDate>Thu, 02 Feb 2023 19:21:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97206#M45279</guid>
      <dc:creator>ÖzençGezgin</dc:creator>
      <dc:date>2023-02-02T19:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97207#M45280</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/548"&gt;@MichealCharron&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Your first proposal assumed the column to be a Number where it was Text​ according to Nick. Hence my proposal using the ToNumber() function. In my example, I picked the column from the list as presented in the properties of the Calculation stage, hence the use of Collection.Field notation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Nick's screenshots clearly show that the data has type Text, not Number. While his original code may work with the two digit values, the three digits clearly will not. My example should work, either in a Decision stage while looping the collection, or in a Filter stage for that matter.&lt;BR /&gt;&lt;BR /&gt;Additionally, there's an example from &lt;SPAN&gt;Özenç&amp;nbsp;&lt;/SPAN&gt;that converts the Text to a Number in a new column in the same collection, and then use the new column for filtering. That'll work too, but it consists of extra stages and a new column that I probably would prefer not to have.&lt;BR /&gt;&lt;BR /&gt;All of the above are mho.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden</description>
      <pubDate>Fri, 03 Feb 2023 06:03:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97207#M45280</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-03T06:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97208#M45281</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;I did know it was a text column. The "Filter Collection" action uses ​a .Net DataTable.Select method which works with most of the same underlying rules as SQL. When evaluating a filterExpression, the Select method will cast a numeric value string to a number, if possible. Using the Convert function (in previous post) goes a little further in handling strings with commas or decimal points or even leading spaces.&lt;BR /&gt;&lt;BR /&gt;Simple Cast Collection In&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35311.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35374i8C58C7B26079DE8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35311.png" alt="35311.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Simple Cast with Collection Out&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35312.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35377iE0BCAE3BA60C7FCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="35312.png" alt="35312.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
CONVERT Function Collection In&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35313.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35376i9BB19BF3C510D99D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35313.png" alt="35313.png" /&gt;&lt;/span&gt;&lt;BR /&gt;CONVERT Function with Collection Out&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35314.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35379i72B4E11F85DDFFFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="35314.png" alt="35314.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Feb 2023 13:16:48 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97208#M45281</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2023-02-03T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97209#M45282</link>
      <description>It's too much effort to run a simple numeric filter on data sourced from Excel. I have confirmed with BP support that unless the Excel column is formatted as a number, applying filters on collections containing number data is highly unreliable. I have experienced this myself. It is not always possible to process strongly typed Excel worksheets in real world scenarios.&lt;BR /&gt;&lt;BR /&gt;As a solution, I'm coming up with a Data Filter VBO that will help us overcome such issues. Instead of building a loop to check for and evaluate numeric filter conditions, this VBO will help us apply filters in a single step and return accurate results.&lt;BR /&gt;&lt;BR /&gt;Here is a preview from the documentation that will be published with the VBO. As you can see, we are applying common numeric filters to an Excel sourced collection, and it returns the expected number of records. All in a single step.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35315.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35375i462D9B4414949349/image-size/large?v=v2&amp;amp;px=999" role="button" title="35315.png" alt="35315.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35316.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35378i453C24EB5E8642D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="35316.png" alt="35316.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Stay tuned!</description>
      <pubDate>Fri, 03 Feb 2023 17:10:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97209#M45282</guid>
      <dc:creator>andymenon</dc:creator>
      <dc:date>2023-02-03T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Collection if greater than Number value</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97210#M45283</link>
      <description>Hi @Nick R&lt;BR /&gt;&lt;BR /&gt;After taking data from excel. you can convert data type of column which is in text to number. Later you can put filter for values&lt;BR /&gt;Create action for converting data type&lt;BR /&gt;Please follow images&amp;nbsp;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35319.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35380iFDF408FE2EAB75F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35319.png" alt="35319.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35320.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35382i752A10991B486CF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="35320.png" alt="35320.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35321.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35385i47866996AFA4B032/image-size/large?v=v2&amp;amp;px=999" role="button" title="35321.png" alt="35321.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35322.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35387i47A43418912AD65C/image-size/large?v=v2&amp;amp;px=999" role="button" title="35322.png" alt="35322.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
​&lt;BR /&gt;Thanks,&lt;BR /&gt;Soumya</description>
      <pubDate>Mon, 06 Feb 2023 05:35:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-Collection-if-greater-than-Number-value/m-p/97210#M45283</guid>
      <dc:creator>Soumya21</dc:creator>
      <dc:date>2023-02-06T05:35:18Z</dc:date>
    </item>
  </channel>
</rss>

