<?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/390242#M571271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution,it is showing correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 more question,how can we represent legend(2011 Budget,2011 Actual) like in the following image,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 09:18:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-10T09:18:28Z</dc:date>
    <item>
      <title>bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390240#M571269</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 have a question in bar chart,in my bar chart i taken a month is a dimension(x-axis) with 2 expressions(2 bars).1st expresion(1 bar) is sum(value) for max(year).2nd expresion(2nd bar)&amp;nbsp; is sum(value) for max(year)-1.please find the attacment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bar cahrt showing correctly, but i want to eliminate the prev year bars where the month values is null in current year.i wnat to show the bar chart like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;If again the values will be uploaded in sept month and so on the prev year bars of months will appear.&lt;/P&gt;&lt;P&gt;Can anyone have solution for this.please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 08:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390240#M571269</guid>
      <dc:creator />
      <dc:date>2012-09-10T08:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390241#M571270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this as dimension:&lt;/P&gt;&lt;P&gt;=aggr(if(sum({$&amp;lt;year ={$(=Max(year))}&amp;gt;}value)&amp;lt;&amp;gt;0, month), month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 08:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390241#M571270</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T08:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390242#M571271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution,it is showing correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 more question,how can we represent legend(2011 Budget,2011 Actual) like in the following image,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390242#M571271</guid>
      <dc:creator />
      <dc:date>2012-09-10T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390243#M571272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, can't see the image.&lt;/P&gt;&lt;P&gt;Append it as an attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you want to parametrize expression labels like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Max(year) &amp;amp; ' Budget'&lt;/P&gt;&lt;P&gt;instead of 'prev year'&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Max(year) &amp;amp; ' Actual'&lt;/P&gt;&lt;P&gt;instead of 'cur.year'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390243#M571272</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390244#M571273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no i am not asking about the legent captions.i want represent legend as horizontal position in my chart.Like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/257076/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390244#M571273</guid>
      <dc:creator />
      <dc:date>2012-09-10T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390245#M571274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same problem with images.&lt;/P&gt;&lt;P&gt;Could you attach them as files ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 11:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390245#M571274</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T11:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390246#M571275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the &lt;STRONG&gt;axes&lt;/STRONG&gt; tab, we can change our legend position through &lt;STRONG&gt;"Dimension Axis"&lt;/STRONG&gt; part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 11:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390246#M571275</guid>
      <dc:creator />
      <dc:date>2012-09-10T11:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390247#M571276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="21602" class="jive-image-thumbnail jive-image" height="218" onclick="" alt="legend in horizontal.JPG" src="/legacyfs/online/21602_legend in horizontal.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hi whiteline,&lt;/P&gt;&lt;P&gt;i am sorry for inconvenience.please see the above image with red mark.I want legend in horizontal view in chart.above one is the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390247#M571276</guid>
      <dc:creator />
      <dc:date>2012-09-10T12:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390248#M571277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select this chart (click on caption).&lt;/P&gt;&lt;P&gt;Press and hold Ctrl+Shift (you should see red rectangles).&lt;/P&gt;&lt;P&gt;Move the legend rectangle with the mouse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390248#M571277</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T12:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390249#M571278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u give a clear picture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390249#M571278</guid>
      <dc:creator />
      <dc:date>2012-09-10T12:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390250#M571279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please find the image,in the down of image the expression legend i.e.,2011 and 2012 it is showing verticallly.&lt;/P&gt;&lt;P&gt;i want to show this legend in horizontally.like side-by-side.thanks in advance&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21603" class="jive-image-thumbnail jive-image" height="399" onclick="" alt="legend in horizontal.JPG" src="/legacyfs/online/21603_legend in horizontal.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390250#M571279</guid>
      <dc:creator />
      <dc:date>2012-09-10T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390251#M571280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use two expressions, so&amp;nbsp; I think you just can't do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can create some other object that looks similar and&amp;nbsp; place it behind the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 13:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/390251#M571280</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T13:07:54Z</dc:date>
    </item>
  </channel>
</rss>

