<?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 Making Blank fields Selectable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145572#M24264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a spreadsheet that is filled out by staff and shows the status of items by having a number of columns.&lt;/P&gt;&lt;P&gt;These include the Month, SalesPerson, Customer, Amount, and Status&lt;/P&gt;&lt;P&gt;The status column is my problem as until the item is complete this field is blank.&lt;/P&gt;&lt;P&gt;I want to be able to select the items that are pending (i.e. the blanks in Status column) when brought into Qlikview but blank lines in the pivot table shown by " - " are not selectable.&lt;/P&gt;&lt;P&gt;Is there a way when bringing in a table to give the blank fields a value e.g. "Pending" so that is appears in my Qlikview report as a selectable variable?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2009 07:56:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-02T07:56:52Z</dc:date>
    <item>
      <title>Making Blank fields Selectable</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145572#M24264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a spreadsheet that is filled out by staff and shows the status of items by having a number of columns.&lt;/P&gt;&lt;P&gt;These include the Month, SalesPerson, Customer, Amount, and Status&lt;/P&gt;&lt;P&gt;The status column is my problem as until the item is complete this field is blank.&lt;/P&gt;&lt;P&gt;I want to be able to select the items that are pending (i.e. the blanks in Status column) when brought into Qlikview but blank lines in the pivot table shown by " - " are not selectable.&lt;/P&gt;&lt;P&gt;Is there a way when bringing in a table to give the blank fields a value e.g. "Pending" so that is appears in my Qlikview report as a selectable variable?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 07:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145572#M24264</guid>
      <dc:creator />
      <dc:date>2009-06-02T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Making Blank fields Selectable</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145573#M24265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bearing in mind recent discussions on null recognition issues between32/64 bit I would choose:&lt;/P&gt;&lt;P&gt;if (len(Status)=0, 'Pending', Status) as Status&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145573#M24265</guid>
      <dc:creator />
      <dc:date>2009-06-02T15:37:12Z</dc:date>
    </item>
    <item>
      <title>Making Blank fields Selectable</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145574#M24266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haven't been reading the forums for a while, so could you link to one of the posts discussing this issue (I guess there are other lazy bastards like me who would like a link instead of having to search &lt;IMG alt="Stick out tongue" src="http://community.qlik.com/emoticons/emotion-4.gif" /&gt; ).&lt;/P&gt;&lt;P&gt;Regarding the main thread: checking for a NULL value and replacing it with some 'pending' or similar value is the solution I'd also choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Martijn ter Schegget&lt;/P&gt;&lt;P&gt;CND Development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145574#M24266</guid>
      <dc:creator />
      <dc:date>2009-06-02T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Making Blank fields Selectable</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145575#M24267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always respect honesty Martijn!&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/16167/62911.aspx#62911"&gt;http://community.qlik.com/forums/p/16167/62911.aspx#62911&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 15:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Blank-fields-Selectable/m-p/145575#M24267</guid>
      <dc:creator />
      <dc:date>2009-06-02T15:48:24Z</dc:date>
    </item>
  </channel>
</rss>

