<?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 select blank data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803672#M1022946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurelie, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could start with &lt;/P&gt;&lt;P&gt;count({&amp;lt;[REACH Rem]={''}&amp;gt;}[REACH Rem]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats '' instead of ' ' (no space).&lt;/P&gt;&lt;P&gt;Otherwise it's gonna be counting and selecting so called null() values and to be honest, I have to check how (and if) it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz. Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Mar 2015 11:05:06 GMT</pubDate>
    <dc:creator>fred_s</dc:creator>
    <dc:date>2015-03-15T11:05:06Z</dc:date>
    <item>
      <title>How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803671#M1022945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, last time I asked the question : how to select data when for example I want only the YES data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REACH Rem]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Y'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REACH Rem]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do the same request but with blank data (= nothing in the cell?) I tried {' '} but it does not work.&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>Sun, 15 Mar 2015 10:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803671#M1022945</guid>
      <dc:creator />
      <dc:date>2015-03-15T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803672#M1022946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurelie, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could start with &lt;/P&gt;&lt;P&gt;count({&amp;lt;[REACH Rem]={''}&amp;gt;}[REACH Rem]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats '' instead of ' ' (no space).&lt;/P&gt;&lt;P&gt;Otherwise it's gonna be counting and selecting so called null() values and to be honest, I have to check how (and if) it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz. Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 11:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803672#M1022946</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-15T11:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803673#M1022947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurélie,&lt;/P&gt;&lt;P&gt;That "blank data" is actual data or null values as a result of an aggregation where no values were provided?&lt;/P&gt;&lt;P&gt;In the first case, I'd better use any other character to replace blanks or spaces and avoid confusion, in the second, you should need how null those null values are to be able to select them (basically, following the whitepaper and explanation here: &lt;A href="https://community.qlik.com/qlik-blogpost/3093"&gt;Finding NULL&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 11:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803673#M1022947</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2015-03-15T11:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803674#M1022948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this type of expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[REACH Rem]&lt;/SPAN&gt;&amp;lt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[REACH Rem]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 07:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803674#M1022948</guid>
      <dc:creator />
      <dc:date>2015-03-16T07:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803675#M1022949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REACH Rem]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={"=isnull([REACH REM])"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REACH Rem]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803675#M1022949</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-16T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803676#M1022950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( isnull( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[REACH Rem])=-1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'BLANK',&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[REACH Rem]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)) as Dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;most probably blank data is not selected in dimension of any chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vimlesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 07:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803676#M1022950</guid>
      <dc:creator />
      <dc:date>2015-03-16T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803677#M1022951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dependant upon whether the value is actually NULL OR MISSING, you could use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullCount([REACH Rem]) OR MissingCount([REACH Rem])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803677#M1022951</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T10:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803678#M1022952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OR try&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="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$-&amp;lt;[&lt;SPAN style="color: #800000;"&gt;REACH Rem]&lt;/SPAN&gt;={'?*'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;REACH Rem&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Andy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803678#M1022952</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to select blank data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803679#M1022953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Aurelie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The expression to select the blank data is&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;[REACH Rem]={''}&amp;gt;}[REACH Rem])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;That's '' instead of ' '.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' ' has one space and '' is actually a blank value.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count of ' ' is trying to find values consisting of 1 space which is not present in your data.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count of '' will give you the correct result.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks and Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ankita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-blank-data/m-p/803679#M1022953</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-03-16T13:09:33Z</dc:date>
    </item>
  </channel>
</rss>

