<?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 Urgent reply please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445083#M166020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="imcontent" style="margin-left: 12px;"&gt;&lt;/P&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;Hi......can any one help me to get this issue .......i have like this script in orcle "NVL2(MPS_ID, 'MPS', 'NON MPS') AS MPS_FLAG" , how can we use in qlikview mainly that NVL2 function...&lt;/DIV&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;Thanks $ Regards,&lt;/DIV&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;sh.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 09:47:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-06T09:47:28Z</dc:date>
    <item>
      <title>Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445083#M166020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P id="imcontent" style="margin-left: 12px;"&gt;&lt;/P&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;Hi......can any one help me to get this issue .......i have like this script in orcle "NVL2(MPS_ID, 'MPS', 'NON MPS') AS MPS_FLAG" , how can we use in qlikview mainly that NVL2 function...&lt;/DIV&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;Thanks $ Regards,&lt;/DIV&gt;&lt;DIV style="font-style: normal; font-family: 'Segoe UI'; color: #800000; font-size: 10pt; font-weight: normal;"&gt;sh.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 09:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445083#M166020</guid>
      <dc:creator />
      <dc:date>2013-06-06T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445084#M166021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Taken from Oracle help documentation:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;NVL2 function&lt;/STRONG&gt; extends the functionality found in the &lt;A href="http://www.techonthenet.com/oracle/functions/nvl.php"&gt;NVL function&lt;/A&gt;. It lets you substitutes a value when a null value is encountered as well as when a non-null value is encountered."&lt;/P&gt;&lt;P&gt;I would used an if statements testing for a null (or I actually prefer to test for a length of 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(MPS_ID)&amp;gt;0, 'MPS', 'NON MPS') AS MPS_FLAG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 09:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445084#M166021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445085#M166022</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;If(IsNull(MPS_ID),'NON MPS','MPS') AS MPS_FLAG&lt;/P&gt;&lt;P&gt;Or If(Not IsNull(MPS_ID),'MPS','NON MPS') AS MPS_FLAG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do not "Assumed Answered" when your issue is not resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 10:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445085#M166022</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-06-06T10:04:07Z</dc:date>
    </item>
  </channel>
</rss>

