<?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: bar graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646681#M1069107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual Function will have two values... &lt;BR /&gt;Dual(A,B).... A is Text and B is Numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales) &amp;amp; Chr(10) &amp;amp; Num(Sum(Sales) / Sum(Total Sales),'##0.0%')&amp;nbsp;&amp;nbsp;&amp;nbsp; Text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;need to divided into&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum(Sales)&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;gt; Total Sales for each Category&lt;/P&gt;&lt;P&gt;Sum(Sales) / Sum(Total Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==&amp;gt; Total Sales for each Category / Total Sales&lt;/P&gt;&lt;P&gt;Num(Sum(Sales) / Sum(Total Sales),'##0.0%')&amp;nbsp; ==&amp;gt; Convert above in to %&lt;/P&gt;&lt;P&gt;Chr(10) will make another line./ New Line Feed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Numeric&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 11:54:23 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-09-08T11:54:23Z</dc:date>
    <item>
      <title>bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646673#M1069097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In my bar graph, how can i show the values and percentage both together on bar.(By using values on data point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 10:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646673#M1069097</guid>
      <dc:creator />
      <dc:date>2014-09-08T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646674#M1069098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider you have Customer, Sales and Purchase data...&lt;/P&gt;&lt;P&gt;Create a Bar Chart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dimension&lt;/P&gt;&lt;P&gt;Customer&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SUM(Sales)&lt;/P&gt;&lt;P&gt;Tick Bar and Untick Values on Data Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 'Sales : '&amp;amp;SUM(Sales) &amp;amp; CHR(10) &amp;amp; NUM((SUM(Sales)-Sum(Purhcase))/SUM(Sales),'#,##0.00%')&lt;/P&gt;&lt;P&gt;Untick Bar Chart&lt;/P&gt;&lt;P&gt;Tick Values on Data Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change Dimension and Expressions according to your database and requirements..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 10:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646674#M1069098</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-08T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646675#M1069099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for effort but i couldnt follow..&lt;/P&gt;&lt;P&gt;can u help with simple solution&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 10:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646675#M1069099</guid>
      <dc:creator />
      <dc:date>2014-09-08T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646676#M1069100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have a look at attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646676#M1069100</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-08T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646677#M1069101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646677#M1069101</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-08T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646678#M1069102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties &amp;gt; Expressions &amp;gt; Check to "Relative" Check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646678#M1069102</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-09-08T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646679#M1069103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132351_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66222_QlikCommunity_Thread_132351_Pic1.JPG.jpg" style="width: 620px; height: 448px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132351_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66223_QlikCommunity_Thread_132351_Pic2.JPG.jpg" style="width: 620px; height: 619px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646679#M1069103</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-08T11:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646680#M1069104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant understand the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646680#M1069104</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: bar graph</title>
      <link>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646681#M1069107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual Function will have two values... &lt;BR /&gt;Dual(A,B).... A is Text and B is Numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales) &amp;amp; Chr(10) &amp;amp; Num(Sum(Sales) / Sum(Total Sales),'##0.0%')&amp;nbsp;&amp;nbsp;&amp;nbsp; Text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;need to divided into&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum(Sales)&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;gt; Total Sales for each Category&lt;/P&gt;&lt;P&gt;Sum(Sales) / Sum(Total Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==&amp;gt; Total Sales for each Category / Total Sales&lt;/P&gt;&lt;P&gt;Num(Sum(Sales) / Sum(Total Sales),'##0.0%')&amp;nbsp; ==&amp;gt; Convert above in to %&lt;/P&gt;&lt;P&gt;Chr(10) will make another line./ New Line Feed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Numeric&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-graph/m-p/646681#M1069107</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-08T11:54:23Z</dc:date>
    </item>
  </channel>
</rss>

