<?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: total issue in pivot !!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46094#M608655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr(sum(TOTAL&amp;lt;$(=vDynamicDims)&amp;gt; Mix),Dim1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 08:30:58 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-03-19T08:30:58Z</dc:date>
    <item>
      <title>total issue in pivot !!!</title>
      <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46091#M608652</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;I am working on one expression where i am not able to find out right solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wan to show the table with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="64"&gt;Segment&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Mix&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Mix %&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0.333333&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0.333333&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0.333333&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Total&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is easily achievable by&amp;nbsp; Mix% = SUM(TOTAL&amp;nbsp; {&amp;lt;Segment&amp;gt;} Mix).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem here is if we need to change the dimension from segment to Market or so on as per conditional dimension selection . this static formula will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the dynamic formula where if i change the dimension tan total should change as per dimension subtotal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&amp;nbsp; Mix%=SUM(TOTAL {&amp;lt;&lt;STRONG&gt;Dynamic Dimension&amp;gt;&lt;/STRONG&gt;} Mix )...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Virendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46091#M608652</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2018-03-19T06:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: total issue in pivot !!!</title>
      <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46092#M608653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create variable to store your dynamic dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use that variable in your &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mix%=SUM(TOTAL {&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(variableName)&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;} Mix )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46092#M608653</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-19T06:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: total issue in pivot !!!</title>
      <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46093#M608654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not working ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still showing total values for entire year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46093#M608654</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2018-03-19T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: total issue in pivot !!!</title>
      <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46094#M608655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr(sum(TOTAL&amp;lt;$(=vDynamicDims)&amp;gt; Mix),Dim1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46094#M608655</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-19T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: total issue in pivot !!!</title>
      <link>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46095#M608656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add the current year and previous year selection also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 2 columns ..&lt;/P&gt;&lt;P&gt;for current year its working file&amp;nbsp;&amp;nbsp; Sum ( Actual) / Sum (Total &amp;lt; $(Dim1)&amp;gt; Actual) ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for previous year ...its not working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/total-issue-in-pivot/m-p/46095#M608656</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2018-03-19T08:35:26Z</dc:date>
    </item>
  </channel>
</rss>

