<?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 chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951478#M327224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all things good but when i reviewed ur file u r using same fields of department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my data is having like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="229"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="81"&gt;department&lt;/TD&gt;&lt;TD width="148"&gt;Count per Department&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;IT&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;CSE&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MECH&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;EEE&lt;/TD&gt;&lt;TD align="right"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ECE&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;130&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2015 15:23:52 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2015-09-28T15:23:52Z</dc:date>
    <item>
      <title>Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951469#M327215</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;In my bar chart i have 5 bars which shows with the counts and&amp;nbsp; with different departments such as IT, CSE,EEE, ECE, MECH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these has to be displayed as&amp;nbsp; single bar with there counts how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951469#M327215</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951470#M327216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove Departments from Dimension Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951470#M327216</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-28T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951471#M327217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ manish when i remove dept from dimension i getting single bar only but the dept is not segregated in a single bar, its showing over all total count only... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951471#M327217</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951472#M327218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your requirement is not very clear. Do you mean a single bar with coloured segments for each department?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of so, remove the dimension and make one expression for each department:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Department = {'IT'}&amp;gt;} Values)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Department = {'CSE'}&amp;gt;} Values)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951472#M327218</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-28T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951473#M327219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes with single bar , that has to show the count of eact dept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="229"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="81"&gt;department&lt;/TD&gt;&lt;TD width="148"&gt;Count per Department&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;IT&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;CSE&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MECH&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;EEE&lt;/TD&gt;&lt;TD align="right"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ECE&lt;/TD&gt;&lt;TD align="right"&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951473#M327219</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951474#M327220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Bar Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a Calculated Dimension&lt;/P&gt;&lt;P&gt;=1&lt;/P&gt;&lt;P&gt;Untick Show Legend&lt;/P&gt;&lt;P&gt;Lebel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;department as 2nd Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Whatever your expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tick Values on Data Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Style tab and select Stacked..&lt;/P&gt;&lt;P&gt;Go to Presentation tab and tick&lt;/P&gt;&lt;P&gt;Plot Values inside segments&lt;/P&gt;&lt;P&gt;still show total on top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to color tab and tick persistent color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951474#M327220</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-28T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951475#M327221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to show these data in percentage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951475#M327221</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951476#M327222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@manish how to show these single bar in precentage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951476#M327222</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951477#M327223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COUNT(Department)/COUNT(Total Department)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951477#M327223</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-28T15:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951478#M327224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all things good but when i reviewed ur file u r using same fields of department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my data is having like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="229"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="81"&gt;department&lt;/TD&gt;&lt;TD width="148"&gt;Count per Department&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;IT&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;CSE&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MECH&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;EEE&lt;/TD&gt;&lt;TD align="right"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ECE&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;130&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951478#M327224</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T15:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951479#M327225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m not getting correct output when i went with ur suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951479#M327225</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2015-09-28T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951480#M327226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the 2nd field name to whatever you want ! I don't know how you got Count per Department so I simply used Department. You can use whatever you want. Use my answer as an example and change according to your need. Without looking into your actual QVW, how can I give you 100% accurate answer with same field names?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 15:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/951480#M327226</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-28T15:25:49Z</dc:date>
    </item>
  </channel>
</rss>

