<?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: Load if contain... as in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523627#M748196</link>
    <description>Try this&lt;BR /&gt;If(wildmatch(Desc, '*ABC*'),1,Desc) AS Desc&lt;BR /&gt;Or&lt;BR /&gt;If(index(Desc, 'ABC'),1,Desc) AS Desc&lt;BR /&gt;Or&lt;BR /&gt;If(substring(Desc, 'ABC'),1,Desc) AS Desc</description>
    <pubDate>Sun, 23 Dec 2018 12:59:35 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-12-23T12:59:35Z</dc:date>
    <item>
      <title>Load if contain... as</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523626#M748195</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to rename a value IF it contains 'ABC'&lt;/P&gt;&lt;P&gt;for the example i have the following values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;1-ABC-2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;2-ABC-3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ABC-4&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;5-ABC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;bbbb&lt;/P&gt;&lt;P&gt;cccc7&lt;/P&gt;&lt;P&gt;&amp;nbsp;456456etda&lt;/P&gt;&lt;P&gt;And i would like that the marked values will be changed to '1' so instead i will receive&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;bbbb&lt;/P&gt;&lt;P&gt;cccc7&lt;/P&gt;&lt;P&gt;&amp;nbsp;456456etda&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Desc='*ABC*',1,&lt;SPAN&gt;Desc) AS&amp;nbsp;Desc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FORM ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but for some reason i cant find '1' under the list box of Desc field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523626#M748195</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load if contain... as</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523627#M748196</link>
      <description>Try this&lt;BR /&gt;If(wildmatch(Desc, '*ABC*'),1,Desc) AS Desc&lt;BR /&gt;Or&lt;BR /&gt;If(index(Desc, 'ABC'),1,Desc) AS Desc&lt;BR /&gt;Or&lt;BR /&gt;If(substring(Desc, 'ABC'),1,Desc) AS Desc</description>
      <pubDate>Sun, 23 Dec 2018 12:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523627#M748196</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-23T12:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load if contain... as</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523629#M748197</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;The index function worked great for me&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 13:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-contain-as/m-p/1523629#M748197</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2018-12-23T13:38:01Z</dc:date>
    </item>
  </channel>
</rss>

