<?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: How do I select a field in a chart to highlight my selection without filtering out the other fie in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1630677#M521527</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need the same solution. but my expression is 'sum(Value)' and I have used 2 dimensions in the line chart.&lt;/P&gt;&lt;P&gt;one is 'day name' and other is 'weekend' and I weekend also has drill on 'date' .&lt;/P&gt;&lt;P&gt;Its tricky to add for multiple dimensions with only expression.&lt;/P&gt;&lt;P&gt;Appreciate any help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 17:00:54 GMT</pubDate>
    <dc:creator>Samrithi</dc:creator>
    <dc:date>2019-10-02T17:00:54Z</dc:date>
    <item>
      <title>How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105653#M521517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to highlight the selected field without drilling or filtering out the rest of the fields in a bar chart? In other words, I'd like all of the fields to stay static in a bar chart but when I select on field A, for example, that gets highlighted but Field B and Field C remains on the chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I have my dimension set to =if(Category='A', DimensionA) and my expression set to 1-[Value]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105653#M521517</guid>
      <dc:creator />
      <dc:date>2016-07-06T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105654#M521518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this as your expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 - Only({&amp;lt;[Field B], [Field C]&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105654#M521518</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-06T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105655#M521519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! That worked. In addition, I figured how to highlight. I placed this script in the background color of my expression to highlight by color the field that was selected if anyone is having the same issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Blue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LightGray&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105655#M521519</guid>
      <dc:creator />
      <dc:date>2016-07-06T21:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105656#M521520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to further shorten this using this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If([Value], Blue(), LightGray())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105656#M521520</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-06T22:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105657#M521521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's true! I just realized that doing this affects the other charts in the dashboard. Is there a way to keep the other dashboard fields static as well so that selecting a field in one chart won't affect the other charts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105657#M521521</guid>
      <dc:creator />
      <dc:date>2016-07-06T22:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105658#M521522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can move this chart to an alternate state &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnqlickview.com/alternate-states-in-qlikview/" title="http://www.learnqlickview.com/alternate-states-in-qlikview/"&gt;http://www.learnqlickview.com/alternate-states-in-qlikview/&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2014/08/12/alternate-states/" title="http://www.qlikfix.com/2014/08/12/alternate-states/"&gt;Introduction to alternate states - The Qlik Fix! The Qlik Fix!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 01:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105658#M521522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T01:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105659#M521523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! That does work but I have other charts in sheet 2 that reacts to these bar charts. Meaning any selections I make in my 3 bar charts will reflect pie charts in sheet 2 (or tab 2). How do I proceed with creating 3 alternate states for these bar charts and still have it interact with the pie charts in sheet 2? In the pie charts, I have the calculated dimension for one alternate state as: &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=only({[AlternateStateA]} Dimension)) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works just fine with one alternate state but I'm not sure how to incorporate the 2 other ones in this calculated dimension. I really appreciate your help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 14:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105659#M521523</guid>
      <dc:creator />
      <dc:date>2016-07-07T14:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105660#M521524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to provide a sample to help us understand what you have and what you need. It is difficult to imagine and provide response. Can you provide a sample of what you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 14:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105660#M521524</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105661#M521525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the data cannot be shared. Thanks though Sunny! I'm going to see if someone on site can help me with this and get back to you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 00:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105661#M521525</guid>
      <dc:creator />
      <dc:date>2016-07-08T00:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105662#M521526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If confidentiality is the concern here, you can check here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1105662#M521526</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T13:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select a field in a chart to highlight my selection without filtering out the other fie</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1630677#M521527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need the same solution. but my expression is 'sum(Value)' and I have used 2 dimensions in the line chart.&lt;/P&gt;&lt;P&gt;one is 'day name' and other is 'weekend' and I weekend also has drill on 'date' .&lt;/P&gt;&lt;P&gt;Its tricky to add for multiple dimensions with only expression.&lt;/P&gt;&lt;P&gt;Appreciate any help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 17:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-select-a-field-in-a-chart-to-highlight-my-selection/m-p/1630677#M521527</guid>
      <dc:creator>Samrithi</dc:creator>
      <dc:date>2019-10-02T17:00:54Z</dc:date>
    </item>
  </channel>
</rss>

