<?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: Contra Workflow in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466265#M92005</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/97840"&gt;@CeesayN&lt;/a&gt;&amp;nbsp;try the attached workflow. It takes some time to run, but what it does is 1-1 matches, and then takes the remaining items and feeds them through a batch macro that uses the optimization tool set to maximize the number of records that meet the parameter Amount = 0.00.&lt;BR /&gt;&lt;BR /&gt;The first step of the 1-1 matching is really just to speed up the n-n matching as each iteration of the macro can add significant time.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 13:08:10 GMT</pubDate>
    <dc:creator>JReid</dc:creator>
    <dc:date>2019-09-19T13:08:10Z</dc:date>
    <item>
      <title>Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465253#M91723</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Alteryx and with help from some good members of this community, we come up with the below workflow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78631i1A2FBB165E73694C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The intention is to have a workflow which will look for positive and negative numbers which net to zero and remove them from the data if certain conditions are met. For example amount in one of the rows is -10000 and in another row it is 10000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These conditions are that both rows will have:&lt;/P&gt;&lt;P&gt;1. the same business unit code&lt;/P&gt;&lt;P&gt;2. the same location code&lt;/P&gt;&lt;P&gt;3. the same department code&lt;/P&gt;&lt;P&gt;4. the same project code&lt;/P&gt;&lt;P&gt;5. the same PO 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any chance that someone can help fine tune the attached workflow to do what I want it to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nuha&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 17:06:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465253#M91723</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-17T17:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465274#M91727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/97840"&gt;@CeesayN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please include&amp;nbsp; input data file&amp;nbsp; and&amp;nbsp; sample&amp;nbsp; expected&amp;nbsp; output .&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 17:31:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465274#M91727</guid>
      <dc:creator>benakesh</dc:creator>
      <dc:date>2019-09-17T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465296#M91735</link>
      <description>&lt;P&gt;Will the matches always be 1-1 or could there be 1-n or n-n?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's always 1-1 I'd recommend a batch macro, if it's 1-n or n-n then you may want something a bit more powerful.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 18:10:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/465296#M91735</guid>
      <dc:creator>JReid</dc:creator>
      <dc:date>2019-09-17T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466159#M91973</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/92497"&gt;@JReid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for looking at my query and apologies for the late reply, I was off ill yesterday. The matches will not always be 1:1, there will be instances where you have more than one row matching the criteria but I want the offset to happen when the first condition is met.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nuha&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:10:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466159#M91973</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-19T09:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466160#M91974</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/92497"&gt;@JReid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, in response to your specific question, I think it is n-n if I understand you well because you do not always know which numbers will be offset against others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nuha&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:14:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466160#M91974</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-19T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466182#M91976</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/12246"&gt;@benakesh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached the input file. I am not able to get the expected output without the solution as this will involve a lot of manual work which is what I am trying to avoid at all cost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expected output should ensure that where there are positive and negative amounts of the same value in the data, these to be offset where the given criteria is met.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 10:11:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466182#M91976</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-19T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466265#M92005</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/97840"&gt;@CeesayN&lt;/a&gt;&amp;nbsp;try the attached workflow. It takes some time to run, but what it does is 1-1 matches, and then takes the remaining items and feeds them through a batch macro that uses the optimization tool set to maximize the number of records that meet the parameter Amount = 0.00.&lt;BR /&gt;&lt;BR /&gt;The first step of the 1-1 matching is really just to speed up the n-n matching as each iteration of the macro can add significant time.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:08:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466265#M92005</guid>
      <dc:creator>JReid</dc:creator>
      <dc:date>2019-09-19T13:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466436#M92056</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/92497"&gt;@JReid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so very much for looking into this for me, really appreciate it. It appears that your version of Alteryx is newer than mine as I am on version 19.1, which prevented me from opening your workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try with our IT to update my version to the most recent one 19.2 maybe? and try using the workflow you created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nuha&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 16:47:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466436#M92056</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-19T16:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466490#M92070</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/97840"&gt;@CeesayN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should work on 19.1, but it does require the predictive package to use the optimization tool.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 18:43:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/466490#M92070</guid>
      <dc:creator>JReid</dc:creator>
      <dc:date>2019-09-19T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Contra Workflow</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/467462#M92322</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/92497"&gt;@JReid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. I am trying to get an upgrade and will let you know when I am able to open the file and use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks once again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nuha&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 09:08:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Contra-Workflow/m-p/467462#M92322</guid>
      <dc:creator>CeesayN</dc:creator>
      <dc:date>2019-09-23T09:08:59Z</dc:date>
    </item>
  </channel>
</rss>

