<?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 Select blank in drop down list qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998706#M944627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created chart table and showing multiple column data. Users seeing blank records as '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to allow users to select '-' when they click on drop down of selected column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&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>Tue, 29 Dec 2015 22:02:19 GMT</pubDate>
    <dc:creator>ashishpalkar</dc:creator>
    <dc:date>2015-12-29T22:02:19Z</dc:date>
    <item>
      <title>Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998706#M944627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created chart table and showing multiple column data. Users seeing blank records as '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to allow users to select '-' when they click on drop down of selected column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&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>Tue, 29 Dec 2015 22:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998706#M944627</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-12-29T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998707#M944628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'-' means a NULL value. NULL values cannot be selected in QlikView because they actually represent ... nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll have to replace '-' with a value. For fields, you can detect NULL values and replace them with an instantly recognisable string like '*UNDEFINED*' or 'UNKNOWN' in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 22:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998707#M944628</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-29T22:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998708#M944629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally '-' is a NULL value, and NULL values can't be selected because it does not exist.&lt;/P&gt;&lt;P&gt;What you could use is a check when loading data like IF(LEN(Field)=0, 'empty' Field) AS Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you could use is NullAsValue (see the helpfile &lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/NullAsValue.htm" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/NullAsValue.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/NullAsValue.htm&lt;/A&gt;)&lt;/P&gt;&lt;H1 data-mc-conditions="Primary.NotToTranslate" style="color: #444444; font-size: 26px; margin: 0.5em 0 0.4em; border-bottom-style: none; font-weight: 400; font-family: Arial, Helvetica, sans-serif;"&gt;NullAsValue&lt;/H1&gt;&lt;P style="margin: 0 0 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;The &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;NullAsValue&lt;/SPAN&gt; statement specifies for which fields that NULL should be converted to a value.&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="margin: 15px 0 2em; font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; color: #444444; font-size: 13px; background-color: #f4f4f4;"&gt;&lt;SPAN class="script_token" style="margin-top: 0.7em; margin-bottom: 0.8em; font-weight: bold;"&gt;NullAsValue&lt;/SPAN&gt; &lt;SPAN class="bnf_token" style="margin-top: 0.7em; margin-bottom: 0.8em;"&gt;*fieldlist&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;By default, &lt;SPAN class="PrimaryGenericName"&gt;QlikView&lt;/SPAN&gt; considers NULL values to be missing or undefined entities. However, certain database contexts imply that NULL values are to be considered as special values rather than simply missing values. The fact that NULL values are normally not allowed to link to other NULL values can be suspended by means of the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;NullAsValue&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;The &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;NullAsValue&lt;/SPAN&gt; statement operates as a switch and will operate on subsequent loading statements. It can be switched off again by means of the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;NullAsNull&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: " style="margin: 15px 0 2em; font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 20px; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-right: auto;"&gt;&lt;THEAD&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 3px 6px; font-weight: bold; border: 1px solid #dddddd;"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 3px 6px; font-weight: bold; border: 1px solid #dddddd;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate" style="padding: 3px 6px; border: 1px solid #dddddd;"&gt;*fieldlist&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 3px 6px; border: 1px solid #dddddd;"&gt;A comma separated list of the fields for which &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;NullAsValue&lt;/SPAN&gt; should be turned on. Using * as field list indicates all fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 15px 0 2em; font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN class="autonumber"&gt;Example: &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;NullAsValue A,B;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;LOAD A,B from x.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 22:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998708#M944629</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2015-12-29T22:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998709#M944630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul for updates, I have 100 such columns do I have to do this for all columns or there is any other workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;NullAsValue A,B;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; font-size: 8pt; color: #444444;"&gt;LOAD A,B from x.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 22:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998709#M944630</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-12-29T22:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998710#M944631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're answer is in the helpfile I've pasted earlier.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Using &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; as field list indicates all fields&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Remember to create a default using SET NullValue = '&amp;lt;unknown&amp;gt;';&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Also see : &lt;STRONG&gt;&lt;A href="http://qlikshare.com/qlikview-video-tutorial-convert-null-values-selectable-strings-qlikview/" title="http://qlikshare.com/qlikview-video-tutorial-convert-null-values-selectable-strings-qlikview/"&gt;http://qlikshare.com/qlikview-video-tutorial-convert-null-values-selectable-strings-qlikview/&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 22:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998710#M944631</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2015-12-29T22:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998711#M944632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't get a more extensive response than Paul's. Please do read it thorougly. It explains how to fix your problem in the last frame (&lt;EM&gt;Arguments&lt;/EM&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 22:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998711#M944632</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-29T22:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998712#M944633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me, Data, Validity, Criteria, Cell Range, Allow Blank Cells, Show Selection L&lt;A href="http://www.traininginsholinganallur.in/informatica-training-in-chennai.html"&gt;i&lt;/A&gt;st fails to show an empty item in the dropdown list whether or not I have Sort Entries Ascending. I have also tried putting the empty cell at the beginning, middle, and end of the validity source range and have tried replacing the empty value in the source range with the formula ="" but in every case the dropdown l&lt;A href="http://www.traininginsholinganallur.in/informatica-training-in-chennai.html"&gt;i&lt;/A&gt;st only contains the nonempty values. The best solution I have to offer is to replace the empty cell in the validity source range with a single blank. I realize that this w&lt;A href="http://www.traininginsholinganallur.in/informatica-training-in-chennai.html"&gt;i&lt;/A&gt;ll populate the target cell with a blank, but perhaps for your situation that's close enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="download.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110263_download.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 05:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998712#M944633</guid>
      <dc:creator />
      <dc:date>2015-12-30T05:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998713#M944634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;You cannot select null as it doesnt exist. but you can create a flag. Look similar discussion here &lt;A href="https://community.qlik.com/thread/24005"&gt;How to select BLANKS or &amp;amp;lt;NULL&amp;amp;gt; values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle null in general, follow the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 05:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998713#M944634</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-12-30T05:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998714#M944635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You solutions works great for me, thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 50 such columns and hence , I am using NullAsValue *. However for primary key records there is no null value and its selecting null for primary key as well. &lt;/P&gt;&lt;P&gt;How to avoid some fields if we using NullAsValue*?&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>Tue, 05 Jan 2016 21:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998714#M944635</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-01-05T21:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998715#M944636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be used like the QUALIFY; UNQUALIFY; statements. First you do something with all fields, because that's easy. Then and only &lt;SPAN style="font-size: 13.3333px;"&gt;for the exceptions, &lt;/SPAN&gt;you reverse what you have done. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NULLASVALUE *; // Assign a value to NULL for all fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NULLASNULL KeyField1, KeyField2, ...; // Set Key Fields back to real NULL handling&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this situation lasts as long as you do not specify new NULLASVALUE/NULLASNULL statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 22:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998715#M944636</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T22:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998716#M944637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter, &lt;/P&gt;&lt;P&gt;Is there any way we can set Null as '-' globally instead of setting on each script tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below we are setting Null at only one script, what if there are multiple tabs?&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console',Monaco,monospace; font-size: 8pt; color: #444444;"&gt;NullAsValue A,B;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console',Monaco,monospace; font-size: 8pt; color: #444444;"&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: 'Lucida Console',Monaco,monospace; font-size: 8pt; color: #444444;"&gt;LOAD A,B from x.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998716#M944637</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2016-01-07T17:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998717#M944638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you set it on each script tab?&lt;/P&gt;&lt;P&gt;Script tabs aren't separate scripts (unless you package the code on each tab in separate SUBs) and &lt;EM&gt;they are executed sequentially, starting from the leftmost tab&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set the NULLASVALUE variable on the first tab (before the first LOAD on that tab), it will be applied for all successive LOADS on all other tabs, until you provide a new SET NULLASVALUE statement or you reset the NULLASNULL state for some fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 08:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998717#M944638</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-08T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select blank in drop down list qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998718#M944639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't know what I mean, export your script to a script file using File-&amp;gt;Export to Script File... in the script editor. Open the script file (just text) in a text editor (like Notepad) and you'll see how the code on each tab is ordered and tagged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS If you think any other response in this prolonged discussion is useful to you, use Actions-&amp;gt;Helpful in the lower left corner to mark the response as such.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 09:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-blank-in-drop-down-list-qlikview/m-p/998718#M944639</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-08T09:00:28Z</dc:date>
    </item>
  </channel>
</rss>

