<?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: If..Else advice Needed Please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410246#M152622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible if I give you a quick call please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AF3.0854EFE0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2013 07:58:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-27T07:58:55Z</dc:date>
    <item>
      <title>If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410233#M152609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Would anyone able to tell me what does the statement below do please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if((Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1)))='-', NULL(), (Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1)))) as MOC_OrgCoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your kind advise!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 04:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410233#M152609</guid>
      <dc:creator />
      <dc:date>2013-05-27T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410234#M152610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The above code is used to replace the&amp;nbsp; &lt;STRONG&gt;' - ' &lt;/STRONG&gt;value by the &lt;STRONG&gt;null() &lt;/STRONG&gt;value .&lt;/P&gt;&lt;P&gt;Basically some DataSource may contain '-' value instead of null values .&lt;/P&gt;&lt;P&gt;The Field &lt;STRONG&gt;Originatingcompanymnemonic &lt;/STRONG&gt;might be containing&amp;nbsp; '-' instead of null &lt;/P&gt;&lt;P&gt;so this expression is used to replace the&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;'-' &lt;/STRONG&gt;with the&lt;STRONG&gt; null() &lt;/STRONG&gt;values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 05:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410234#M152610</guid>
      <dc:creator />
      <dc:date>2013-05-27T05:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410235#M152611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Yusuf for your prompt advice! Would you be able to advise further what does the below statement do please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I can call you to have a quick chat?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410235#M152611</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410236#M152612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Yusuf for your prompt advice! Would you be able to advise further what does the below statement do please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I can call you to have a quick chat?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410236#M152612</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410237#M152613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the above statement trying to do please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410237#M152613</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410238#M152614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt advice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you kindly advise what is the below statement trying to do pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Left(Originatingcompanymnemonic, if((findoneof(Originatingcompanymnemonic, ' '))=0, (len(Originatingcompanymnemonic)), findoneof(Originatingcompanymnemonic, ' ')-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AEC.1BB12920"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410238#M152614</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410239#M152615</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;Send Some Sample data for &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Originatingcompanymnemonic .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;This field type of data are contain.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410239#M152615</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-27T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410240#M152616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.png@01CE5AED.749872E0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image002.jpg@01CE5AED.749872E0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410240#M152616</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410241#M152617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is trying to find the &lt;STRONG&gt;'&amp;nbsp;&amp;nbsp; '&amp;nbsp; ( space in the field value string) .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If there is space it remove the text after the space .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example If you consider a fieldvalue &lt;STRONG&gt;"Amer ca" &lt;/STRONG&gt;this is the text then it will consider only &lt;STRONG&gt;"Amer" .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yusuf&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410241#M152617</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410242#M152618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible if I could have a quick call with you on this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AF0.5C7F4AA0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410242#M152618</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410243#M152619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yes really i appreciate .&lt;/P&gt;&lt;P&gt;But&amp;nbsp; At present&amp;nbsp; i&amp;nbsp; could not take the call .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can avaialble after 6 hours from now.&lt;/P&gt;&lt;P&gt;But still i can reply to your post .&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410243#M152619</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410244#M152620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm..6 hours will be my night time..around 10pm. If you can call me at 65-9108-4192, that would be appreciated much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, I just need to speak to someone in your team to guide me thru what does the statement do step by step..should be quick..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AF1.BBEA0F60"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410244#M152620</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410245#M152621</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;Try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Originatingcompanymnemonic&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Originatingcompanymnemonic&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ',1),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MOC_OrgCoy &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410245#M152621</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-27T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410246#M152622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible if I give you a quick call please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AF3.0854EFE0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410246#M152622</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410247#M152623</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;Find the attached file.i think you are looking this type of syntex. Go to help(F1) there you can able to read about all the function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 08:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410247#M152623</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-27T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410248#M152624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, it is clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a last advice request..based on your last statement..&lt;/P&gt;&lt;P&gt;if(len(Trim(Originatingcompanymnemonic))&amp;gt;0,SubField(Originatingcompanymnemonic,' ',1),Null()) as MOC_OrgCoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some Originatingcompanymnemonic value is “-“ and I need to return a NULL for those records..how do I do it based on your statement above please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AFD.3AF3B940"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 09:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410248#M152624</guid>
      <dc:creator />
      <dc:date>2013-05-27T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410249#M152625</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;&amp;gt;'-',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ',1),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MOC_OrgCoy &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 09:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410249#M152625</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-27T09:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410250#M152626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much Kumar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image001.jpg@01CE5AFF.9A943E90"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremiah Lee&lt;/P&gt;&lt;P&gt;Product Manager for eWindow®, Global Trading Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platts&lt;/P&gt;&lt;P&gt;12 Marina Boulevard&lt;/P&gt;&lt;P&gt;#23-01, Marina Bay Financial Centre Tower 3&lt;/P&gt;&lt;P&gt;Singapore 018982&lt;/P&gt;&lt;P&gt;DID (65) 6530 6415  |  Support (65) 6530 6530&lt;/P&gt;&lt;P&gt;Mobile (65) 9108 4192 | F (65) 6532 2700&lt;/P&gt;&lt;P&gt;Yahoo : jleeka75@yahoo.com&amp;lt;mailto:jleeka75@yahoo.com&amp;gt;&lt;/P&gt;&lt;P&gt;www.platts.com&amp;lt;http://www.platts.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 09:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410250#M152626</guid>
      <dc:creator />
      <dc:date>2013-05-27T09:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: If..Else advice Needed Please</title>
      <link>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410251#M152627</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;Ok, you got the result.which is the right answer click there "Correct answer" then close your question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 09:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Else-advice-Needed-Please/m-p/410251#M152627</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-27T09:33:26Z</dc:date>
    </item>
  </channel>
</rss>

