<?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: Quarterly comparison of same customers in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900437#M217629</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; This got me on the right path.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 22:23:26 GMT</pubDate>
    <dc:creator>arnettmh</dc:creator>
    <dc:date>2022-02-08T22:23:26Z</dc:date>
    <item>
      <title>Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900296#M217578</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In my company, customers can create their own orders (self-serve via web, text, etc.) or they can call in via phone to place an order. I am trying to do a quarterly comparison of the data (Q3 vs. Q4) to see how many of those customers who placed an order via self-service in Q3 moved to placing orders via phone in Q4. I created a side-by-side graph broken out by product areas and I can see movement from one "bucket" to the other. However, I need to be able to do the comparison of only existing customers and remove any new customers from this comparison. I am new to Alteryx and I am stumped on how to achieve this. I do have Customer IDs that I can use to determine new vs. existing customers. I need to remove customer IDs from Q4 that did not exist in Q3. Any advice would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 17:16:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900296#M217578</guid>
      <dc:creator>arnettmh</dc:creator>
      <dc:date>2022-02-08T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900297#M217579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/291684"&gt;@arnettmh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you provide some sample input and expected output It will help us get a better understanding of the usecase.&lt;BR /&gt;&lt;BR /&gt;We will be happy to help : )&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 17:18:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900297#M217579</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-02-08T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900355#M217593</link>
      <description>&lt;P&gt;I have attached some sample data.&amp;nbsp; This is randomized and has, of course, much less data, but includes the fields I believe you would need.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 18:56:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900355#M217593</guid>
      <dc:creator>arnettmh</dc:creator>
      <dc:date>2022-02-08T18:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900392#M217605</link>
      <description>&lt;P&gt;Sorry....file attached.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 19:41:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900392#M217605</guid>
      <dc:creator>arnettmh</dc:creator>
      <dc:date>2022-02-08T19:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900401#M217609</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/291684"&gt;@arnettmh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Please review my take on this, steps taken:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1. Create quarters based off input date&lt;/P&gt;&lt;P&gt;2. Compare q3 and q4 customers&lt;/P&gt;&lt;P&gt;3. If Customer ID in Q4 is not present in Q3, that is dropped off at the right join.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaeLim_0-1644350053759.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/222080iB35BBC31BD82AC72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JaeLim_0-1644350053759.png" alt="JaeLim_0-1644350053759.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 19:55:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900401#M217609</guid>
      <dc:creator>JaeLim</dc:creator>
      <dc:date>2022-02-08T19:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Quarterly comparison of same customers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900437#M217629</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; This got me on the right path.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 22:23:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Quarterly-comparison-of-same-customers/m-p/900437#M217629</guid>
      <dc:creator>arnettmh</dc:creator>
      <dc:date>2022-02-08T22:23:26Z</dc:date>
    </item>
  </channel>
</rss>

