<?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: Columns value 0 in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417136#M562856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=-1, 'NO VISIBLE',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CodNavegacion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 16:16:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-07T16:16:48Z</dc:date>
    <item>
      <title>Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417131#M562849</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;I have a pivot table with two dimensions and an expression.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The problem is in the second dimension that has value 0 in the last column. If I check suppress value null in this dimension (in the tab), the other dimension doesn´t show the values zero in their content . I don´t want it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I attached the qvw and other picture with I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417131#M562849</guid>
      <dc:creator />
      <dc:date>2013-03-07T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417132#M562850</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;In the Pivot table that option is disabled but If u use straight table then it shows that Option In the Expression Tab Show Total -&amp;gt; No Total Radio Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 11:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417132#M562850</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-07T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417133#M562851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the way I thought is this.&lt;/P&gt;&lt;P&gt;In your script change the Value Null for that Field with a string. For instance "NOT VISIBLE"&lt;/P&gt;&lt;P&gt;Then, in your pivot table build your dimension in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(NombreTipoNavegacion &amp;lt;&amp;gt; 'NOT VISIBLE', NombreTipoNavegacion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 11:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417133#M562851</guid>
      <dc:creator />
      <dc:date>2013-03-07T11:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417134#M562852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but it isn´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script I write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'NO VISIBLE',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CodNavegacion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but the result in the pivot table is the same. I dont know the value zero.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the qvw again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417134#M562852</guid>
      <dc:creator />
      <dc:date>2013-03-07T15:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417135#M562854</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; Is not zero, its missing value... When map with tables, there is mismatch between CodNavegacion and NombreAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties -&amp;gt; presentation -&amp;gt; Null symbol and missing symbol is assigned as Zero.. so 0 appear for missing value and null value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417135#M562854</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-03-07T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417136#M562856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=-1, 'NO VISIBLE',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"NAVT_CODIGO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CodNavegacion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 16:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417136#M562856</guid>
      <dc:creator />
      <dc:date>2013-03-07T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417137#M562857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with an example and it works.&lt;/P&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAVT_CODIGO&lt;/SPAN&gt;)=-1,'NO VISIBLE',&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAVT_CODIGO&lt;/SPAN&gt;) as &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CodNavegacion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Giampiero&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 16:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417137#M562857</guid>
      <dc:creator />
      <dc:date>2013-03-07T16:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417138#M562859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it isn´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached other document qvw, in the script with tables "LOAD &lt;SPAN style="font-size: 8pt;"&gt;* &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE" &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;simulating my real situation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I need help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Marta.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 10:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417138#M562859</guid>
      <dc:creator />
      <dc:date>2013-03-08T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417139#M562860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marta,&lt;/P&gt;&lt;P&gt;The problem is in these two tables "PeriodoProceso" &amp;amp; "AutoridadPortuaria".&lt;/P&gt;&lt;P&gt;In "PeriodoProceso" you have AUTP_ID = 12 and 34 that have a correspondence with AUTP_ID in AutoridadPortuaria but in PeriodoProceso you have null values for PEPR_ID and MES_ID.&lt;/P&gt;&lt;P&gt;For that reason you're facing your problem.&lt;/P&gt;&lt;P&gt;My advice is, when you create the "PeriodoProceso" table, don't put in that null values for PEPR_ID and MES_ID. &lt;/P&gt;&lt;P&gt;SO, If these two fields are null (in the same record) don't put it in your table.&lt;/P&gt;&lt;P&gt;You wouldn't have any problem doing that.&lt;/P&gt;&lt;P&gt;I think it should solve your problem.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 12:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417139#M562860</guid>
      <dc:creator />
      <dc:date>2013-03-08T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Columns value 0 in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417140#M562861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;But&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; "PERIODOPROCESO" &lt;SPAN class="hps"&gt;table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;may not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;proceed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all records&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;exist&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Is it possible&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that the result is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the one I want&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;result I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;desire is in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the attached file&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 08:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Columns-value-0-in-pivot-table/m-p/417140#M562861</guid>
      <dc:creator />
      <dc:date>2013-03-11T08:38:19Z</dc:date>
    </item>
  </channel>
</rss>

