<?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 - One row in details that has not to be showed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279813#M867733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a calculated dimension for "master" as below and check , Suppress when value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR(IF(COUNT(dIStinct total&amp;nbsp; &amp;lt;master&amp;gt; detail) &amp;gt;1,master),master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="242239.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145625_242239.PNG" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 12:05:42 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2016-12-05T12:05:42Z</dc:date>
    <item>
      <title>PIVOT - One row in details that has not to be showed</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279812#M867732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all and thanks in advance.&lt;/P&gt;&lt;P&gt;In qlikview, in&amp;nbsp; my pivot there are 2 dimensons and one is the 'master', the other is 'details'.&lt;/P&gt;&lt;P&gt;I want to hide/not to show the details when the number of details is one (and total is the same as details).&lt;/P&gt;&lt;P&gt;This is an example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="216" src="https://community.qlik.com/legacyfs/online/145623_Capture.PNG" style="height: 216px; width: 778.605px;" width="779" /&gt;thanks in advance and have a good day!&lt;/P&gt;&lt;P&gt;Cristina&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/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279812#M867732</guid>
      <dc:creator>clovati</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT - One row in details that has not to be showed</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279813#M867733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a calculated dimension for "master" as below and check , Suppress when value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR(IF(COUNT(dIStinct total&amp;nbsp; &amp;lt;master&amp;gt; detail) &amp;gt;1,master),master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="242239.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145625_242239.PNG" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 12:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279813#M867733</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT - One row in details that has not to be showed</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279814#M867734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option (using &lt;A href="https://community.qlik.com/people/vinieme12"&gt;vinieme12&lt;/A&gt;‌'s sample)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145626_Capture.PNG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dimensionality() = 1 or Count(TOTAL &amp;lt;master&amp;gt; master) &amp;gt; 1, Sum(amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 12:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279814#M867734</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT - One row in details that has not to be showed</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279815#M867735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;Diminesion1:&amp;nbsp;&amp;nbsp; master&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Diminesion2:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;=AGGR(IF(COUNT(dIStinct total&amp;nbsp; &amp;lt;master&amp;gt; detail) &amp;gt;1,detail),master,detail)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;if(SUM( TOTAL&amp;lt;master&amp;gt; AGGR(count(DISTINCT TOTAL &amp;lt;master&amp;gt; detail),master))=1 AND Dimensionality()=2,NULL(),SUM(amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="242239_v2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145627_242239_v2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 12:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279815#M867735</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T12:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIVOT - One row in details that has not to be showed</title>
      <link>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279816#M867736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like the idea of doing a distinct count of details here instead of count of master&lt;/P&gt;&lt;P&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;If(Dimensionality() = 1 or Count(DISTINCT TOTAL &amp;lt;master&amp;gt; details) &amp;gt; 1, Sum(amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 12:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PIVOT-One-row-in-details-that-has-not-to-be-showed/m-p/1279816#M867736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T12:28:18Z</dc:date>
    </item>
  </channel>
</rss>

