<?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: Comparing rows values for multiple values and highlight unmatched col values. in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877833#M211005</link>
    <description>&lt;P&gt;The difficulty in this case comes where you only have two records (so there is no way to easily distinguish the mode), however I would think in your dataset you have a large number of records so this wouldn't be an issue?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 07:49:03 GMT</pubDate>
    <dc:creator>Jonathan-Sherman</dc:creator>
    <dc:date>2021-12-09T07:49:03Z</dc:date>
    <item>
      <title>Comparing rows values for multiple values and highlight unmatched col values.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877811#M210999</link>
      <description>&lt;P&gt;Problem: I have a scenario where I have around 50 columns and one ID column( not unique), hence we group by the data on the id column then suppose I have 5 rows for the same id.&amp;nbsp; Now I need to make sure that the rest of all the 50 columns except id col should have similar data across respective columns if in any row a column value is not as per requirement then it needs to be highlighted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Id&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;Work&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;NewYork&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;Michigan&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;Sam&lt;/TD&gt;&lt;TD&gt;Australia&lt;/TD&gt;&lt;TD&gt;Sydney&lt;/TD&gt;&lt;TD&gt;Radio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;Love&lt;/TD&gt;&lt;TD&gt;Australia&lt;/TD&gt;&lt;TD&gt;Sydney&lt;/TD&gt;&lt;TD&gt;Radio&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Id&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;Work&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;NewYork&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01&lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Michigan&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;IT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;Sam&lt;/TD&gt;&lt;TD&gt;Australia&lt;/TD&gt;&lt;TD&gt;Sydney&lt;/TD&gt;&lt;TD&gt;Radio&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Love&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;Australia&lt;/TD&gt;&lt;TD&gt;Sydney&lt;/TD&gt;&lt;TD&gt;Radio&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I know we can use Multi-row but this tool can only be managed for a few columns I need the same thing for more columns at once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:24:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877811#M210999</guid>
      <dc:creator>Pragya_Shree</dc:creator>
      <dc:date>2021-12-09T05:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing rows values for multiple values and highlight unmatched col values.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877832#M211004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/177993"&gt;@Pragya_Shree&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An approach with pivoting and determining the mode (most common) value for each group in each column would work here:&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="JonathanSherman_0-1639035954833.png" style="width: 614px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/213813iCA0695159221E41A/image-dimensions/614x224?v=v2" width="614" height="224" role="button" title="JonathanSherman_0-1639035954833.png" alt="JonathanSherman_0-1639035954833.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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;Kind regards,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 07:43:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877832#M211004</guid>
      <dc:creator>Jonathan-Sherman</dc:creator>
      <dc:date>2021-12-09T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing rows values for multiple values and highlight unmatched col values.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877833#M211005</link>
      <description>&lt;P&gt;The difficulty in this case comes where you only have two records (so there is no way to easily distinguish the mode), however I would think in your dataset you have a large number of records so this wouldn't be an issue?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 07:49:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/877833#M211005</guid>
      <dc:creator>Jonathan-Sherman</dc:creator>
      <dc:date>2021-12-09T07:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing rows values for multiple values and highlight unmatched col values.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/891510#M214661</link>
      <description>&lt;P&gt;@jonathan Thank you so much! it worked perfectly with a large amount of data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 06:48:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Comparing-rows-values-for-multiple-values-and-highlight/m-p/891510#M214661</guid>
      <dc:creator>Pragya_Shree</dc:creator>
      <dc:date>2022-01-17T06:48:16Z</dc:date>
    </item>
  </channel>
</rss>

