<?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 Color as Per Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127052#M756140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use condition based, then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Year)=0, Your Condition, Your Condition)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2018 06:46:57 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-10-03T06:46:57Z</dc:date>
    <item>
      <title>Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127050#M756138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more help please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have simple bar chart &lt;STRONG&gt;Year vs Total Customer&lt;/STRONG&gt;. I'm restricting Years for latest 2 years. So it is showing 2017, 2018 Total Customer data.&lt;/P&gt;&lt;P&gt;Now I want to show max(Year) in one color and max(Year)-1 in other. I've added background color in expression and it is working with Year filter selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I clear all the filters both the bars are of same color. Only this is working when Year filter selected. Screenshots attached.&lt;/P&gt;&lt;P&gt;Can you please help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You in advance !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amruta Joshi&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/Bar-Chart-Color-as-Per-Dimension/m-p/127050#M756138</guid>
      <dc:creator>amruta_j</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127051#M756139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127051#M756139</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-10-02T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127052#M756140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use condition based, then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Year)=0, Your Condition, Your Condition)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 06:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127052#M756140</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-03T06:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127053#M756141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working ...:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127053#M756141</guid>
      <dc:creator>amruta_j</dc:creator>
      <dc:date>2018-10-03T08:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127054#M756142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amruth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store max(Year) in a variable and try the same expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxYear= max(Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background exp: if(Year=$(MaxYear),&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(192,0,0), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(248,203,173)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pfa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127054#M756142</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-10-03T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127055#M756143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you..it worked.&lt;/P&gt;&lt;P&gt;But not sure why without variable it was not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 01:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127055#M756143</guid>
      <dc:creator>amruta_j</dc:creator>
      <dc:date>2018-10-05T01:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Color as Per Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127056#M756144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you where using Max(date) for each date in dimension it becomes max date itself, so always the first condition becomes correct and it dosent go to 2nd condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 03:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-as-Per-Dimension/m-p/127056#M756144</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-10-06T03:25:08Z</dc:date>
    </item>
  </channel>
</rss>

