<?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: How to show the sub values along with Total value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946957#M971999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;% Bookings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;num(sum(TOTAL {$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last Column&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;}DISTINCT([End Customer Global Ultimate Name]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 08:36:59 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-09-15T08:36:59Z</dc:date>
    <item>
      <title>How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946952#M971994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to get the % of Bookings on the selection of values.when I select the [Sales Level 1] and[ Sales Level 2]&lt;/P&gt;&lt;P&gt;then it should show the&amp;nbsp; [Sales Level 2] Data values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose &lt;SPAN style="font-size: 13.3333px;"&gt; [Sales Level 1]&amp;nbsp; we select AMERICAS then it show the all dependent value of &lt;SPAN style="font-size: 13.3333px;"&gt; [Sales Level 2] like &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CANADA,LATAM,US COMMERCIAL,US OTHER etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to achieve the first two Columns value i.e Count and Bookings but while am trying to get the % of booking it showing the wrong calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23043"&gt;ashfaq_haseeb&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/57428"&gt;Kush141087&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946952#M971994</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-14T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946953#M971995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;SUM(YourExpression) / SUM(TOTAL YourExpression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946953#M971995</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-14T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946954#M971996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]=, [Sales Level 2]={$(vSel2)}&amp;gt;} [Net Bookings])/sum(TOTAL({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]=, [Sales Level 2]={$(vSel2)}&amp;gt;} [Net Bookings]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946954#M971996</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-14T14:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946955#M971997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide expected result in excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946955#M971997</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-14T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946956#M971998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Expected_result.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98867_Expected_result.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946956#M971998</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-14T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946957#M971999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;% Bookings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;num(sum(TOTAL {$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last Column&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;} [Net Bookings]),'##.00')&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count({$&amp;lt;[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 2]=&amp;gt;}DISTINCT([End Customer Global Ultimate Name]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 08:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946957#M971999</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-15T08:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the sub values along with Total value</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946958#M972000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 10:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-sub-values-along-with-Total-value/m-p/946958#M972000</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-09-15T10:08:12Z</dc:date>
    </item>
  </channel>
</rss>

