<?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: All posibility combination in a Collection in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100054#M3321</link>
    <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d0588e0b-036b-4e6b-9060-f9342b276c25" data-tag-text="@Nazaret Martinez Bernal" href="https://community.blueprism.com/network/profile?UserKey=d0588e0b-036b-4e6b-9060-f9342b276c25" data-itemmentionkey="0c897fe1-1d6c-444f-ab4d-720db573c7e9"&gt;@Nazaret Martinez Bernal&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm still not entirely clear on your definition of a combination. Does this mean take the contents of row 1 and append the contents of row 2 to create a new row in a different Collection?&lt;BR /&gt;&lt;BR /&gt;Ex. - We have Collection A, our raw data collection, with 3 columns and 3 rows defined in it. Then we have Collection B, which is our results/output collection.&lt;BR /&gt;Collection A&lt;BR /&gt;Row 1 = 12, 223, 456&lt;BR /&gt;Row 2 = 3, 65, 243&amp;nbsp;&lt;BR /&gt;Row 3 = 99, 101, 200&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;After running the "combination" do we end up with&lt;BR /&gt;Collection B&lt;BR /&gt;Row 1 (Collection A R1) = 12, 223, 456&lt;BR /&gt;Row 2 (Collection A R1, R2) = 12, 223, 456, 3, 65, 243&lt;BR /&gt;Row 3 (Collection A R1, R2, R3) = 12, 223, 456, 3, 65, 243, 99, 101, 200&lt;BR /&gt;Row 4 (Collection A R1, R3) = 12, 223, 456, 99, 101, 200&amp;nbsp;&lt;BR /&gt;Row 5 (Collection A R2) = 3, 65, 243&lt;BR /&gt;Row 6 (Collection A R2, R3) = 3, 65, 243, 99, 101, 200&lt;BR /&gt;Row 7 (Collection A R3) = 99, 101, 200&lt;BR /&gt;&lt;BR /&gt;Or are you looking to perform a mathematical calculation (ex. addition) on the columns between rows?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
    <pubDate>Wed, 19 Jan 2022 19:11:40 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-01-19T19:11:40Z</dc:date>
    <item>
      <title>All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100050#M3317</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am working with blueprism and I have a smallproblem.&lt;BR /&gt;&lt;BR /&gt;I have a collection with several columns related to finances and I need to find compensation. At this point, I need to know all the possible combinations within my collection, that is, if the collection has 10 lines I need to know all the possible combinations between those 10 lines (line 1 with line 2 would be a combination, but it would also be a combination to join the first 8 lines).&lt;BR /&gt;&lt;BR /&gt;The collection with which we work can be 2 lines or 500, so I think that with code it would be faster.&lt;BR /&gt;&lt;BR /&gt;can you help me, friends?&lt;BR /&gt;&lt;BR /&gt;Thank you so much.</description>
      <pubDate>Mon, 17 Jan 2022 11:14:32 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100050#M3317</guid>
      <dc:creator>NazaretMartine1</dc:creator>
      <dc:date>2022-01-17T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100051#M3318</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d0588e0b-036b-4e6b-9060-f9342b276c25" data-tag-text="@Nazaret Martinez Bernal" href="https://community.blueprism.com/network/profile?UserKey=d0588e0b-036b-4e6b-9060-f9342b276c25" data-itemmentionkey="1e5a0c88-b23c-47a3-ba06-bdc0adb23c01"&gt;@Nazaret Martinez Bernal&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;What is the definition of a "combination" here? You're talking about lines and columns. Is a combination taking every column from line X and adding it to every column of line Z? Is it just appending the columns of one line to the columns of every other line? There's quite a bit of ambiguity here. Can you post an actual example (maybe in Excel) with some sample data?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Mon, 17 Jan 2022 16:56:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100051#M3318</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-01-17T16:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100052#M3319</link>
      <description>Hi @Eric&amp;nbsp;Wilson,&lt;BR /&gt;&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;I need all combinations possibles between rows. For example, in a collection with 4 lines i can...&lt;BR /&gt;&lt;BR /&gt;Line 1, Line 2,&lt;BR /&gt;Line 1, Line 3,&lt;BR /&gt;Line 1, Line 4,&lt;BR /&gt;Line 2, Line 3,&lt;BR /&gt;Line 2, Line 4,&lt;BR /&gt;Line 3, Line 4,&lt;BR /&gt;Line 1, Line 2, Line 3,&lt;BR /&gt;Line 1, Line 3, Line 4,&lt;BR /&gt;Line 2, Line 3,Line 4,&lt;BR /&gt;Line 1, Line 2, Line 3, Line 4&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Thank you.​</description>
      <pubDate>Mon, 17 Jan 2022 17:39:23 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100052#M3319</guid>
      <dc:creator>NazaretMartine1</dc:creator>
      <dc:date>2022-01-17T17:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100053#M3320</link>
      <description>I think the number could be very large and probably too big for a collection. Can you explain the use case?</description>
      <pubDate>Tue, 18 Jan 2022 09:22:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100053#M3320</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-01-18T09:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100054#M3321</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d0588e0b-036b-4e6b-9060-f9342b276c25" data-tag-text="@Nazaret Martinez Bernal" href="https://community.blueprism.com/network/profile?UserKey=d0588e0b-036b-4e6b-9060-f9342b276c25" data-itemmentionkey="0c897fe1-1d6c-444f-ab4d-720db573c7e9"&gt;@Nazaret Martinez Bernal&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm still not entirely clear on your definition of a combination. Does this mean take the contents of row 1 and append the contents of row 2 to create a new row in a different Collection?&lt;BR /&gt;&lt;BR /&gt;Ex. - We have Collection A, our raw data collection, with 3 columns and 3 rows defined in it. Then we have Collection B, which is our results/output collection.&lt;BR /&gt;Collection A&lt;BR /&gt;Row 1 = 12, 223, 456&lt;BR /&gt;Row 2 = 3, 65, 243&amp;nbsp;&lt;BR /&gt;Row 3 = 99, 101, 200&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;After running the "combination" do we end up with&lt;BR /&gt;Collection B&lt;BR /&gt;Row 1 (Collection A R1) = 12, 223, 456&lt;BR /&gt;Row 2 (Collection A R1, R2) = 12, 223, 456, 3, 65, 243&lt;BR /&gt;Row 3 (Collection A R1, R2, R3) = 12, 223, 456, 3, 65, 243, 99, 101, 200&lt;BR /&gt;Row 4 (Collection A R1, R3) = 12, 223, 456, 99, 101, 200&amp;nbsp;&lt;BR /&gt;Row 5 (Collection A R2) = 3, 65, 243&lt;BR /&gt;Row 6 (Collection A R2, R3) = 3, 65, 243, 99, 101, 200&lt;BR /&gt;Row 7 (Collection A R3) = 99, 101, 200&lt;BR /&gt;&lt;BR /&gt;Or are you looking to perform a mathematical calculation (ex. addition) on the columns between rows?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Wed, 19 Jan 2022 19:11:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100054#M3321</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-01-19T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: All posibility combination in a Collection</title>
      <link>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100055#M3322</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="1ad07061-f603-408d-a43f-35ac521adbea"&gt;@John Carter&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More or less...&lt;BR /&gt;&lt;BR /&gt;​I explain the context, because i have not explained myself well.&lt;BR /&gt;&lt;BR /&gt;My process works with financial data, I have a collection A with several financial data, one of these columns is numerical (positive and negative numbers). I need to find among those numbers that rows add up to a specific value or a interval and return a collection B&amp;nbsp; with the rows that comply it.&lt;BR /&gt;&lt;BR /&gt;For example, i need the rows that numeric value add up to 0.&lt;BR /&gt;&lt;BR /&gt;Row 1: 140,50&lt;BR /&gt;Row 2: 1504,60&lt;BR /&gt;Row 3: - 67,60&lt;BR /&gt;Row 4: - 110&lt;BR /&gt;Row 5: - 33,50&lt;BR /&gt;Row 6:&amp;nbsp; &amp;nbsp;3&lt;BR /&gt;&lt;BR /&gt;In this example, the collection B return the row 1,4, 5 and 6 because i need a value 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when I asked about the combinations, it was to test the sum of this value among all the available combinations&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;​</description>
      <pubDate>Thu, 20 Jan 2022 12:49:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/All-posibility-combination-in-a-Collection/m-p/100055#M3322</guid>
      <dc:creator>NazaretMartine1</dc:creator>
      <dc:date>2022-01-20T12:49:53Z</dc:date>
    </item>
  </channel>
</rss>

