<?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: How to replace a &amp;quot;blank&amp;quot; field with a value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978765#M962137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;** BOOM **&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's done it, thanks Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help, really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 10:36:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-15T10:36:32Z</dc:date>
    <item>
      <title>How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978754#M962124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple List Box set up as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="listbox.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102013_listbox.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Quite simply, I want that "blank" value (it is not NULL - but I don't know what it actually is either) to be "None Specified" - I've messed about with various IF statements but I can't manage it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone point me in the right direction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 13:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978754#M962124</guid>
      <dc:creator />
      <dc:date>2015-10-14T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978755#M962125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(FieldName)) &amp;gt; 0, FieldName, 'None Specified') as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978755#M962125</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-14T15:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978756#M962126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can apply map on the xtraccion job&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-12527"&gt;Apply Map Functions - Sources&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 15:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978756#M962126</guid>
      <dc:creator>uroboros</dc:creator>
      <dc:date>2015-10-14T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978757#M962127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blank values and NULL values are different.. As Sunny suggested you have to first trim your string (which ideally removes any extra spaces before or after the string), once this has been done.. then check the length of the string...obviously after trimming the spaces string of a blank row will have ZERO length, so expression as suggested by @Sunny will definitely works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978757#M962127</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-14T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978758#M962128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whereabouts in the script do I put this ?&amp;nbsp; Is it before or after the LOAD table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 19:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978758#M962128</guid>
      <dc:creator />
      <dc:date>2015-10-14T19:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978759#M962130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to get my head around why&amp;nbsp; this wouldn't work by inserting this into the expressions for the list box....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Region of Install]='', 'None Specified', [Region of Install]) as [Region of Install]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It tells me there is "garbage after as"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978759#M962130</guid>
      <dc:creator />
      <dc:date>2015-10-14T20:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978760#M962132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can replace the FieldName in the same table it is getting in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(FieldName)) &amp;gt; 0, FieldName, 'None Specified') as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978760#M962132</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-15T07:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978761#M962133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;AS&lt;/SPAN&gt; is a script keyword that defines a new name for a field value. It's not an expression keyword. Just keep the preceding part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF (len(trim([Region of Install])) = 0, 'None Specified', [Region of Install])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should do this in the script as to not impose additional load on document performance when the script can take care of that.&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>Thu, 15 Oct 2015 07:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978761#M962133</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-15T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978762#M962134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy, the 'as' means it was a solution to use in the script, when you're loading data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use directly in an expression you should avoid the 'as':&lt;/P&gt;&lt;P&gt;If([Region of Install]='', 'None Specified', [Region of Install])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually is better to do the transformations in script, helps on performance and stability of the data around the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978762#M962134</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-15T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978763#M962135</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;&lt;/P&gt;&lt;P&gt;This is my script, where do I put that IF statement in here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET ThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DecimalSep='.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MoneyThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MoneyDecimalSep='.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET TimeFormat='hh:mm:ss';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DateFormat='DD/MM/YYYY';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/EM&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;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Number as SLTN, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Name], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Type], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Portfolio Priority], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operating System(s)], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Region of Install], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned group], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assignee, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Solutions Assignment Date], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Design Approved], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Solution Delivery Date], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Actual Application Go Live Date], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Requested Delivery Date], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name1, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Business Department], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Development Head], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name2 as [Primary Application], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [External ID], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Annualized PL (L2)], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Annualized Saving L2], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Budget Year PL (L2)], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Budget Year Saving L2], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Budget Year Capital (L2)]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I:\qv\sndata_testqv.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(biff, embedded labels, table is [Page 1$]);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Number1 as SLTN, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Region Code], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Type Of Request], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [System Type], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operating System Type], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operating System Version]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I:\qv\bomdata_testqv.xls&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(biff, embedded labels, table is [Page 1$]);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978763#M962135</guid>
      <dc:creator />
      <dc:date>2015-10-15T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978764#M962136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(isnull([Region of install]),'REPLACEMENT STRING',[Region of install])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type this in list box expression.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exp.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102067_exp.PNG" style="height: 305px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978764#M962136</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-15T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978765#M962137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;** BOOM **&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's done it, thanks Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help, really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 10:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978765#M962137</guid>
      <dc:creator />
      <dc:date>2015-10-15T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978766#M962138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy, in this part of the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Number as SLTN, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Name], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Type], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Portfolio Priority], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Operating System(s)], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: line-through;"&gt;[Region of Install],&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;If(Len(Trim(&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;[Region of Install]))=0, 'None specified', &lt;EM&gt;[Region of Install]) as &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;EM&gt;&lt;STRONG&gt;[Region of Install]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stage, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Assigned group], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;....&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 07:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978766#M962138</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-16T07:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "blank" field with a value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978767#M962139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to that, my suggested expression was meant to fix your listbox. Your OP stated that you had problems displaying a string instead of a blank value in a listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 08:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-replace-a-quot-blank-quot-field-with-a-value/m-p/978767#M962139</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-16T08:11:40Z</dc:date>
    </item>
  </channel>
</rss>

