<?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 oracle decode() in Qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16711#M779801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on replicating below Oracle decode() logic into Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;decode(Product,&amp;nbsp; 'Y' , 'b' , 'N' , 'a' , null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mahitham</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>oracle decode() in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16711#M779801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please help me on replicating below Oracle decode() logic into Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;decode(Product,&amp;nbsp; 'Y' , 'b' , 'N' , 'a' , null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16711#M779801</guid>
      <dc:creator>mahitham</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: oracle decode() in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16712#M779802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(case-sensitive)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Pick(Match(Product, 'Y', 'N'), 'b', 'a')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(case-insensitive)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;=Pick(WildMatch(Product, 'Y', 'N'), 'b', 'a')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Will return Null() if Product is anything other than 'Y'; or 'N' (or 'y', 'n') for case-insensitive version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16712#M779802</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-04-11T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: oracle decode() in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16713#M779803</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;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my query I have&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;derive_day_count(p.metricname)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is &lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;derive_day_count is the function of oracle. which function need to use alternatively in Qlikview. Please help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16713#M779803</guid>
      <dc:creator>mahitham</dc:creator>
      <dc:date>2018-04-11T10:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: oracle decode() in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16714#M779804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that&lt;EM&gt; &lt;/EM&gt;&lt;SPAN style="font-size: 13.33px;"&gt;&lt;EM&gt;derive_day_count&lt;/EM&gt; is an Oracle built-in function. I suspect that it is a user defined function. Start a new thread and explain exactly what you expect the function to do and I or someone else will be able to help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/oracle-decode-in-Qlik/m-p/16714#M779804</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-04-11T11:17:11Z</dc:date>
    </item>
  </channel>
</rss>

