<?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 group by every break in pattern? in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523244#M110313</link>
    <description>&lt;P&gt;Here's another approach using Transpose.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 19:19:43 GMT</pubDate>
    <dc:creator>TonyA</dc:creator>
    <dc:date>2020-02-04T19:19:43Z</dc:date>
    <item>
      <title>How to group by every break in pattern?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523198#M110294</link>
      <description>&lt;P&gt;I have a report that comes in every month that has a list of employees, whoever is on the list is allowed to use the render farm for that month (fake example). If they are &lt;FONT color="#FF0000"&gt;absent&lt;/FONT&gt; on the list, they are not allowed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to group it by every break in the pattern.&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="Anonymous1_0-1580838080915.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/97022i9AEEAD536CE3FFD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anonymous1_0-1580838080915.png" alt="Anonymous1_0-1580838080915.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Real Entry = 1 present for that month, Real Entry = 0 not present.&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="Anonymous1_1-1580838435283.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/97023i6D9AE7A65EE0CAE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anonymous1_1-1580838435283.png" alt="Anonymous1_1-1580838435283.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached the excel data and workbook. Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 18:30:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523198#M110294</guid>
      <dc:creator>Anonymous1</dc:creator>
      <dc:date>2020-02-07T18:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to group by every break in pattern?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523230#M110306</link>
      <description>&lt;P&gt;I've reconfigured the Tile tool so the Tile_Num column should give you the grouping as in the image you'd attached. Let me know if this works!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 18:31:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523230#M110306</guid>
      <dc:creator>nivi_s</dc:creator>
      <dc:date>2020-02-07T18:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to group by every break in pattern?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523244#M110313</link>
      <description>&lt;P&gt;Here's another approach using Transpose.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 19:19:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523244#M110313</guid>
      <dc:creator>TonyA</dc:creator>
      <dc:date>2020-02-04T19:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to group by every break in pattern?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523265#M110321</link>
      <description>&lt;P&gt;Thank you Nivi and Tony for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution does work for me but I'm confused with the logic behind it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tile groups data into sets and we have chosen to use unique value grouped by employee name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So why is it not doing:&lt;/P&gt;&lt;P&gt;Employee A : 1/1/2019 = 1&lt;/P&gt;&lt;P&gt;Employee A : 2/1/2019 = 2&lt;/P&gt;&lt;P&gt;Employee A : 3/1/2019 = 3&lt;/P&gt;&lt;P&gt;etc. etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since these combination of name : date is unique?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 20:29:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-group-by-every-break-in-pattern/m-p/523265#M110321</guid>
      <dc:creator>Anonymous1</dc:creator>
      <dc:date>2020-02-04T20:29:03Z</dc:date>
    </item>
  </channel>
</rss>

