<?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 can I get rid of this blank spaces in my report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113429#M757886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I want to delete the records which have no value for olumn Difference Log..Ok let me check what you have done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 08:09:34 GMT</pubDate>
    <dc:creator>trishita</dc:creator>
    <dc:date>2018-09-11T08:09:34Z</dc:date>
    <item>
      <title>How can I get rid of this blank spaces in my report</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113427#M757877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213234_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;I have also attached my qvw for reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113427#M757877</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of this blank spaces in my report</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113428#M757882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to get rid of the complete row if column Difference Log contains spaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213231_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Then you Need to assign null values for this column:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Difference Log vs Survey]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)=0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Difference Log vs Survey]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;in the other colums like flag you also Need to assign null if the column Difference Log is null like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Difference Log vs Survey]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)=0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;SOUNDING_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),1,0)) &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;fürthermore you need&amp;nbsp; to suppress Zero values for all dimensions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213232_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sorry, I cannot upload your qvw!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113428#M757882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get rid of this blank spaces in my report</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113429#M757886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I want to delete the records which have no value for olumn Difference Log..Ok let me check what you have done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-rid-of-this-blank-spaces-in-my-report/m-p/113429#M757886</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-09-11T08:09:34Z</dc:date>
    </item>
  </channel>
</rss>

