<?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: Filter by Comparing Between Fields in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1460#M789</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/300"&gt;@RichTUniti&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It's my pleasure!&amp;nbsp; I'm so glad that it helped you and also allowed you to think of new ideas you can leverage this with.&lt;/P&gt;&lt;P&gt;I asked about the end result because you can use Modify to use an IF formula and then change values of a specific field based upon if it is true or false.&amp;nbsp; If you can change the field to a predictable value, you may want to use Modify to do this!&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 18:04:45 GMT</pubDate>
    <dc:creator>AnthonyValidity</dc:creator>
    <dc:date>2023-11-08T18:04:45Z</dc:date>
    <item>
      <title>Filter by Comparing Between Fields</title>
      <link>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1432#M780</link>
      <description>&lt;P&gt;As a DemandTools V user, with the Export module, or possibly Tune or Modify, I would like to filter the results by comparing one field to another, such that the results include only records that have different values in the two fields. Furthermore, I would like this to work with lookup fields, such that I could compare a value in one field of the primary object to a value in a field of the parent object. Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 16:05:07 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1432#M780</guid>
      <dc:creator>RichTUniti</dc:creator>
      <dc:date>2023-11-02T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Comparing Between Fields</title>
      <link>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1443#M782</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/300"&gt;@RichTUniti&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I believe you could use the Match Module to compare two fields on a record.&amp;nbsp; Match will give you both the records that have the same value and those that do not.&amp;nbsp; You can just export this data, as you would in Export, or you can grab the SF IDs from the file and use them to condition on a batch in other modules.&lt;/P&gt;
&lt;P&gt;You're going to open the Match module and make sure the Source is the same environment that you're logged into:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_0-1699037569721.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/391i8F8395C0EAF76203/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_0-1699037569721.png" alt="AnthonyValidity_0-1699037569721.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You're going to add two conditions on your match step:&amp;nbsp; the record ID and then another condition where you're matching two both fields.&amp;nbsp; In my below example my condition is comparing the email field to our alternate email field:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_1-1699037642648.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/392i5C6F7406B76250D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_1-1699037642648.png" alt="AnthonyValidity_1-1699037642648.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any record in the Single Record Matches tab will have the same value in both fields.&amp;nbsp; Any records in the No CRM Record Match tab will not have the same value in both fields.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_2-1699037696132.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/393i67B7848F496C81D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_2-1699037696132.png" alt="AnthonyValidity_2-1699037696132.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You have the ability to export everything, just the matched records or just the non-matched records:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_3-1699037738979.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/394iE138E118F901B2C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_3-1699037738979.png" alt="AnthonyValidity_3-1699037738979.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you're wanting to take the list of records and use them in another module, you would take the exported file and while in excel use the TEXTJOIN formula to create a comma delimited list of the record IDs.&amp;nbsp; You would then paste that list in a condition in step 1 of the module so that you'll only see those records:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_4-1699037864717.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/395i51CB57B72B5A71F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_4-1699037864717.png" alt="AnthonyValidity_4-1699037864717.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_5-1699037941385.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/396iC5076AD3DF4792E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_5-1699037941385.png" alt="AnthonyValidity_5-1699037941385.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnthonyValidity_6-1699037956588.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/397iB80A68D2FD01F6DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnthonyValidity_6-1699037956588.png" alt="AnthonyValidity_6-1699037956588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I also will add that this can be done with a parent object recod field as well.&amp;nbsp; You would just choose that field during the matching step.&lt;/P&gt;
&lt;P&gt;I think the bigger question is why you'd like to do this - what is the end results?&amp;nbsp; When you find the records where the fields do not match, what do you plan on doing with that information?&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:24:03 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1443#M782</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2023-11-06T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Comparing Between Fields</title>
      <link>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1459#M788</link>
      <description>&lt;P&gt;Brilliant! That works.&lt;/P&gt;&lt;P&gt;And thank you Anthony for taking the time to explain it so well, in steps, and with marked-up screenshots.&lt;/P&gt;&lt;P&gt;Besides solving my problem now, you helped me realize some tricks and features of DT that I didn't know exist, and they should help me for other use cases.&lt;/P&gt;&lt;P&gt;To answer your question,&amp;nbsp;&lt;SPAN&gt;"why you'd like to do this - what is the end results?"&amp;nbsp; It's because this is a data clean-up project that is needed to get the field's values in sync, now that we have put in place controls to prevent mismatched values from being entered.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 17:44:48 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1459#M788</guid>
      <dc:creator>RichTUniti</dc:creator>
      <dc:date>2023-11-08T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Comparing Between Fields</title>
      <link>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1460#M789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/300"&gt;@RichTUniti&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It's my pleasure!&amp;nbsp; I'm so glad that it helped you and also allowed you to think of new ideas you can leverage this with.&lt;/P&gt;&lt;P&gt;I asked about the end result because you can use Modify to use an IF formula and then change values of a specific field based upon if it is true or false.&amp;nbsp; If you can change the field to a predictable value, you may want to use Modify to do this!&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 18:04:45 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/filter-by-comparing-between-fields/m-p/1460#M789</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2023-11-08T18:04:45Z</dc:date>
    </item>
  </channel>
</rss>

