<?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: Use number of indents to produce a numeric outline to produce a unique id in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626297#M142011</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22819"&gt;@Greg_Murray&lt;/a&gt;&amp;nbsp; &amp;nbsp;HELP. &amp;nbsp; It only works within your file. &amp;nbsp;It stops working if I try to bring the macro into another workflow (to include a new workflow). &amp;nbsp;The only way I can get it to work is to import my workflow into yours. &amp;nbsp; What am I doing wrong?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Aug 2020 17:48:55 GMT</pubDate>
    <dc:creator>hellyars</dc:creator>
    <dc:date>2020-08-28T17:48:55Z</dc:date>
    <item>
      <title>Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/623929#M141261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is pretty messy. &amp;nbsp;I have a Build Of Materials (BOM). &amp;nbsp;Part Numbers are not unique IDs. &amp;nbsp;Parts, such as a bolt, may be used multiple times across the BOM. &amp;nbsp;I want to compare different iterations of the BOM, so Record ID will not work across iterations. &amp;nbsp;The BOM is indented. &amp;nbsp; The indentation references + the part number are still not unique. &amp;nbsp;They could be, if I could convert the Indent reference to a number outline. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of what I want to do. &amp;nbsp;In reality, there are 82,000 lines and up to 12 indent references. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I construct a formula to create this translation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Indent Reference&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Desired Outline ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1&lt;/TD&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1&lt;/TD&gt;&lt;TD&gt;1.1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1&lt;/TD&gt;&lt;TD&gt;1.1.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1,1&lt;/TD&gt;&lt;TD&gt;1.1.2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1&lt;/TD&gt;&lt;TD&gt;1.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1.2.1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1&lt;/TD&gt;&lt;TD&gt;1.2.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1&lt;/TD&gt;&lt;TD&gt;2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1,1,1&lt;/TD&gt;&lt;TD&gt;2.1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1,1,1,1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2.1.1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1,1,1,1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2.1.1.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1,1,1,1,1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2.1.1.2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1,1,1,1,1,1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2.1.1.2.2.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1,1,1,1,1,1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2.1.1.2.2.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 24 Aug 2020 18:50:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/623929#M141261</guid>
      <dc:creator>hellyars</dc:creator>
      <dc:date>2020-08-24T18:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/623993#M141284</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22097"&gt;@hellyars&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this works for the example you have below with the exception of the last couple rows. You may have to tweak the iterative macro to work with your actual data.&amp;nbsp;&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="Greg_Murray_1-1598303848145.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/129862i9486949259F9BE6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Greg_Murray_1-1598303848145.png" alt="Greg_Murray_1-1598303848145.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 21:18:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/623993#M141284</guid>
      <dc:creator>Greg_Murray</dc:creator>
      <dc:date>2020-08-24T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/625778#M141835</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22819"&gt;@Greg_Murray&lt;/a&gt;&amp;nbsp; First, thank you. &amp;nbsp;Two, sorry for not responding earlier. &amp;nbsp;Three, this works perfectly. &amp;nbsp;My example is what is off. &amp;nbsp;The last two rows in my desired outline example are incorrect. &amp;nbsp;Awesome! &amp;nbsp;Now, I have to study this macro. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 20:44:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/625778#M141835</guid>
      <dc:creator>hellyars</dc:creator>
      <dc:date>2020-08-27T20:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626297#M142011</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22819"&gt;@Greg_Murray&lt;/a&gt;&amp;nbsp; &amp;nbsp;HELP. &amp;nbsp; It only works within your file. &amp;nbsp;It stops working if I try to bring the macro into another workflow (to include a new workflow). &amp;nbsp;The only way I can get it to work is to import my workflow into yours. &amp;nbsp; What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 17:48:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626297#M142011</guid>
      <dc:creator>hellyars</dc:creator>
      <dc:date>2020-08-28T17:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626301#M142013</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22097"&gt;@hellyars&lt;/a&gt;&amp;nbsp;can you screenshot what you are seeing and/or share a sample of the workflow you are trying to use it in?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 17:54:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626301#M142013</guid>
      <dc:creator>Greg_Murray</dc:creator>
      <dc:date>2020-08-28T17:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use number of indents to produce a numeric outline to produce a unique id</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626305#M142015</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/22819"&gt;@Greg_Murray&lt;/a&gt;&amp;nbsp; Thanks for the quick response. &amp;nbsp;I will have to wait for it to happen again. &amp;nbsp;I deleted the corrupt version and restarted with a clean copy of your example. &amp;nbsp;So far, it is working. &amp;nbsp;But, this has happened several times. &amp;nbsp;Next time I will document it. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 18:01:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-number-of-indents-to-produce-a-numeric-outline-to-produce-a/m-p/626305#M142015</guid>
      <dc:creator>hellyars</dc:creator>
      <dc:date>2020-08-28T18:01:44Z</dc:date>
    </item>
  </channel>
</rss>

