<?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: Can't make a Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030439#M927746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response for categories I'm using a formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 500, 'Small',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 12000, 'Middle', 'Large'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have something like this, instead having small middle and large instead of the months and the figures all the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120101_Capture.PNG" style="height: 436px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 22:12:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-31T22:12:49Z</dc:date>
    <item>
      <title>Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030436#M927743</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;&lt;/P&gt;&lt;P&gt;I'm trying to make a chart out of the Categories column but its shows no data to display. I need to show the categories as bar with the dollar amounts on the left. I don't know if to use dimensions or not just need to display the categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030436#M927743</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030437#M927744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I haven't fully understood what you want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only category as dimension and&amp;nbsp; then your expressions as grouped bars?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached for my current status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030437#M927744</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-31T22:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030438#M927745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, or maybe using a calculated dimension to re-calculated category:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 500, 'Small',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 12000, 'Middle', 'Large'))&lt;/P&gt;&lt;P&gt;,[Customer Internal ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030438#M927745</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-31T22:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030439#M927746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response for categories I'm using a formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 500, 'Small',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(RangeAvg(SepRound, OctRound, NovRound, DecRound, JanRound, FebRound) &amp;lt;= 12000, 'Middle', 'Large'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have something like this, instead having small middle and large instead of the months and the figures all the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120101_Capture.PNG" style="height: 436px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030439#M927746</guid>
      <dc:creator />
      <dc:date>2016-03-31T22:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030440#M927747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen my second answer above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030440#M927747</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-31T22:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't make a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030441#M927748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Community Users, you guys are awesome always there to provide assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-make-a-Bar-Chart/m-p/1030441#M927748</guid>
      <dc:creator />
      <dc:date>2016-04-01T12:11:05Z</dc:date>
    </item>
  </channel>
</rss>

