<?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: How to apply LIKE statement in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/330838#M345</link>
    <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;within the SELECT node, is this statement valid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like: %Home%Phone%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 13:52:31 GMT</pubDate>
    <dc:creator>keiwo</dc:creator>
    <dc:date>2017-02-08T13:52:31Z</dc:date>
    <item>
      <title>How to apply LIKE statement</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/329863#M340</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my SELECT node, I chose a field called "PRICE PLAN DESCRIPTION" and i wanted to select plans descriptions&amp;nbsp;that contained the words&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;home and phone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would that be done in the VALUE field within the node.&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;</description>
      <pubDate>Fri, 03 Feb 2017 18:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/329863#M340</guid>
      <dc:creator>keiwo</dc:creator>
      <dc:date>2017-02-03T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply LIKE statement</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/329879#M341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two solutions for your request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) The Select node supports applying Like criteria on some data items, but this is not always available. According to the User Guide, the data item must not "contain metadata". In technical terms this means a custom attribute "&lt;STRONG&gt;Metadata=None&lt;/STRONG&gt;" specified for this data item in the Information Map Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7099iEC90C2F31B68A37E/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-02-03 at 14.03.23.png" title="Screen Shot 2017-02-03 at 14.03.23.png" width="402" height="411" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, however, you will lose an ability to select subscribers by clicking checkboxes in front of a prepopulated list of available price plan descriptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need both to be able to select descriptions by checkboxes from a list, and apply "LIKE" criteria - you may want to add this column to the information map twice, as two separate&amp;nbsp;ddata items. &amp;nbsp;One will have "metadata" enabled (and so show you checkboxes), and another won't have it and will support the LIKE criteria.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) As a short-term gap solution to get by before you are able to introduce changes to the information map, you can create a calculated item with a formula like the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;CASE WHEN&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;upcase(&amp;lt;&amp;lt;root.Price Plan Description&amp;gt;&amp;gt;) LIKE "&lt;STRONG&gt;%HOME%&lt;/STRONG&gt;" or&amp;nbsp;upcase&lt;SPAN&gt;(&amp;lt;&amp;lt;root.Price Plan Description&amp;gt;&amp;gt;) LIKE "&lt;STRONG&gt;%PHONE%&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;THEN&lt;/FONT&gt; 1 &lt;FONT color="#0000FF"&gt;ELSE&lt;/FONT&gt; 0&amp;nbsp;&lt;FONT color="#0000FF"&gt;END&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Dmitriy.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/329879#M341</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2017-02-03T19:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply LIKE statement</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/330796#M344</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIKE: %home&lt;BR /&gt;&amp;nbsp;and&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;LIKE: %phone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in&amp;nbsp; Selection criteria, See the attachment for CUST_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; LIKE: %S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Mrityunjay Kumar&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13415iBDC2146C370F0A9B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Customer_like.jpg" title="Customer_like.jpg" /&gt;</description>
      <pubDate>Wed, 08 Feb 2017 11:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/330796#M344</guid>
      <dc:creator>Mrityunjay_Kuma</dc:creator>
      <dc:date>2017-02-08T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply LIKE statement</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/330838#M345</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;within the SELECT node, is this statement valid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like: %Home%Phone%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-apply-LIKE-statement/m-p/330838#M345</guid>
      <dc:creator>keiwo</dc:creator>
      <dc:date>2017-02-08T13:52:31Z</dc:date>
    </item>
  </channel>
</rss>

