<?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: Urgent reply please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445255#M166085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, taken from online Oracle documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Oracle/PLSQL, the &lt;STRONG&gt;decode function&lt;/STRONG&gt; has the functionality of an IF-THEN-ELSE statement.&lt;/P&gt;&lt;P&gt;The syntax for the &lt;STRONG&gt;decode function&lt;/STRONG&gt; is:&lt;/P&gt;&lt;PRE class="pre_color"&gt;decode( expression , search , result [, search , result]... [, default] )&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The if statement I posted on your other question about the NPL2 function would work.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 10:01:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-06T10:01:42Z</dc:date>
    <item>
      <title>Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445254#M166084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...what is the equivalent function of DECODE&amp;nbsp; in qlikview....for example i have this one related to oracle&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"DECODE(CHROMATIC_MODE, 'N/A', NULL, 'NA', NULL, CHROMATIC_MODE) AS CHROMATIC_MODE "&amp;nbsp; how we can use it in qlikview....pls help me to get this...&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 09:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445254#M166084</guid>
      <dc:creator />
      <dc:date>2013-06-06T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445255#M166085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, taken from online Oracle documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Oracle/PLSQL, the &lt;STRONG&gt;decode function&lt;/STRONG&gt; has the functionality of an IF-THEN-ELSE statement.&lt;/P&gt;&lt;P&gt;The syntax for the &lt;STRONG&gt;decode function&lt;/STRONG&gt; is:&lt;/P&gt;&lt;PRE class="pre_color"&gt;decode( expression , search , result [, search , result]... [, default] )&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The if statement I posted on your other question about the NPL2 function would work.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445255#M166085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445256#M166086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for that reply....but how can use i&amp;nbsp; my case&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DECODE(CHROMATIC_MODE, 'N/A', NULL, 'NA', NULL, CHROMATIC_MODE) AS CHROMATIC_MODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 11:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445256#M166086</guid>
      <dc:creator />
      <dc:date>2013-06-06T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent reply please</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445257#M166087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(CHROMATIC_MODE,'N/A','NA'), NULL(), CHROMATIC_MODE) AS CHROMATIC_MODE&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 11:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-reply-please/m-p/445257#M166087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T11:29:52Z</dc:date>
    </item>
  </channel>
</rss>

