<?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 delet Null rows in pivot table ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115395#M761217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the app where you having this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2018 14:55:19 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-08-08T14:55:19Z</dc:date>
    <item>
      <title>How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115389#M761211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys &lt;/P&gt;&lt;P&gt;i'm trying to delete a rows that doesn't contain anything in a pivot table but i cant find the solution. i dont use any dimension just expressions&lt;/P&gt;&lt;P&gt;here is attached picture. if somebody could help me thanks.&lt;/P&gt;&lt;P&gt;i can use instead of the pivot table a&amp;nbsp; straight table&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/206168" target="_blank"&gt;youssefbelloum&lt;/A&gt;‌ &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-to-delet-Null-rows-in-pivot-table/m-p/115389#M761211</guid>
      <dc:creator>momofiore</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115390#M761212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are your expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 16:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115390#M761212</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-07T16:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115391#M761213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for passengers&amp;nbsp;&amp;nbsp; =Sum ([# Transported Passengers]) / Sum ([# Available Seats])&lt;/P&gt;&lt;P&gt;for client&amp;nbsp;&amp;nbsp; =Sum ([# Transported Passengers])&lt;/P&gt;&lt;P&gt;you can put any expressions you want what the important for me is to delet the the empty row&lt;/P&gt;&lt;P&gt;@&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/arvind654"&gt;arvind654&lt;/A&gt; thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 08:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115391#M761213</guid>
      <dc:creator>momofiore</dc:creator>
      <dc:date>2018-08-08T08:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115392#M761214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have null values in any of your dimensions (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([# Transported Passengers] or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[# Available Seats]&lt;/SPAN&gt;&lt;/SPAN&gt;) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without using Dimension or Calculated dimension how are you getting values as Passenger and Client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually to remove nulls you can use len trim with if condition in back end or&lt;/P&gt;&lt;P&gt;use set analysis like below&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[# Transported Passengers] &lt;/SPAN&gt;-={0}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[# Transported Passengers] &lt;/SPAN&gt;)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; / Sum ([# Available Seats])&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;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[# Transported Passengers] &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-={0}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[# Transported Passengers] &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&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;Can you share a sample?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115392#M761214</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-08T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115393#M761215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share this qvw file where you trying this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115393#M761215</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-08T14:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115394#M761216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no no im no using any dimensions. &lt;/P&gt;&lt;P&gt;you cant just set any expressions you want. important for me is to have a table without the 2 empty cells.&lt;/P&gt;&lt;P&gt;you cant make for example passenger&amp;nbsp;&amp;nbsp; -&amp;gt; 89/5*3&amp;nbsp;&amp;nbsp; client&amp;nbsp;&amp;nbsp; -&amp;gt; 69/78-9&lt;/P&gt;&lt;P&gt;you can use otherwise a straigte table or a table box . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115394#M761216</guid>
      <dc:creator>momofiore</dc:creator>
      <dc:date>2018-08-08T14:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115395#M761217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the app where you having this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115395#M761217</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-08T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115396#M761218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you can find my applcations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 15:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115396#M761218</guid>
      <dc:creator>momofiore</dc:creator>
      <dc:date>2018-08-08T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to delet Null rows in pivot table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115397#M761219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you cannot suppress header row in pivot table. So try this in your straight table. Attached is the solution for straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 15:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-delet-Null-rows-in-pivot-table/m-p/115397#M761219</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-08T15:48:07Z</dc:date>
    </item>
  </channel>
</rss>

