<?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 How to limit the pivot table expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400442#M424608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table in which below are dimensions and expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category (Dimension)&lt;/P&gt;&lt;P&gt;Region (Dimension)&lt;/P&gt;&lt;P&gt;Area (Dimension)&lt;/P&gt;&lt;P&gt;Total Cost (Expression)&lt;/P&gt;&lt;P&gt;Total Vol (Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, pivot table will show both expression but I want, when user expand area dimension, then only he/she will be able to see the total cost (Expression) otherwise Only Total Vol should be visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 18:53:48 GMT</pubDate>
    <dc:creator>vipingarg23</dc:creator>
    <dc:date>2017-08-14T18:53:48Z</dc:date>
    <item>
      <title>How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400442#M424608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table in which below are dimensions and expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category (Dimension)&lt;/P&gt;&lt;P&gt;Region (Dimension)&lt;/P&gt;&lt;P&gt;Area (Dimension)&lt;/P&gt;&lt;P&gt;Total Cost (Expression)&lt;/P&gt;&lt;P&gt;Total Vol (Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, pivot table will show both expression but I want, when user expand area dimension, then only he/she will be able to see the total cost (Expression) otherwise Only Total Vol should be visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400442#M424608</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2017-08-14T18:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400443#M424609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that you need??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="P_271176.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173391_P_271176.png" style="height: 222px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 19:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400443#M424609</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-08-14T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400444#M424610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Enrique for your quick answer. You are almost right but Vol expression should not be visible at all. Here it is visible as blank. Blank column should not be visible. Whole column should be disappear. I am trying to do this through dimensionality() but it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 19:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400444#M424610</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2017-08-14T19:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400445#M424611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this expression:&lt;/P&gt;&lt;P&gt;=if(dimensionality()=0,sum(Vol),null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 19:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400445#M424611</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-08-14T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400446#M424612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the file qvw, without white() text, and expression with dimensionality()=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 19:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400446#M424612</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2017-08-14T19:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the pivot table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400447#M424613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect....Thanks Enrique for your help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-pivot-table-expressions/m-p/1400447#M424613</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2017-08-15T06:29:39Z</dc:date>
    </item>
  </channel>
</rss>

