<?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: Chart highlighting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32853#M5557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using expression for the color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(size='1-1000', '#778899','#008b8b')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to give each size band a different color, you can create a color dimension during the load period&lt;/P&gt;&lt;P&gt;Size_Color:&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;pick(match("Size",'1-1000','Less than 1000','&amp;gt; 1000'),RGB(250,120,0),RGB(50,130,164),RGB(140,120,8))as "Size Color"&lt;/P&gt;&lt;P&gt;Resident data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set the color expression as [Size Color]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2018 19:59:37 GMT</pubDate>
    <dc:creator>jerifortune</dc:creator>
    <dc:date>2018-03-29T19:59:37Z</dc:date>
    <item>
      <title>Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32852#M5556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build reports for different counties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample app and data for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to highlight the bar or portion of the Pie with completly different color and rest of the bars/pie with 1 color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, Company A belongs to USA, Healthcare, Human resources and fall under 1-1000 size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm generating the report for Company A, I should highlight USA, Healthcare, &lt;SPAN style="font-size: 13.3333px;"&gt;Human resources and fall under 1-1000 size &lt;/SPAN&gt;with 1 color and the rest of the bars with another color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I CANNOT filter for each company as it result to 100 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i cannot hard code the color based on Company as it has around 500 companies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to highlight the bars/pie to which the company correspond to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i'm sending the report for Company A, it should highlight &lt;SPAN style="font-size: 13.3333px;"&gt;USA, Healthcare, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Human resources and fall under 1-1000 size &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;with 1 color and the rest of the bars with another color&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When i'm sending the report for Company B, it should highlight &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;UK, Finance, Energy&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; and fall under Less than 1000 size &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;with 1 color and the rest of the bars with another color&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So On.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any better way to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32852#M5556</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2018-03-29T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32853#M5557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using expression for the color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(size='1-1000', '#778899','#008b8b')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to give each size band a different color, you can create a color dimension during the load period&lt;/P&gt;&lt;P&gt;Size_Color:&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;pick(match("Size",'1-1000','Less than 1000','&amp;gt; 1000'),RGB(250,120,0),RGB(50,130,164),RGB(140,120,8))as "Size Color"&lt;/P&gt;&lt;P&gt;Resident data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set the color expression as [Size Color]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32853#M5557</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2018-03-29T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32854#M5558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want to hard code the values as it contains different entries and not constant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the thing, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need report for CompanyA, It should highlight the associated values for that Country as 1 color and Unassociated values in another color. AND we should not make a selection in Company as it results all charts to 100 %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32854#M5558</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2018-03-29T20:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32855#M5559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Clear of what you want to achieve. How would Qlik know that you need a report for CompanyA without making a selection? There should be something to trigger the color change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32855#M5559</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2018-03-29T20:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32856#M5560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Even I'm thinking the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are some reports in Power point where it has been achieved by writing macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to handle this in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32856#M5560</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2018-03-29T20:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart highlighting</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32857#M5561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="197978" alt="QlikCommunity_Thread_296549_Pic1.JPG" class="jive-image image-1" height="75" src="https://community.qlik.com/legacyfs/online/197978_QlikCommunity_Thread_296549_Pic1.JPG" style="height: 74.3722px; width: 155px;" width="155" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="197979" alt="QlikCommunity_Thread_296549_Pic2.JPG" class="jive-image image-2" height="198" src="https://community.qlik.com/legacyfs/online/197979_QlikCommunity_Thread_296549_Pic2.JPG" style="height: 198.003px; width: 313px;" width="313" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="197980" alt="QlikCommunity_Thread_296549_Pic3.JPG" class="jive-image image-3" height="200" src="https://community.qlik.com/legacyfs/online/197980_QlikCommunity_Thread_296549_Pic3.JPG" style="height: 200px; width: 316.724px;" width="317" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="197981" alt="QlikCommunity_Thread_296549_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/197981_QlikCommunity_Thread_296549_Pic4.JPG" style="height: 204px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2015/01/focus-not-filter/" title="http://qlikviewcookbook.com/2015/01/focus-not-filter/"&gt;Focus not Filter | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/focus-not-filter/" title="http://qlikviewcookbook.com/recipes/download-info/focus-not-filter/"&gt;Search Recipes | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3530"&gt;Line Chart tricks: Displaying what's important&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qvdesign.wordpress.com/2012/02/24/different-ways-to-interact-display-information-with-bar-charts-tables/#comment-2300" title="https://qvdesign.wordpress.com/2012/02/24/different-ways-to-interact-display-information-with-bar-charts-tables/#comment-2300"&gt;Different Ways to Interact &amp;amp; Display Information With Bar Charts &amp;amp; Tables | QVDesign&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikboard.com/2013/08/22/highlighting-redux-alternate-states-to-the-rescue/" title="http://qlikboard.com/2013/08/22/highlighting-redux-alternate-states-to-the-rescue/"&gt;Highlighting Redux – Alternate States to the Rescue! » The Qlik Board!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=OvPRpdCZfHU" title="https://www.youtube.com/watch?v=OvPRpdCZfHU"&gt;Alternate States Brushing Demo - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=B2sV1Z25f0M" title="https://www.youtube.com/watch?v=B2sV1Z25f0M"&gt;Qlikview Color Brushing Bars by RFB 160 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 23:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-highlighting/m-p/32857#M5561</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-03-29T23:04:23Z</dc:date>
    </item>
  </channel>
</rss>

