<?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 Relative % of row total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36540#M779283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping to add a column that can provide % CQ product or % of CQ renewals relative to CQ total in this pivot table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV-q relative %.JPG" class="jive-image image-1" src="/legacyfs/online/198058_QV-q relative %.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this expressions: &lt;/P&gt;&lt;P&gt;=sum(if(InQuarter(SalesOrderDate, Today(),0),Amount))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum(TOTAL(if(InQuarter(SalesOrderDate, Today(),0),Amount)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it provides the % relative to cumulative (column) total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Relative % of row total</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36540#M779283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping to add a column that can provide % CQ product or % of CQ renewals relative to CQ total in this pivot table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV-q relative %.JPG" class="jive-image image-1" src="/legacyfs/online/198058_QV-q relative %.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried this expressions: &lt;/P&gt;&lt;P&gt;=sum(if(InQuarter(SalesOrderDate, Today(),0),Amount))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;sum(TOTAL(if(InQuarter(SalesOrderDate, Today(),0),Amount)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it provides the % relative to cumulative (column) total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated!&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/Relative-of-row-total/m-p/36540#M779283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relative % of row total</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36541#M779284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(Amount)/SUM(TOTAL Amount)&lt;/P&gt;&lt;P&gt;OR&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;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount&lt;/SPAN&gt;)/above(total sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount&lt;/SPAN&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;OR&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;SUM(Amount)/SUM(TOTAL &amp;lt;URDimension&amp;gt; Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2018 03:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36541#M779284</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-04-01T03:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Relative % of row total</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36542#M779285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum(If(InQuarter(SalesOrderDate, Today(), 0), Amount))/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(TOTAL &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;Theater, Area, SalesManager&amp;gt;&lt;/SPAN&gt; (If(InQuarter(SalesOrderDate, Today(), 0), Amount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2018 16:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36542#M779285</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-01T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Relative % of row total</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36543#M779286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny!! Thank you! You are correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The multiple dimensions in the pivot&amp;nbsp; were a little confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2018 22:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-of-row-total/m-p/36543#M779286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-01T22:48:28Z</dc:date>
    </item>
  </channel>
</rss>

