<?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 Set relative and absolute value in stack bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550370#M744024</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem using 4 expressions in a bar chart. So I have 4 expressions like:&lt;/P&gt;&lt;P&gt;=Count(DISTINCT(SPORD))&lt;/P&gt;&lt;P&gt;=(sum(IF(SPANN=ANNO AND (SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO),SPVAL_FATBOL)))&lt;/P&gt;&lt;P&gt;=Count(DISTINCT(SPORD))&lt;/P&gt;&lt;P&gt;=(sum(IF(SPANN=ANNO AND (SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO),SPVAL_FATBOL)))&lt;/P&gt;&lt;P&gt;I have created 4 expressions because the first two show relative values while the other two show absolute values. I want the graph to show the relative values in bars, while the absolute values as values on data points. As you see in the image the chart shows the absolute and relative value for the expression SUM.... but it shows only the relative value for the expression COUNT.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>zenobendi</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set relative and absolute value in stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550370#M744024</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem using 4 expressions in a bar chart. So I have 4 expressions like:&lt;/P&gt;&lt;P&gt;=Count(DISTINCT(SPORD))&lt;/P&gt;&lt;P&gt;=(sum(IF(SPANN=ANNO AND (SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO),SPVAL_FATBOL)))&lt;/P&gt;&lt;P&gt;=Count(DISTINCT(SPORD))&lt;/P&gt;&lt;P&gt;=(sum(IF(SPANN=ANNO AND (SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO),SPVAL_FATBOL)))&lt;/P&gt;&lt;P&gt;I have created 4 expressions because the first two show relative values while the other two show absolute values. I want the graph to show the relative values in bars, while the absolute values as values on data points. As you see in the image the chart shows the absolute and relative value for the expression SUM.... but it shows only the relative value for the expression COUNT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550370#M744024</guid>
      <dc:creator>zenobendi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set relative and absolute value in stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550372#M744025</link>
      <description />
      <pubDate>Thu, 28 Feb 2019 10:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550372#M744025</guid>
      <dc:creator>zenobendi</dc:creator>
      <dc:date>2019-02-28T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set relative and absolute value in stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550492#M744026</link>
      <description>&lt;P&gt;Is there someone who can help me? Because I've searched in the forum and I've tried to use this expression, but it doesn't solve my problem.&lt;/P&gt;&lt;P&gt;=dual(Num(Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD))),'#.##0') &amp;amp; '(' &amp;amp; Num((Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD))))/(Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} Total DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD)))),'#.##0%') &amp;amp; ')',Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD))) +(Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD))))/(Count({&amp;lt;SPTYP_GRUPPO = &amp;gt;} Total DISTINCT(If(SPTYP_GRUPPO='Fatturato e Bollato' and SPANN=ANNO AND SPMES&amp;lt;MESE OR SPMES=MESE AND SPGIO&amp;lt;=GIORNO, SPORD))))*100 )&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 13:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-relative-and-absolute-value-in-stack-bar-chart/m-p/1550492#M744026</guid>
      <dc:creator>zenobendi</dc:creator>
      <dc:date>2019-02-28T13:17:42Z</dc:date>
    </item>
  </channel>
</rss>

