<?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: Search for INC but getting Vince really want &amp;quot; INC&amp;quot;, but it goes away in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/498#M209</link>
    <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/278"&gt;@Hydey_Validity&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris - the Like and Contains both produced the same results.&amp;nbsp; Great solve!&amp;nbsp; Thanks again.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 15:22:58 GMT</pubDate>
    <dc:creator>Roger_Coville</dc:creator>
    <dc:date>2023-03-14T15:22:58Z</dc:date>
    <item>
      <title>Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/491#M203</link>
      <description>&lt;P&gt;I'm building out a modify to my Accounts object.&amp;nbsp; We have record types for People (Households) and Businesses/Churches (Organizations) - I'm trying to change some businesses with INC in their name but Vince also contains those 3 letters.&amp;nbsp; I really want " INC" - with a blank space before the inc letters.&amp;nbsp; When I add the quotes in my record selection criteria I use the quotes but they go away.&amp;nbsp; How can I achieve my space/INC query?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roger C.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 19:34:40 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/491#M203</guid>
      <dc:creator>Roger_Coville</dc:creator>
      <dc:date>2023-03-13T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/492#M204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/283"&gt;@Roger_Coville&lt;/a&gt;, I ran some testing on this and found a solution that might work better for you. Rather than filtering within the Record Selection Criteria for "INC", it might be best to utilize a RegExReplace formula in the Set New Values section (step 2). You can still set a Record Selection Criteria stating "Name contains INC" if you'd like to narrow down your search.&lt;/P&gt;
&lt;P&gt;By using the RegExReplace formula in &lt;A href="https://knowledge.validity.com/hc/en-us/articles/7989583934875-Modify" target="_self"&gt;Modify&lt;/A&gt;, you can find a specific string value and replace it with a value of your choosing - you can copy the formula below and test it out within your DemandTools instance to see if this works for you:&lt;/P&gt;
&lt;P&gt;RegExReplace(${Name}, "(?i)\s+inc$", " Inc.")&lt;/P&gt;
&lt;P&gt;What this formula is doing is finding any variation of " inc" (case insensitive) with a preceding space, and replacing it with " Inc.". I have tested this within my org and it ignores any situation where there is already a following period, and also ignores account names that include values such as Vince and Incorporated; &lt;EM&gt;&lt;STRONG&gt;of course, we always recommend you test this internally before processing any records.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I would also love to direct you to our &lt;A href="https://knowledge.validity.com/hc/en-us/articles/7989596657819-DemandTools-Modify-Formula-Dictionary" target="_self"&gt;Modify Formula Dictionary&lt;/A&gt;! I keep this on hand at all times in case there's something I am trying to do accomplish but can't quite figure out on my own.&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:50:39 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/492#M204</guid>
      <dc:creator>JonG_Validity</dc:creator>
      <dc:date>2023-03-14T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/493#M205</link>
      <description>&lt;P&gt;Roger,&lt;/P&gt;&lt;P&gt;you should be able to use&amp;nbsp;% INC% which will match to anything with INC in it but has a space before the INC.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:52:58 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/493#M205</guid>
      <dc:creator>Hydey_Validity</dc:creator>
      <dc:date>2023-03-14T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/494#M206</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/143"&gt;@JonG_Validity&lt;/a&gt;&amp;nbsp;Thanks for the insight on my challenge.&amp;nbsp; I'm still learning the tool, but wouldn't every record selected run through the second step?&amp;nbsp; Meaning, I may be able to change just my desired records name to be something like was " Inc."&amp;nbsp; to. " INC." - my goal is to change each record from a Household to an Organization record type.&amp;nbsp; This would include my Vinces' changing too?&amp;nbsp; The long term goal is to automate ths process to not require human review.&amp;nbsp; I could change all the " inc" to " zzzyyy" and then take a second pass at the data looking for " zzzyyy".&amp;nbsp; This would skip all my Vinces'.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:33:18 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/494#M206</guid>
      <dc:creator>Roger_Coville</dc:creator>
      <dc:date>2023-03-14T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/495#M207</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/278"&gt;@Hydey_Validity&lt;/a&gt;&amp;nbsp;Thanks for this idea - I will pursue this option today!!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:35:18 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/495#M207</guid>
      <dc:creator>Roger_Coville</dc:creator>
      <dc:date>2023-03-14T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/496#M208</link>
      <description>&lt;P&gt;Just to clarify further&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/283"&gt;@Roger_Coville&lt;/a&gt;&amp;nbsp;, you'll need to use the 'Like' operator, not 'Contains'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 13:44:51 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/496#M208</guid>
      <dc:creator>Hydey_Validity</dc:creator>
      <dc:date>2023-03-14T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search for INC but getting Vince really want " INC", but it goes away</title>
      <link>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/498#M209</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/278"&gt;@Hydey_Validity&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris - the Like and Contains both produced the same results.&amp;nbsp; Great solve!&amp;nbsp; Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 15:22:58 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/search-for-inc-but-getting-vince-really-want-quot-inc-quot-but/m-p/498#M209</guid>
      <dc:creator>Roger_Coville</dc:creator>
      <dc:date>2023-03-14T15:22:58Z</dc:date>
    </item>
  </channel>
</rss>

