<?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 chart with different level sub total? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87725#M14309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry quite did not follow you, can you tell me what exactly you are expecting to see in your Pivot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:28:20 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-06-29T14:28:20Z</dc:date>
    <item>
      <title>Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87719#M14303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a pivot table in different way. I have attached the Excel file which has sample dataset and Pivot structure.&lt;/P&gt;&lt;P&gt;Also attaché the QVW file which I have created with simple pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me how to do that?&lt;/P&gt;&lt;P&gt;Please suggest if we have any different way to implement it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87719#M14303</guid>
      <dc:creator>skumarqv11</dc:creator>
      <dc:date>2018-06-27T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87720#M14304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking something like this?&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/206445_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If yes just use below as your expression in your table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(Dimensionality() = 2, Sum( {&amp;lt;BID={'N/A'}&amp;gt;} Value)&amp;amp;'/'&amp;amp;Sum( {&amp;lt;BID -={'N/A'}&amp;gt;} Value),sum(Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i would like to know if your BID will always have a value N/A. Let me know. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 04:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87720#M14304</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-28T04:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87721#M14305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, But I need like below. I want to Ignore N/A from BID and Country.&lt;/P&gt;&lt;P&gt;My result should be like this.&lt;/P&gt;&lt;P&gt;Level=2 country result/ all BID Result.(150/90), Because I may have N/A or may not so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All BID we can get that, But I am trying to get the value for Level=2 country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a expression to get 150 value which is country level=2 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206448_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 05:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87721#M14305</guid>
      <dc:creator>skumarqv11</dc:creator>
      <dc:date>2018-06-28T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87722#M14306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But your country level 2 has a BID with value 'N/A' right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87722#M14306</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-28T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87723#M14307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(Dimensionality() = 2, Sum( {&amp;lt;BID -={'N/A'}&amp;gt;} Value)&amp;amp;'/'&amp;amp;Sum({&amp;lt; BID = {'N/A'} &amp;gt;}Value), sum(Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Dim BID use like below and in the expr use the above and let me know. &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/206550_Capture.PNG" style="height: 506px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 17:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87723#M14307</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-28T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87724#M14308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt; Its like hierarchy concept. I have BID's values for Each country and Country also have different Value. &lt;/P&gt;&lt;P&gt;Here My case is I have a country value which is doesn't have BID (i.e. N/A here), Its a total country level value 150.&lt;/P&gt;&lt;P&gt;I have BID's in each country that is BID1,BID2,BID3 etc.&lt;/P&gt;&lt;P&gt;Each BID's having values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is I want to compare the values like below.&lt;/P&gt;&lt;P&gt;Country Level Value/ sum of BID's in that Country (150/90).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is difference in 150-90=60.&lt;/P&gt;&lt;P&gt;To check this N/A is the country level value, BID's each BID's value in the same Country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87724#M14308</guid>
      <dc:creator>skumarqv11</dc:creator>
      <dc:date>2018-06-29T04:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot chart with different level sub total?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87725#M14309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry quite did not follow you, can you tell me what exactly you are expecting to see in your Pivot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-chart-with-different-level-sub-total/m-p/87725#M14309</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-29T14:28:20Z</dc:date>
    </item>
  </channel>
</rss>

