<?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: Trying to move headings from single lines to filling an extra column in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550204#M119078</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96516"&gt;@AkisM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that case i've made a small change, I think this is now what you're trying to achieve?&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/105852i3A137E80CC506585/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issue please mark the answer as correct, if not let me know! I've attached an updated workflow for you to download if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 10:33:55 GMT</pubDate>
    <dc:creator>Jonathan-Sherman</dc:creator>
    <dc:date>2020-04-02T10:33:55Z</dc:date>
    <item>
      <title>Trying to move headings from single lines to filling an extra column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550188#M119071</link>
      <description>&lt;P&gt;My input table looks like this&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;ColumnA&lt;/TD&gt;&lt;TD&gt;ColumnB&lt;/TD&gt;&lt;TD&gt;ColumnC&lt;/TD&gt;&lt;TD&gt;ColumnD&lt;/TD&gt;&lt;TD&gt;ColumnE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingA&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SubheadingA&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value A1&lt;/TD&gt;&lt;TD&gt;Value B1&lt;/TD&gt;&lt;TD&gt;Value C1&lt;/TD&gt;&lt;TD&gt;Value D1&lt;/TD&gt;&lt;TD&gt;Value E1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value A2&lt;/TD&gt;&lt;TD&gt;Value B2&lt;/TD&gt;&lt;TD&gt;Value C2&lt;/TD&gt;&lt;TD&gt;Value D2&lt;/TD&gt;&lt;TD&gt;Value E2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingB&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value A3&lt;/TD&gt;&lt;TD&gt;Value B3&lt;/TD&gt;&lt;TD&gt;Value C3&lt;/TD&gt;&lt;TD&gt;Value D3&lt;/TD&gt;&lt;TD&gt;Value E3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So sometimes there's only 1 main heading, sometimes there's both a heading and a subheading. I would like to create 2 separate columns for headings and subheading, as shown below:&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;Heading&lt;/TD&gt;&lt;TD&gt;Subheading&lt;/TD&gt;&lt;TD&gt;ColumnA&lt;/TD&gt;&lt;TD&gt;ColumnB&lt;/TD&gt;&lt;TD&gt;ColumnC&lt;/TD&gt;&lt;TD&gt;ColumnD&lt;/TD&gt;&lt;TD&gt;ColumnE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingA&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingA&lt;/TD&gt;&lt;TD&gt;SubheadingA&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingA&lt;/TD&gt;&lt;TD&gt;SubheadingA&lt;/TD&gt;&lt;TD&gt;Value A1&lt;/TD&gt;&lt;TD&gt;Value B1&lt;/TD&gt;&lt;TD&gt;Value C1&lt;/TD&gt;&lt;TD&gt;Value D1&lt;/TD&gt;&lt;TD&gt;Value E1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingA&lt;/TD&gt;&lt;TD&gt;SubheadingA&lt;/TD&gt;&lt;TD&gt;Value A2&lt;/TD&gt;&lt;TD&gt;Value B2&lt;/TD&gt;&lt;TD&gt;Value C2&lt;/TD&gt;&lt;TD&gt;Value D2&lt;/TD&gt;&lt;TD&gt;Value E2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingB&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HeadingB&lt;/TD&gt;&lt;TD&gt;[Null]&lt;/TD&gt;&lt;TD&gt;Value A3&lt;/TD&gt;&lt;TD&gt;Value B3&lt;/TD&gt;&lt;TD&gt;Value C3&lt;/TD&gt;&lt;TD&gt;Value D3&lt;/TD&gt;&lt;TD&gt;Value E3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a large number of headings/subheadings with data following them. Any ideas how to achieve the above transformation? I feel like it is simple but can't quite point my finger to it without some complex multi-row formulas.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 09:57:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550188#M119071</guid>
      <dc:creator>AkisM</dc:creator>
      <dc:date>2020-04-02T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to move headings from single lines to filling an extra column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550199#M119074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96516"&gt;@AkisM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this is what you're trying to achieve?&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/105851iA786CB83D516DB35/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:20:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550199#M119074</guid>
      <dc:creator>Jonathan-Sherman</dc:creator>
      <dc:date>2020-04-02T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to move headings from single lines to filling an extra column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550202#M119077</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/58979"&gt;@Jonathan-Sherman&lt;/a&gt;&amp;nbsp;Hi, not quite. Value A is lost in the workflow above. All values must be kept intact, as shown in Table 2 in my original post.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:26:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550202#M119077</guid>
      <dc:creator>AkisM</dc:creator>
      <dc:date>2020-04-02T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to move headings from single lines to filling an extra column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550204#M119078</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/96516"&gt;@AkisM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that case i've made a small change, I think this is now what you're trying to achieve?&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/105852i3A137E80CC506585/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issue please mark the answer as correct, if not let me know! I've attached an updated workflow for you to download if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:33:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550204#M119078</guid>
      <dc:creator>Jonathan-Sherman</dc:creator>
      <dc:date>2020-04-02T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to move headings from single lines to filling an extra column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550211#M119079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/58979"&gt;@Jonathan-Sherman&lt;/a&gt;&amp;nbsp;, not exactly, because the headings/subheadings can be any word, not those words specifically. So using those words as flags won't work. But I get the point of the workflow now, I will just use isNull on the value columns as the flag and it should work fine. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:44:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Trying-to-move-headings-from-single-lines-to-filling-an-extra/m-p/550211#M119079</guid>
      <dc:creator>AkisM</dc:creator>
      <dc:date>2020-04-02T10:44:10Z</dc:date>
    </item>
  </channel>
</rss>

