<?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 Data in Empty Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240514#M91031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm importing a table where the data in one column is incomplete.&lt;/P&gt;&lt;P&gt;When the data is put into a Straight Table, there are lots of '-'s. I need these to show a blank date, '00/00/0000' for example.&lt;/P&gt;&lt;P&gt;Can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Nov 2009 20:06:32 GMT</pubDate>
    <dc:creator>agsearle</dc:creator>
    <dc:date>2009-11-13T20:06:32Z</dc:date>
    <item>
      <title>Data in Empty Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240514#M91031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm importing a table where the data in one column is incomplete.&lt;/P&gt;&lt;P&gt;When the data is put into a Straight Table, there are lots of '-'s. I need these to show a blank date, '00/00/0000' for example.&lt;/P&gt;&lt;P&gt;Can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 20:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240514#M91031</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-11-13T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Data in Empty Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240515#M91032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Properties - Presentation - Display of Null-Values&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 01:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240515#M91032</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-14T01:13:41Z</dc:date>
    </item>
    <item>
      <title>Data in Empty Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240516#M91033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although this would then display the empty fields correctly, they wouldn't be searchable.&lt;/P&gt;&lt;P&gt;Is there a simple way to allow these empty fields to be searchable in a list box?&lt;/P&gt;&lt;P&gt;This is driving me mad, please help. &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 16:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240516#M91033</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-11-30T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Data in Empty Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240517#M91034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If loading from ODBC you may use the NULLDISPLAY-function. Otherwise you may insert a formula in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD ...., IF(LEN(MyDate) = 0, '#N/A', MyDate) AS DateField ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;n.b.: do not think that is is wise to insert '00/00/0000' as date, as you may other problems lateron (building a calendar etc.)&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 19:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240517#M91034</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-30T19:04:07Z</dc:date>
    </item>
    <item>
      <title>Data in Empty Field</title>
      <link>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240518#M91035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already tried that one, and it didn't work.&lt;/P&gt;&lt;P&gt;However, I've managed to get round the issue now. In this field I have various dates and blanks, and for the purposes of report needed to exclude any with the date '31/12/9999' (SAP system end date), but each time I used a list box I couldn't keep the blanks.&lt;/P&gt;&lt;P&gt;Therefore I used a calculated dimension in the straight table:&lt;BR /&gt;IF(Move_Out_Date&amp;lt;&amp;gt;'31/12/9999','No Date',Move_Out_Date)&lt;/P&gt;&lt;P&gt;I can now select 'No Date'. Can't think why I didn't try that before! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 19:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-in-Empty-Field/m-p/240518#M91035</guid>
      <dc:creator>agsearle</dc:creator>
      <dc:date>2009-11-30T19:15:57Z</dc:date>
    </item>
  </channel>
</rss>

