<?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 Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220003#M72960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your Qlikview-file with data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2010 08:46:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-12-10T08:46:38Z</dc:date>
    <item>
      <title>Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220002#M72959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two tables once has the target sales data like &lt;STRONG&gt;Region Product Representative Target&lt;/STRONG&gt; details&lt;/P&gt;&lt;P&gt;And the other table has the actuals how much they have acheived. Now i want to show the Actuals versus the Target in the same graph.&lt;/P&gt;&lt;P&gt;I want to show the Actual Vs Target in the Single Bar chart.Since the Actual and Target data are in two different tables. I have done the concatenation and made that as a single table. I have tried creating the BAR chart with dimension as Region,Product,Representative and the expression as actual,target.Grah is showing as stacked chart not able to change it to group chart.&lt;/P&gt;&lt;P&gt;Can u please suggest any way to acheive it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220002#M72959</guid>
      <dc:creator />
      <dc:date>2010-12-10T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220003#M72960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload your Qlikview-file with data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220003#M72960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-10T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220004#M72961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have added the 6 expressions and one dimension in the Combo Chart.&lt;/P&gt;&lt;P&gt;In the 6 Expressions 5 of them represent the Actual value where as the 6th one represent the Target data.&lt;/P&gt;&lt;P&gt;In the Attached snapshot Consider the dimension Jan 2010 where it has 5 bars representing the achivement/actual data (It is calculated as Sum (IF (Product='A' ,Sales )) similary for the other 4 expressions ) and the line (6th Expression) indicates the Target data. Actually for each bar there is target value but the line shows only one value.&lt;/P&gt;&lt;P&gt;I understand target value is shown once since the 6th Expression is not based on the dimension it is based on the product. Is there any option i can show all the product actual vs target value in the single graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 07:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220004#M72961</guid>
      <dc:creator />
      <dc:date>2010-12-15T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220005#M72962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold"&gt;In script write as :&lt;/P&gt;&lt;P style="font-weight: bold"&gt;tab1:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;load Region,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Product,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Representative,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Target_Details as SalesDetail,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;'TARGET' as ActOrTarg&lt;/P&gt;&lt;P style="font-weight: bold"&gt;from target.qvd;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;concatenate (tab1)&lt;/P&gt;&lt;P style="font-weight: bold"&gt;load Region,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Product,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Representative,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Actual_Details as SalesDetail,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;'ACTUAL' as ActOrTarg&lt;/P&gt;&lt;P style="font-weight: bold"&gt;from actual.qvd;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 07:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/220005#M72962</guid>
      <dc:creator />
      <dc:date>2010-12-15T07:51:22Z</dc:date>
    </item>
  </channel>
</rss>

