<?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: Show two data points on bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895668#M532790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(sum(VALUE) &amp;amp;''&amp;amp;'/'&amp;amp; count(VALUE),sum(VALUE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2015 09:58:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-28T09:58:15Z</dc:date>
    <item>
      <title>Show two data points on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895664#M532786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bar chart that is calculating based on the sum of a field. I have the data values to show on the chart for the sum amount of 161,935 (see below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4-23-2015 8-05-35 AM.png" class="jive-image image-1" src="/legacyfs/online/84694_4-23-2015 8-05-35 AM.png" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like to show the COUNT as well, but only as a data point.&amp;nbsp; So, ideally, the label would read 161,935 / (COUNT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this by adding another expression for COUNT(value), but that just brings up another bar with the count of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to show the count value in conjunction with the sum value as a data point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895664#M532786</guid>
      <dc:creator />
      <dc:date>2015-04-23T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show two data points on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895665#M532787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add an expression that is not presented as a Bar (clear the Bar check box) and only shows Values on Data Points. For the value, use the Dual() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the text part of the dual should calculate both values and concatenate them to form the desired look, such as SUM(COUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the numeric part of the dual should be the same as the bar expression, to ensure correct placement of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original expression in this case should not show Values on Data Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to format the Number for the second expression as "Expression Default"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.masterssummit.com/"&gt;www.masterssummit.com&lt;/A&gt; - take your QlikView skills to the next level!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 15:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895665#M532787</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-04-23T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show two data points on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895666#M532788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Travis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a second expression in this way and select "value on data points" and unselect the rest of the display option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 161,935 &amp;amp;' ' &amp;amp; ' / ' &amp;amp;' ' &amp;amp; Count (field name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 08:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895666#M532788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T08:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show two data points on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895667#M532789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. I apologize for my delay.&lt;/P&gt;&lt;P&gt;I followed your instructions and tried the following dual function for one of the expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(sum(VALUE) &amp;amp; count(VALUE),sum(VALUE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it looks like it just adds the sum and count together rather than giving me the sum/count as a data point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you happen to have an example of how this may work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895667#M532789</guid>
      <dc:creator />
      <dc:date>2015-04-27T12:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show two data points on bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895668#M532790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dual(sum(VALUE) &amp;amp;''&amp;amp;'/'&amp;amp; count(VALUE),sum(VALUE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 09:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-two-data-points-on-bar-chart/m-p/895668#M532790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-28T09:58:15Z</dc:date>
    </item>
  </channel>
</rss>

