<?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: Qlikview - Table chart per month % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600329#M444217</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Dear Frank,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this looks perfectly for the months. Thanks for the info.&lt;/P&gt;&lt;P&gt;Only the total at the end is still incorrect.&lt;/P&gt;&lt;P&gt;It summarises all the months (until July):&lt;/P&gt;&lt;P&gt;Network:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 361%&lt;/P&gt;&lt;P&gt;Free choice 339%&lt;/P&gt;&lt;P&gt;Total&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;700%&amp;nbsp;&amp;nbsp; (7 months x 10)%)&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 10:57:19 GMT</pubDate>
    <dc:creator>maartenmol</dc:creator>
    <dc:date>2019-07-09T10:57:19Z</dc:date>
    <item>
      <title>Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600302#M444207</link>
      <description>&lt;P&gt;My script is the following:&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;sum&lt;/FONT&gt;&lt;FONT size="1"&gt;({1&amp;lt; &lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;TypeofFact&lt;/FONT&gt;&lt;FONT size="1"&gt;= {'Lawyer'}&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;[Year]&lt;/FONT&gt;&lt;FONT size="1"&gt; = {&lt;/FONT&gt;&lt;STRONG&gt;&lt;I&gt;&lt;FONT size="1" color="#808080"&gt;$(vThisyear)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;}&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&amp;gt;}&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;_total_value&lt;/FONT&gt;&lt;FONT size="1"&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;This gives the following output:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QV question.PNG" style="width: 698px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15130iDE62E59353410837/image-size/large?v=v2&amp;amp;px=999" role="button" title="QV question.PNG" alt="QV question.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can i make the second pivot table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 10:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600302#M444207</guid>
      <dc:creator>maartenmol</dc:creator>
      <dc:date>2019-07-09T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600309#M444208</link>
      <description>&lt;P&gt;try this as expression:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sum(aggr(sum(Data)/aggr(NODISTINCT sum(Data),Date),Lawyer,Date))&lt;/LI-CODE&gt;&lt;P&gt;Replace &lt;STRONG&gt;Data&lt;/STRONG&gt; and &lt;STRONG&gt;Date&lt;/STRONG&gt;&amp;nbsp; Field according your environment&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 10:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600309#M444208</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-07-09T10:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600329#M444217</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear Frank,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this looks perfectly for the months. Thanks for the info.&lt;/P&gt;&lt;P&gt;Only the total at the end is still incorrect.&lt;/P&gt;&lt;P&gt;It summarises all the months (until July):&lt;/P&gt;&lt;P&gt;Network:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 361%&lt;/P&gt;&lt;P&gt;Free choice 339%&lt;/P&gt;&lt;P&gt;Total&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;700%&amp;nbsp;&amp;nbsp; (7 months x 10)%)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 10:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600329#M444217</guid>
      <dc:creator>maartenmol</dc:creator>
      <dc:date>2019-07-09T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600342#M444221</link>
      <description>&lt;P&gt;what happens if you also&amp;nbsp; activate "showPartialSum" for your Date dimension?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600342#M444221</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-07-09T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600351#M444222</link>
      <description>&lt;P&gt;Unless I'm overlooking something, it seems overkill to use AGGR function, as you can just use the TOTAL keyword to specify the scope of the calculation.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600351#M444222</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2019-07-09T11:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600459#M444224</link>
      <description>&lt;P&gt;have a look at the attached sample.&lt;/P&gt;&lt;P&gt;Both TOTALS should be displayed correct!&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 14:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1600459#M444224</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-07-09T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview - Table chart per month %</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1608199#M444889</link>
      <description>&lt;P&gt;Did the example app Frank provided work?&amp;nbsp; If so, be sure to give him credit by clicking the Accept as Soluiton button on his post.&amp;nbsp; If not, please provide further information, so we can try to help you get things figured out.&amp;nbsp; If you are unable to click the button for some reason, you can also just reply that it did work, and we can be sure things get updated accordingly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Table-chart-per-month/m-p/1608199#M444889</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-31T18:19:58Z</dc:date>
    </item>
  </channel>
</rss>

