<?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: Pivot Table without column with zero value. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932986#M12989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your QVF ?&amp;nbsp; Otherwise its too difficult&amp;nbsp; to advise how to do this exactly on a data model i haven't seen and with measure expressions that i have not seen.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 17:58:47 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-11-18T17:58:47Z</dc:date>
    <item>
      <title>Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932982#M12985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have create a pivot table to show the&amp;nbsp; hour of production and the hour of block group by causal of block.&lt;/P&gt;&lt;P&gt;Now in the block period, the quantity is zero, but in the pivot for the colums of block /quantity is printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest some mode to hidden it?&lt;/P&gt;&lt;P&gt;I attached one printscreen of my presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105915_Pivot.jpg" style="height: 388px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks&lt;/P&gt;&lt;P&gt;Federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 15:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932982#M12985</guid>
      <dc:creator />
      <dc:date>2015-11-18T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932983#M12986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really enough controls to do this simply. It is doable however .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To suppress the measure conditionally i think you need to model and handle it like a dimension. Then you can evaluate the dimensions conditionally , set to NULL if the condition is false (=0) and disable 'show null values'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to pivot the data in the data model to make your measures a dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country, Month, Sales, Costs&lt;/P&gt;&lt;P&gt;USA,2009-Jan,100,50&lt;/P&gt;&lt;P&gt;UK,2009-Feb,90,40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Country, Month, MeasureName,MeasureValue&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USA,2009-Jan,Sales,100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;USA,2009-Jan,Costs,50&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;UK,2009-Feb,Sales,90&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;UK,2009-Feb,Costs,40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/105933_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the UI, remove your two existing measures and add 'measurename' as a new column dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make your measure&amp;nbsp; sum(MeasureValue)&amp;nbsp; ... or a conditional expression based on measurename value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;To start suppressing the measure with zeroes you have to change the measurename dimension into a calculated dimension that checks if the column total is zero or not. Below i am doing it for column total &amp;gt; 1500. &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;You can see the side by side differences (typo in title.. should say &amp;lt; 1500 not &amp;lt; 2000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/105934_Capture.PNG" style="height: 292px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/105939_Untitled.png" style="height: 322px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/105938_Capture2.PNG" style="height: 105px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 16:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932983#M12986</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-18T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932984#M12987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jonathan !!&lt;/P&gt;&lt;P&gt;I have some dubs, in your case you have modified the table with a new field, is it right?&lt;/P&gt;&lt;P&gt;In my case i have two fields "Durata" and "Colpi".&lt;/P&gt;&lt;P&gt;The Durata means the time of production or block, and the second "Colpi" is the quantity product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have the column "Causale descrizione" that is the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Field "Colpi" contains zero is the Causale Descrizione is not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could i ask you how to suggest to create the aggregation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Fede&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932984#M12987</guid>
      <dc:creator />
      <dc:date>2015-11-18T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932985#M12988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I didn't say that in the case of Work I must show in this columns both values Durata and Colpi.&lt;/P&gt;&lt;P&gt;In the other case the column colpi is always zero, and i would like suppress it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932985#M12988</guid>
      <dc:creator />
      <dc:date>2015-11-18T17:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932986#M12989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your QVF ?&amp;nbsp; Otherwise its too difficult&amp;nbsp; to advise how to do this exactly on a data model i haven't seen and with measure expressions that i have not seen.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932986#M12989</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-18T17:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932987#M12990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Of course!!!&lt;/P&gt;&lt;P&gt;Sorry But i don't Know How to upload QVF in the discussion.&lt;/P&gt;&lt;P&gt;I'm Novice... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932987#M12990</guid>
      <dc:creator />
      <dc:date>2015-11-18T18:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932988#M12991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Click the thread (don't just reply) to open up the full thread&lt;/P&gt;&lt;P&gt;2. Then hit reply&lt;/P&gt;&lt;P&gt;3. Then use 'advanced editor' to upload files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105955_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932988#M12991</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-18T18:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932989#M12992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan &lt;/P&gt;&lt;P&gt;attached you can find the QVF (It is My the first QVF&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;).&lt;/P&gt;&lt;P&gt;Now in the first sheet, you find the table "Time &amp;amp; Qty Production Group By Item/causal".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Fede&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932989#M12992</guid>
      <dc:creator />
      <dc:date>2015-11-19T07:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932990#M12993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan Is it visible my QVF?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932990#M12993</guid>
      <dc:creator />
      <dc:date>2015-11-19T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932991#M12994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see it.&amp;nbsp; i'm on community for only a few mins at a time but i'll see what i can do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932991#M12994</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-19T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table without column with zero value.</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932992#M12995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; Have you find some solution for my question?&lt;/P&gt;&lt;P&gt;Thank a lot,&lt;/P&gt;&lt;P&gt;F.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 09:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-without-column-with-zero-value/m-p/932992#M12995</guid>
      <dc:creator />
      <dc:date>2015-11-24T09:16:46Z</dc:date>
    </item>
  </channel>
</rss>

