<?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: Expression only show null values in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299822#M839897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use this as an expression, it returns the same amount for the BIN and the expression. I tried it as an dimension and it didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 09:29:37 GMT</pubDate>
    <dc:creator>khaycock</dc:creator>
    <dc:date>2017-05-08T09:29:37Z</dc:date>
    <item>
      <title>Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299819#M839894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need an expression that only shows BIN where the QUANTITY = 0? I don't need any other fields to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of expression do I need?&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/Expression-only-show-null-values-in-Pivot-Table/m-p/1299819#M839894</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299820#M839895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean to say this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;QUANTITY = {0}&amp;gt;}BIN)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299820#M839895</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-08T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299821#M839896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Quantity) = 0, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299821#M839896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-08T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299822#M839897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use this as an expression, it returns the same amount for the BIN and the expression. I tried it as an dimension and it didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299822#M839897</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-08T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299823#M839898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just displaying 1 for everything? I only need to show BINS where the QUANTITY = 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299823#M839898</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-08T09:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299824#M839899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really? Even if use this if statement which says that only show 1 when Sum(Quantity) = 0, assign a 1, else a 0? Can you share an image after adding another expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Sum(Quantity) = 0, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Quantity)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299824#M839899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-08T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299825#M839900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the image, And explain the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299825#M839900</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-08T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression only show null values in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299826#M839901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops sorry that was my fault. You're right, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-only-show-null-values-in-Pivot-Table/m-p/1299826#M839901</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-05-08T09:53:00Z</dc:date>
    </item>
  </channel>
</rss>

