<?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: Naming and Selecting Null Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112604#M752361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad could be of help.&lt;/P&gt;&lt;P&gt;---------------------------------------&lt;/P&gt;&lt;P&gt;Please close the thread by marking the correct response also. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806"&gt;https://community.qlik.com/docs/DOC-14806&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 16:27:17 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2018-11-08T16:27:17Z</dc:date>
    <item>
      <title>Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112595#M752352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below screen shot. the Root Cause List box has blank space and that comes to 69%. user wants to select it. as 'Not Applicable' instead of blank .&amp;nbsp; Also in the container the field is Root-Cause and the Blank is not showing up. User wants to add - as Not applicable so that they can select. The Name of root-cause is MOR_Category. Currently I don't want to declare&amp;nbsp; it in Script as it may affect all other calculation. I want to do it in UI level.Please suggest.&lt;IMG alt="Untitled-2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217663_Untitled-2.png" style="font-size: 10pt; height: 339px; width: 620px;" /&gt;&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/Naming-and-Selecting-Null-Values/m-p/112595#M752352</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112596#M752353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your Root cause list box go to General tab -&amp;gt; Field drop down select expression then in expression write below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If(Len(Trim([Root Cause])) = 0, 'Not Applicable', [Root cause]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label your listbox as Root cause. Do same for your other fields which has no data or blanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 17:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112596#M752353</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-11-06T17:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112597#M752354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. I followed your tips and got one of my answer. The red mark I could see Not applicable . Now the blue one is a Chart object the first row is blank and that should be Not applicable too. Also when user select Not applicable in left List box it should show the first row of Green Chart. I hope I clarified my question .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217680_Untitled.png" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 18:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112597#M752354</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-11-06T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112598#M752355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh for this you have to link this in the data model to reflect in the chart coz you are using this as listbox expression. Or you can give like in calculated dimension expression. Can you share your app i can try on ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 19:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112598#M752355</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-11-06T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112599#M752356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The data model is good and application is done by other person. Now the user want to change something. The Column name is MOR_Category and it has some null value. They have already developed this and the user does want the Null value blank has to be field with not-applicable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 19:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112599#M752356</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-11-06T19:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112600#M752357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled-1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217699_Untitled-1.png" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 19:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112600#M752357</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-11-06T19:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112601#M752358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the datamodel. it is good only thing we can declare the MOR_Category(RootCause) Null value as NotApplicable .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 19:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112601#M752358</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-11-06T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112602#M752359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the following in the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;NULLASVALUE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Root cause]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;/** You can add multiple columns here */&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;Set&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;NullValue&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; ='Not Applicable; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also refer, &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Or while loading the tables, as suggested by&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/98547"&gt;vishsaggi&lt;/A&gt;‌ try&lt;/SPAN&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;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Root Cause]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) = 0, 'Not Applicable', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Root cause]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[RootCause]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 20:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112602#M752359</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-11-06T20:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112603#M752360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! I did it in Script in middle layer and it worked. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112603#M752360</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-11-08T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Naming and Selecting Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112604#M752361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad could be of help.&lt;/P&gt;&lt;P&gt;---------------------------------------&lt;/P&gt;&lt;P&gt;Please close the thread by marking the correct response also. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806"&gt;https://community.qlik.com/docs/DOC-14806&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Naming-and-Selecting-Null-Values/m-p/112604#M752361</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-11-08T16:27:17Z</dc:date>
    </item>
  </channel>
</rss>

