<?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: Compare Row data with Header names in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155346#M285752</link>
    <description>&lt;P&gt;You could just slimplify to the attached image&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 10:57:21 GMT</pubDate>
    <dc:creator>lbardoe</dc:creator>
    <dc:date>2023-06-28T10:57:21Z</dc:date>
    <item>
      <title>Compare Row data with Header names</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155325#M285742</link>
      <description>&lt;P&gt;Hello Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope all is well :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question here I am not able to figure out yet.&lt;/P&gt;&lt;P&gt;I have this dataset&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/312427i9707AF1F79DF7DF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="a.PNG" alt="a.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to test if the info in the column DataP-Out matches the Headers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DataP-out is the last Date where we can have amounts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i want to is to compare the rows in the DataP-out with the Headers.&lt;/P&gt;&lt;P&gt;If the DataP-out matches the Header and the row is null/empty would show an "OK", else "error".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I have no idea how to manage it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please assist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roddy :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 09:40:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155325#M285742</guid>
      <dc:creator>mrodrigo</dc:creator>
      <dc:date>2023-06-28T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Row data with Header names</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155335#M285746</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/366614"&gt;@mrodrigo&lt;/a&gt;&amp;nbsp;one way of doing this&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="Screenshot 2023-06-28 105500.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/312434iE6C06DC862F4354F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-28 105500.png" alt="Screenshot 2023-06-28 105500.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 09:57:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155335#M285746</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2023-06-28T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Row data with Header names</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155346#M285752</link>
      <description>&lt;P&gt;You could just slimplify to the attached image&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 10:57:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155346#M285752</guid>
      <dc:creator>lbardoe</dc:creator>
      <dc:date>2023-06-28T10:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Row data with Header names</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155370#M285762</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/366614"&gt;@mrodrigo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your data is not too large and the number of columns is not crazy, using a combination of Transpose, Filter and Sample will solve it - as shown below.&lt;/P&gt;&lt;P&gt;However, if your data is so large that doing a Transpose does become cumbersome (coz no of rows multiplies by number of columns and the size can blow up!), you can consider modifying the work flow into a batch macro to read through the RecordID one by one (hence this becomes a linear-scale order rather than a ^2 problem).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReconCheck.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/312440i96EE222EC9F3C580/image-size/large?v=v2&amp;amp;px=999" role="button" title="ReconCheck.PNG" alt="ReconCheck.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 12:20:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Compare-Row-data-with-Header-names/m-p/1155370#M285762</guid>
      <dc:creator>DawnDuong</dc:creator>
      <dc:date>2023-06-28T12:20:53Z</dc:date>
    </item>
  </channel>
</rss>

