<?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: Chart question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844067#M1004620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Henrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would use a pivot chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87556_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;See the attached simple example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 15:10:22 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-05-26T15:10:22Z</dc:date>
    <item>
      <title>Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844065#M1004618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that contains an amount of sold items, in another table the unit for the sold items are located, they are connected with a field for salesman,&lt;/P&gt;&lt;P&gt;If I make a chart it will be displayed like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Salesman&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Unit&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mr A&lt;/TD&gt;100&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Volvo&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mr A&lt;/TD&gt;100&lt;TD style="padding: 2px;"&gt;BMW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way with set analysis to make it display as this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Salesman&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount(Volvo)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount(BMW)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mr A&lt;/TD&gt;100&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844065#M1004618</guid>
      <dc:creator />
      <dc:date>2015-05-25T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844066#M1004619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a pivot table with dimension Salesman and Amount, and expression sum(Unit)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 05:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844066#M1004619</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-05-26T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844067#M1004620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Henrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would use a pivot chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87556_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;See the attached simple example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 15:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/844067#M1004620</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-26T15:10:22Z</dc:date>
    </item>
  </channel>
</rss>

