<?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: Avoiding blanks on table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140742#M373834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You its working&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 09:34:52 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2016-06-30T09:34:52Z</dc:date>
    <item>
      <title>Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140735#M373827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to avoiding the blanks on straight table.&lt;/P&gt;&lt;P&gt;with this blanks on straight table the FACT numbers its repeating multiple time. Any way to avoiding&lt;/P&gt;&lt;P&gt;please suggest me&lt;/P&gt;&lt;P&gt;for reference i have attached the image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="129538" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129538_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140735#M373827</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-29T11:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140736#M373828</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 to change this to Pivot table!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140736#M373828</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-06-29T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140737#M373829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these - &lt;/P&gt;&lt;P&gt;1. check 'Suppress When Value is null' in dimension tab&lt;/P&gt;&lt;P&gt;2.'Suppress missing and zero values in Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But out of many expression, even if one expression has value and others having null, that row will be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140737#M373829</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-29T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140738#M373830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi both the logics i have tried not worked &lt;/P&gt;&lt;P&gt;any other way to resolve this issue on script side &lt;/P&gt;&lt;P&gt;For only 3 fields, please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140738#M373830</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-29T18:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140739#M373831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your fields are in a single table, you can add a where condition to the load&lt;/P&gt;&lt;P&gt;to remove the rows where all the fields are null, something like (the fields are d1 d2 d3, replace with yours) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where len(trim(d1)) or len(trim(d2)) or len(trim(d3));&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140739#M373831</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-06-29T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140740#M373832</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;as only ever one of your Risk, BD and Resource fields has a value, I suggest to review your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 22:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140740#M373832</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-29T22:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140741#M373833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading script&amp;nbsp; you can check dimension&amp;nbsp; like this isnull(Risk) or len(Risk) = 0&amp;nbsp; as flag , and skip this records in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 05:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140741#M373833</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-06-30T05:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding blanks on table</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140742#M373834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You its working&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-blanks-on-table/m-p/1140742#M373834</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-30T09:34:52Z</dc:date>
    </item>
  </channel>
</rss>

