<?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 Remove null values row on pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130909#M602615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on the below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created pivot table for last 10 days details of the due to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210632_Test.PNG" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I am facing issue on removing null values row and i tried "Suppress when null values" also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;I dont have any values in 13737 and 17727 Proj IDs, so i want to remove this proj IDs(Remove 2 rows) and display the other proj IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vidhya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 08:27:14 GMT</pubDate>
    <dc:creator>vidhya91gct</dc:creator>
    <dc:date>2018-08-13T08:27:14Z</dc:date>
    <item>
      <title>Remove null values row on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130909#M602615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on the below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created pivot table for last 10 days details of the due to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210632_Test.PNG" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I am facing issue on removing null values row and i tried "Suppress when null values" also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;I dont have any values in 13737 and 17727 Proj IDs, so i want to remove this proj IDs(Remove 2 rows) and display the other proj IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vidhya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 08:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130909#M602615</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-08-13T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null values row on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130910#M602616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you're doing, exactly, but I attempted to re-create this with my own data and the null lines were removed by default (or when Suppress was checked). Are you sure your values are actually null?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 08:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130910#M602616</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2018-08-13T08:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null values row on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130911#M602618</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;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have used in the below expression,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(BaselineMonth=YearMonth and Baseline=TDate and Status_GT='Baseline', maxstring(BaselineGateVal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(PlannedMonth=YearMonth and Planned=TDate and Status_GT='Planned', maxstring(PlannedGateVal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ActualMonth=YearMonth and Actual=TDate and Status_GT='Closed',maxstring(ActualGateVal),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(LRR_PlannedMonth=YearMonth and LRR_Planned=TDate and Status_GT='LRR_Planned',maxstring(LRR_PlannesGateVal),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(LRR_ActualMonth=YearMonth and LRR_Actual=TDate and Status_GT='LRR_Actual',maxstring(LRR_ActualGateVal),'NA')))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and Baselinegateval - G1,G2,G3,G4,G5,G6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Plannedgateval - G1,G2,G3,G4,G5,G6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Actualgateval - G1,G2,G3,G4,G5,G6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, i have tried suppress null values in dimension tab also...getting same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Vidhya K&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130911#M602618</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-08-13T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null values row on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130912#M602619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'NA' is not null. Try replacing it with Null().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-null-values-row-on-pivot-table/m-p/130912#M602619</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2018-08-13T12:06:04Z</dc:date>
    </item>
  </channel>
</rss>

