<?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 Display % and count in Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1602354#M736984</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 745px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15447i6F26A2A84AB06D98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;I have an expression for % , how can i display the total value and percentage both on the bar chart below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the expression&lt;/P&gt;&lt;P&gt;=Num(&lt;BR /&gt;Count({&amp;lt;[STATUS]={"COMPLETED"}&amp;gt;}[STATUS])&lt;BR /&gt;/&lt;BR /&gt;Count({&amp;lt;[TECH]={"POSTGRES","ORACLE","MONGO"}&amp;gt;}[TECH])&lt;BR /&gt;, '#.%')&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qlikvw2019</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Display % and count in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1602354#M736984</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 745px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15447i6F26A2A84AB06D98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;I have an expression for % , how can i display the total value and percentage both on the bar chart below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the expression&lt;/P&gt;&lt;P&gt;=Num(&lt;BR /&gt;Count({&amp;lt;[STATUS]={"COMPLETED"}&amp;gt;}[STATUS])&lt;BR /&gt;/&lt;BR /&gt;Count({&amp;lt;[TECH]={"POSTGRES","ORACLE","MONGO"}&amp;gt;}[TECH])&lt;BR /&gt;, '#.%')&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1602354#M736984</guid>
      <dc:creator>qlikvw2019</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display % and count in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1602477#M736987</link>
      <description>&lt;P&gt;Use Dual as expression with Numeric value and text value. and select Value on data point option.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;expression&amp;nbsp;=Dual(Num(Sum(Sales)/Sum(Total Sales),'###.#%'),Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 440px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15464i70FDB5FED6410552/image-dimensions/440x192?v=v2" width="440" height="192" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 19:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1602477#M736987</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-15T19:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display % and count in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1610412#M736990</link>
      <description>&lt;P&gt;Did Dilip's comment solve things for you?&amp;nbsp; If so, be sure to use the Accept as Solution button on his comment to give him credit...&amp;nbsp; If you are still struggling, here are a couple of links that expand upon his idea:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Dual.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Dual-Exists-Useful-Functions/ba-p/1465290" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Dual-Exists-Useful-Functions/ba-p/1465290&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 20:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-and-count-in-Bar-Chart/m-p/1610412#M736990</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-07T20:37:18Z</dc:date>
    </item>
  </channel>
</rss>

