<?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: 100% stacked graph from a percentage stacked graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588071#M43051</link>
    <description>&lt;P&gt;What is the dimension you are using in your graph? You need to include this in your set analysis.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 11:04:35 GMT</pubDate>
    <dc:creator>JordyWegman</dc:creator>
    <dc:date>2019-06-04T11:04:35Z</dc:date>
    <item>
      <title>100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588052#M43043</link>
      <description>&lt;P&gt;sum({&amp;lt;FIN_YR_NO = {"&amp;lt;=$(vMaxFinYr)"}, MTH_SHORT_DESC=&amp;gt;}$(vMeasure_FieldName))&lt;BR /&gt;/&lt;BR /&gt;sum({&amp;lt;FIN_YR_NO = {"&amp;lt;=$(vMaxFinYr)"},Milestone={'Intake'}, MTH_SHORT_DESC=&amp;gt;}$(vMeasure_FieldName))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day&lt;/P&gt;&lt;P&gt;Below is my expression for a % stacked graph , how do i convert this graph into a 100% stacked graph ?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588052#M43043</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2021-12-22T16:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588057#M43045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need TOTAL for this. Check this &lt;A href="https://www.youtube.com/watch?v=92hYxaCd6aE" target="_self"&gt;video&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 10:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588057#M43045</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-04T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588066#M43050</link>
      <description>&lt;P&gt;I had many other graphs that were just numbers , i did use total&amp;lt;yr_mth_no&amp;gt; eg it works easily , the problem is this graph is already in percentages and the total &amp;lt;&amp;gt; is not working&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 11:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588066#M43050</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2019-06-04T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588071#M43051</link>
      <description>&lt;P&gt;What is the dimension you are using in your graph? You need to include this in your set analysis.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 11:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588071#M43051</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-04T11:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588084#M43054</link>
      <description>TOTAL &amp;lt;YR_MTH_NO, FIN_YR_NO, MTH_SHORT_DESC, FIN_QTR_NO,Fiscal_Year,Fiscal_YearHalf,Fiscal_Quater,Cal_Day,WEEKNUM,WEEKLABEL,Date, Cal_YearMonth, Cal_DayName&amp;gt;$(vMeasure_FieldName)),&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2019 11:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588084#M43054</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2019-06-04T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588095#M43055</link>
      <description>&lt;P&gt;Your results should in the following syntax:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum($(vMeasure_FieldName))
/ 
Sum( TOTAL &amp;lt; [YourDimensionInBarChart] &amp;gt;$(vMeasure_FieldName))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can expand the part before and after the / . But this is how you will get the 100% stacked charts.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 11:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588095#M43055</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-04T11:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588298#M43065</link>
      <description>&lt;P&gt;Make the attachment a 100% stacked graph&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 17:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588298#M43065</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2019-06-04T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588322#M43068</link>
      <description>&lt;P&gt;See the attachment. I've added another formula as test and added a type so you can clearly see the difference.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 18:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1588322#M43068</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-04T18:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1593071#M43603</link>
      <description>&lt;P&gt;What happens if this my formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Sum(Contribution) * Sum(GL_VALUE) / count(DISTINCT Cost_Centre)) / count(distinct YR_MTH_NO)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i get 100% stacked i tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;YR_MTH_NO is my dimension&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 12:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1593071#M43603</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2019-06-18T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: 100% stacked graph from a percentage stacked graph</title>
      <link>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1593079#M43605</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;(Sum(Contribution)/Sum(TOTAL &amp;lt;YR_MTH_NO&amp;gt; Contribution))&lt;BR /&gt;* (Sum(GL_VALUE)/Sum(TOTAL &amp;lt;YR_MTH_NO&amp;gt; GL_VALUE))&lt;BR /&gt;/ (count(DISTINCT Cost_Centre) / Count (DISTINCT TOTAL &amp;lt;YR_MTH_NO&amp;gt; Cost_Centre))&lt;BR /&gt;/ (count(distinct YR_MTH_NO)/(count(TOTAL &amp;lt;YR_MTH_NO&amp;gt; distinct YR_MTH_NO))&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 13:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-stacked-graph-from-a-percentage-stacked-graph/m-p/1593079#M43605</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2019-06-18T13:09:27Z</dc:date>
    </item>
  </channel>
</rss>

