<?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: Creating a Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Chart/m-p/991754#M527543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try to use Cross Load of your data. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14461779461893281" jivemacro_uid="_14461779461893281" modifiedtitle="true"&gt;
&lt;P&gt;CrossTable(ShowName, Category, 3)&lt;/P&gt;
&lt;P&gt;LOAD #, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow1, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow2, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow3&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Source;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, Create the Pivot chart, Put your Dimension.&lt;/P&gt;&lt;P&gt;The expression should be Count(Category)&lt;/P&gt;&lt;P&gt;Drag your ShowName and Catagory Field to top of Pivot.&lt;/P&gt;&lt;P&gt;I believe, this is what you need. Let us know, if this not suits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 04:07:51 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-10-30T04:07:51Z</dc:date>
    <item>
      <title>Creating a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Chart/m-p/991753#M527542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lately I having a problem trying to remember how to do this.&amp;nbsp; I know it is simple but just need some guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data set similar to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103480_Data.JPG" style="height: 345px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What I want to do is create a chart out of columns D, E and F&lt;/P&gt;&lt;P&gt;I need to have on the horizontal access how many times the item occurs such if you select all rows you will see Scooby_Doo appears twice but once under column D and once under Column F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So horizontal access who have the major labels of TVShow1, TVShow2, and TVShow3.&lt;/P&gt;&lt;P&gt;Sub axis would be one for each of the pieces of data in the column and the data would be the count of how many times appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&amp;nbsp; the first set of bars would be for TVShow1.&amp;nbsp; There would be five bars with values Category A (2), Category B (4), Category C (1), Scooby_Doo(1) and Jetsons(1).&amp;nbsp; Yes we have to parse the or statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Norm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Chart/m-p/991753#M527542</guid>
      <dc:creator />
      <dc:date>2015-10-29T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Chart/m-p/991754#M527543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try to use Cross Load of your data. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14461779461893281" jivemacro_uid="_14461779461893281" modifiedtitle="true"&gt;
&lt;P&gt;CrossTable(ShowName, Category, 3)&lt;/P&gt;
&lt;P&gt;LOAD #, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow1, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow2, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TVShow3&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Source;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, Create the Pivot chart, Put your Dimension.&lt;/P&gt;&lt;P&gt;The expression should be Count(Category)&lt;/P&gt;&lt;P&gt;Drag your ShowName and Catagory Field to top of Pivot.&lt;/P&gt;&lt;P&gt;I believe, this is what you need. Let us know, if this not suits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 04:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Chart/m-p/991754#M527543</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-30T04:07:51Z</dc:date>
    </item>
  </channel>
</rss>

