<?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: Applymap using like in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272590#M400138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can consider using MapSubString Function with subfield or Text between:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be provide a sample to help you better here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2016 16:10:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-02T16:10:05Z</dc:date>
    <item>
      <title>Applymap using like</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272588#M400136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'would like to mark a field deppending on the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if the fiel source "contains" the word "black"&amp;nbsp; 1 ifnot 0 as XX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 15:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272588#M400136</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-12-02T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap using like</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272589#M400137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduard&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;String&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'*black*'),1, 0) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;XX&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&amp;nbsp; &lt;BR /&gt; String&amp;nbsp; &lt;BR /&gt; test 001&amp;nbsp; &lt;BR /&gt; test 002&amp;nbsp; &lt;BR /&gt; test 010&amp;nbsp; &lt;BR /&gt; test 013&amp;nbsp; &lt;BR /&gt; test 234&amp;nbsp; &lt;BR /&gt; Text With &lt;STRONG&gt;black&lt;/STRONG&gt; Spaces 012345&amp;nbsp; &lt;BR /&gt; TextWith &lt;STRONG&gt;black&lt;/STRONG&gt; Spaces 0012346&amp;nbsp; &lt;BR /&gt; TextWithTwo Spaces 00012347&amp;nbsp; &lt;BR /&gt; TextWithOneSpace 000012348&amp;nbsp; &lt;BR /&gt; TextWithoutSpaces0000012349 &lt;STRONG&gt;black&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt; 5&amp;nbsp; &lt;BR /&gt; 06&amp;nbsp; &lt;BR /&gt; 070&amp;nbsp; &lt;BR /&gt; Just a textwithout numbers&amp;nbsp; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="VARIOUS.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145527_VARIOUS.png" style="height: 381px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 16:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272589#M400137</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-12-02T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap using like</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272590#M400138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can consider using MapSubString Function with subfield or Text between:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be provide a sample to help you better here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 16:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272590#M400138</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-02T16:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap using like</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272591#M400139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's Fer fer you are goooood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 16:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-using-like/m-p/1272591#M400139</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-12-02T16:19:29Z</dc:date>
    </item>
  </channel>
</rss>

