<?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: NVL in qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984575#M335964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Column1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Column2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Column3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;if(len(trim(tp_type))=0,doc_type,tp_type) as Field_Name&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QVD/TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 07:51:50 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-09-07T07:51:50Z</dc:date>
    <item>
      <title>NVL in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984573#M335962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a table having multiple columns.&lt;SPAN style="font-size: 13.3333330154419px;"&gt;condition like:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(isnull(tp_type),doc_type,tp_type)&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here tp_type and doc_type are columns of same table.&lt;/P&gt;&lt;P&gt;I want to use this ,&amp;nbsp; &lt;STRONG&gt;if tp_type is null then it will show &lt;SPAN style="font-size: 13.3333330154419px;"&gt;doc_type records &lt;/SPAN&gt;else &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;tp_type&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;records&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working but i want to use it for row based means check row by row .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 06:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984573#M335962</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2015-09-07T06:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: NVL in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984574#M335963</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;Posted expression must work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post sample apps or explain with sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Check tp_type does not contain space try like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(len(trim(tp_type))=0,doc_type,tp_type)&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>Mon, 07 Sep 2015 06:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984574#M335963</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-07T06:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: NVL in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984575#M335964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Column1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Column2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Column3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;if(len(trim(tp_type))=0,doc_type,tp_type) as Field_Name&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QVD/TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 07:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NVL-in-qlikview/m-p/984575#M335964</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-07T07:51:50Z</dc:date>
    </item>
  </channel>
</rss>

