<?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 show only rows with 1 or 2 missing data in table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20625#M605300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS this your real requirement in your actual data? Just wondering why you want to exclude values when you have values in both? May be you can pull all the data and use flag to show only what you want like below: &lt;/P&gt;&lt;P&gt;With reference to Miguels expr: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To exclude values use below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Blank':&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE BlankFlg = 1;&lt;/P&gt;&lt;P&gt;Load *, IF(Len(Trim(Value))= 0 OR Len(Trim(Status)) = 0, 1, 0) AS BlankFlg Inline [&lt;/P&gt;&lt;P&gt;DateBlank| Value | Status&lt;/P&gt;&lt;P&gt;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P&gt;29-04-2018 | |&lt;/P&gt;&lt;P&gt;30-04-2018 | |1&lt;/P&gt;&lt;P&gt;] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR Try like below where you get everything and yo ucan use BlankFlg to show or hide data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Blank':&lt;/P&gt;&lt;P&gt;Load *, IF(Len(Trim(Value))= 0 OR Len(Trim(Status)) = 0, 1, 0) AS BlankFlg Inline [&lt;/P&gt;&lt;P&gt;DateBlank| Value | Status&lt;/P&gt;&lt;P&gt;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P&gt;29-04-2018 | |&lt;/P&gt;&lt;P&gt;30-04-2018 | |1&lt;/P&gt;&lt;P&gt;] (delimiter is '|');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 14:18:31 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-05-11T14:18:31Z</dc:date>
    <item>
      <title>How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20618#M605291</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;Hi guys, quick question. I would like to have an expression that would only show rows where Value and/or Status values are blank. &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;'Blank':&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load* Inline [&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;DateBlank| Value | Status&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;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;29-04-2018 | |&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;30-04-2018 | |1&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;] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Ideal result in Qlik:&lt;/STRONG&gt;&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;DateBlank&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;23-04-2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;25-04-2018&amp;nbsp;&amp;nbsp;&amp;nbsp; 431&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;26-04-2018&amp;nbsp;&amp;nbsp;&amp;nbsp; 212&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;27-04-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;29-04-2018&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;30-04-2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20618#M605291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20619#M605292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a condition at the end, before the ";"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Len(Trim(Value)) = 0 OR Len(Trim(Status)) = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20619#M605292</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-05-11T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20620#M605293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Blank':&lt;/P&gt;&lt;P&gt;Load* Inline [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateBlank| Value | Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P&gt;29-04-2018 | |&lt;/P&gt;&lt;P&gt;30-04-2018 | |1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;] (delimiter is '|')&lt;/P&gt;&lt;P&gt;Where (Len(trim(Value))=0 or Len(trim(Status))=0 )&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20620#M605293</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-11T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20621#M605294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Status = {"=Len(Status)=0"}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20621#M605294</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-11T13:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20622#M605295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. I was wondering how I could implement this on the front-end, as expression for an object and not in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20622#M605295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20623#M605296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Sasidhar, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for your prompt reply. I was wondering how I could implement this on the front-end, as expression for an object and not in the script. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20623#M605296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20624#M605298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as expression in a st table and hide it&lt;/P&gt;&lt;P&gt;(Len(trim(Value))=0 or Len(trim(Status))=0 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20624#M605298</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-11T14:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only rows with 1 or 2 missing data in table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20625#M605300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS this your real requirement in your actual data? Just wondering why you want to exclude values when you have values in both? May be you can pull all the data and use flag to show only what you want like below: &lt;/P&gt;&lt;P&gt;With reference to Miguels expr: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To exclude values use below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Blank':&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE BlankFlg = 1;&lt;/P&gt;&lt;P&gt;Load *, IF(Len(Trim(Value))= 0 OR Len(Trim(Status)) = 0, 1, 0) AS BlankFlg Inline [&lt;/P&gt;&lt;P&gt;DateBlank| Value | Status&lt;/P&gt;&lt;P&gt;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P&gt;29-04-2018 | |&lt;/P&gt;&lt;P&gt;30-04-2018 | |1&lt;/P&gt;&lt;P&gt;] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR Try like below where you get everything and yo ucan use BlankFlg to show or hide data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Blank':&lt;/P&gt;&lt;P&gt;Load *, IF(Len(Trim(Value))= 0 OR Len(Trim(Status)) = 0, 1, 0) AS BlankFlg Inline [&lt;/P&gt;&lt;P&gt;DateBlank| Value | Status&lt;/P&gt;&lt;P&gt;21-04-2018 | 321 | 1&lt;/P&gt;&lt;P&gt;22-04-2018 | 421 | 2&lt;/P&gt;&lt;P&gt;23-04-2018 |&amp;nbsp; |&lt;/P&gt;&lt;P&gt;24-04-2018 | 123 | 1&lt;/P&gt;&lt;P&gt;25-04-2018 | 431 |&lt;/P&gt;&lt;P&gt;26-04-2018 | 212 |&lt;/P&gt;&lt;P&gt;27-04-2018 | | 2&lt;/P&gt;&lt;P&gt;28-04-2018 | 434 | 1&lt;/P&gt;&lt;P&gt;29-04-2018 | |&lt;/P&gt;&lt;P&gt;30-04-2018 | |1&lt;/P&gt;&lt;P&gt;] (delimiter is '|');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-only-rows-with-1-or-2-missing-data-in-table/m-p/20625#M605300</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-11T14:18:31Z</dc:date>
    </item>
  </channel>
</rss>

