<?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 Hiding a column in a pivot table when the values are missing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532299#M552183</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;How can I do to hide an expression in a pivot table if there is no value filled in?&lt;/P&gt;&lt;P&gt;I've tried by creating a variable vDisplayExpression = if(isnull(Expression), 0,1) and then putting in the Conditional of the expression vDisplayExpression = 1 but it doesn't work, it disappears even if there are values in cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Oct 2013 13:59:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-27T13:59:52Z</dc:date>
    <item>
      <title>Hiding a column in a pivot table when the values are missing</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532299#M552183</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;How can I do to hide an expression in a pivot table if there is no value filled in?&lt;/P&gt;&lt;P&gt;I've tried by creating a variable vDisplayExpression = if(isnull(Expression), 0,1) and then putting in the Conditional of the expression vDisplayExpression = 1 but it doesn't work, it disappears even if there are values in cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 13:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532299#M552183</guid>
      <dc:creator />
      <dc:date>2013-10-27T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding a column in a pivot table when the values are missing</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532300#M552184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Cristina&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 14:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532300#M552184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-27T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding a column in a pivot table when the values are missing</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532301#M552185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is:&lt;/P&gt;&lt;P&gt;ACTUAL PRICES=(sum($(vAddedCost)) + sum($(vTotalPrice)))/Sum(TOTAL_QUANTITY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vAddedCost=GetFieldSelections(CR_COD_CURRENCY_SAP)&amp;amp;'_ADDED_COST (in our database we have the fields EUR_ADDED_COST, USD_ADDED_COST AND LOCAL_ADDED_COST, so, based on&amp;nbsp; user currency selection, one of those free fields will be used in analysis).&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;vTotalPrice=GetFieldSelections(CR_COD_CURRENCY_SAP)&amp;amp;'_TOTAL_PRICE (same for Total Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 14:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532301#M552185</guid>
      <dc:creator />
      <dc:date>2013-10-27T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding a column in a pivot table when the values are missing</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532302#M552186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this one?&lt;/P&gt;&lt;P&gt;(sum($(vAddedCost)) + sum($(vTotalPrice)))/Sum(TOTAL_QUANTITY) &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 21:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-a-column-in-a-pivot-table-when-the-values-are-missing/m-p/532302#M552186</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2013-10-30T21:10:04Z</dc:date>
    </item>
  </channel>
</rss>

