<?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: barchart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583736#M216731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 06:35:47 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-16T06:35:47Z</dc:date>
    <item>
      <title>barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583733#M216728</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 wanted to show the bar chart as below&lt;/P&gt;&lt;P&gt;here selected bars are showing as blue non selected bars are showing as Gray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bar.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57395_bar.PNG.png" style="width: 620px; height: 164px;" /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583733#M216728</guid>
      <dc:creator />
      <dc:date>2014-04-16T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583734#M216729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView , if u are selecting particular bars then it will display those much of bars only.&lt;/P&gt;&lt;P&gt;It will not display other bars as gray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if my understanding is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583734#M216729</guid>
      <dc:creator />
      <dc:date>2014-04-16T06:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583735#M216730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible. I don't have my example right now but you can enter the color under background color when you expand the expression. Use an if-case, if(expression, red(),gray())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583735#M216730</guid>
      <dc:creator>linusblomberg</dc:creator>
      <dc:date>2014-04-16T06:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583736#M216731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583736#M216731</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-16T06:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583737#M216732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish Kahhia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your reply&lt;/P&gt;&lt;P&gt;could you please explain the bellow expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({1}Sales)&lt;/P&gt;&lt;P&gt;IF(Match(Customer,Only({A} Customer)),BLUE(),RGB(179,179,179))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583737#M216732</guid>
      <dc:creator />
      <dc:date>2014-04-16T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583738#M216733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Reddy ,&lt;/P&gt;&lt;P&gt;Try This One on You Background Color in Expression It Working Fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(MonthYear=Only(MonthYear),Blue(),RGB(179,179,179))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583738#M216733</guid>
      <dc:creator>arjunkrishnan</dc:creator>
      <dc:date>2014-04-16T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583739#M216734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i am nothing is selected in the customer field but the chart will show like all the fields are selected&amp;nbsp; .. is it wright...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583739#M216734</guid>
      <dc:creator />
      <dc:date>2014-04-16T07:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583740#M216735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here A is an Alternate State...&lt;/P&gt;&lt;P&gt;But obviously you can use the same without alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({1}Sales) This will give you total sale by Customer/Year and even though you select any year or customer, your all bar will be visible because {1} is freezing all bars...&lt;/P&gt;&lt;P&gt;Try SUM(Sales) and SUM({1}Sales) with two different bar chart and select any customer, you will realize what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;IF(Match(Customer,Only({A} Customer)),BLUE(),RGB(179,179,179))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(Match(Customer,Only(Customer)),BLUE(),RGB(179,179,179))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Here &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Match(Customer, Only(Customer)&lt;/STRONG&gt; is matching 1st Parameter &lt;STRONG&gt;Customer&lt;/STRONG&gt; with 2nd parameter &lt;STRONG&gt;Only(Customer)&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If Match is successful &lt;STRONG&gt;IF &lt;/STRONG&gt;will execute the BLUE() and not successful &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;RGB(179,179,179)&lt;/SPAN&gt;.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583740#M216735</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-16T08:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: barchart</title>
      <link>https://community.qlik.com/t5/QlikView/barchart/m-p/583741#M216736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the examples here are a little more complicated than they need to be. I personally prefer Arjun Krish example. If you want more than one month to be highlighted I would use a min and max date variable (I always define the min and max-date variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(YearMonth&amp;gt;=$(vMinYearMonth) and YearMonth&amp;lt;=$(vMaxYearMonth),red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/barchart/m-p/583741#M216736</guid>
      <dc:creator>linusblomberg</dc:creator>
      <dc:date>2014-04-16T08:27:25Z</dc:date>
    </item>
  </channel>
</rss>

