<?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: Monthly Percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46971#M782112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny I thought he said he wants to repeat this for every month not only in Dec so will adding NOM_MES is not enough? Just wondering to know. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 14:36:14 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-03T14:36:14Z</dc:date>
    <item>
      <title>Monthly Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46968#M782109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with the percentages.&lt;/P&gt;&lt;P&gt;The objective is to calculate the percentages based on the monthly total.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198290_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is displayed in the image.&lt;/P&gt;&lt;P&gt;the value 1535623.52 is the total for the month of December. This value should be in the Exp2 column.&lt;/P&gt;&lt;P&gt;The same logic must be repeated in each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me with this topic.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;Attached the Qvw&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/Monthly-Percentage/m-p/46968#M782109</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46969#M782110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dimensionality() = 2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(TOTAL &amp;lt;NOM_MES&amp;gt; {&amp;lt;FECHA_STOCK={"$(=DATE(NOW()-1,'DD/MM/YYYY'))"},ALMACEN={'*'} - {'290010','390010','930102'}&amp;gt;}STOCK_M2),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(TOTAL{&amp;lt;FECHA_STOCK={"$(=DATE(NOW()-1,'DD/MM/YYYY'))"},ALMACEN={'*'} - {'290010','390010','930102'}&amp;gt;}STOCK_M2))&lt;/STRONG&gt;&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/198285_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46969#M782110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-03T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46970#M782111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in your expr2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NOM_MES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FECHA_STOCK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=DATE(NOW()-1,'DD/MM/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ALMACEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'*'} - {'290010','390010','930102'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STOCK_M2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46970#M782111</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-03T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46971#M782112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny I thought he said he wants to repeat this for every month not only in Dec so will adding NOM_MES is not enough? Just wondering to know. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46971#M782112</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-03T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Percentage</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46972#M782113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right his %ges gets weird if we do not use Dimensionality. Got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Percentage/m-p/46972#M782113</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-03T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

