<?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: Searching other codes in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383733#M491704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;behind last 'WaterXP' word add following:&amp;nbsp; &lt;STRONG&gt;,'Other value'&lt;/STRONG&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 10:00:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-04T10:00:38Z</dc:date>
    <item>
      <title>Searching other codes in script</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383732#M491703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following script showing in my load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOGINFO:&lt;/P&gt;&lt;P&gt;LOAD *, [logdate] as Logdate_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year([logdate]) as Logdate_Year&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,num(today()) - 1460 as test123&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,num([logdate]) as logdatetest&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='RCL0','Oracle'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='RRCL','Oracle'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='0000','Bottomline'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='FRMS','Bottomline'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='C000','Call Media'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CLLM','Call Media'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CSCD','Cascade'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CSC9','Cascade'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CST6','Castelle'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CM02','Client Manager'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CGNS','Cognos'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='CYBR','Cyborg'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='RCYB','Cyborg'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='DSCV','Discoverer'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='HXGN','Hexagon'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='HSBC','HSBC Net'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='FS00','IFS'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='FS20','IFS'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='MO04','Maximo'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='MA03','Maximo'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='MDS1','Midas'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='MDS0','Midas'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='QLK1','Qlikview'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='QLKW','Qlikview'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='RC50','Reports'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='SVRN','Severn Trent'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='STRT','Streetworks'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='STRM','Strumap'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='S006','Syclo'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='S008','Syclo'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='VRSN','Version One'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='VRS1','Version One'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='MPCT','WaterXP'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if(MID(fixcode,11,4)='ERXP','WaterXP'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; )))))))))))))))))))))))))))))))))) AS SOFTWARE_TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp; where num(today()) - 1460 &amp;lt; [logdate];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I have quite alot of if statements that look at a specific code and then enter it as a specific software value.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there may be some code that are no in the above list, however I want to show them as other.&amp;nbsp; Can this be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 09:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383732#M491703</guid>
      <dc:creator />
      <dc:date>2012-09-04T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Searching other codes in script</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383733#M491704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;behind last 'WaterXP' word add following:&amp;nbsp; &lt;STRONG&gt;,'Other value'&lt;/STRONG&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 10:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383733#M491704</guid>
      <dc:creator />
      <dc:date>2012-09-04T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searching other codes in script</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383734#M491705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;It's cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Try applymap() instead. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 10:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-other-codes-in-script/m-p/383734#M491705</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-04T10:09:45Z</dc:date>
    </item>
  </channel>
</rss>

