<?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: Filter dimension for charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378069#M140984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the bar chart where you have this dimension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Customer = 'AAAA' or Customer = 'BBBB' or Customer = 'CCCC', Customer, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would use the {1} in your set analysis in your expression(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2012 12:20:31 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2012-08-15T12:20:31Z</dc:date>
    <item>
      <title>Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378068#M140983</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 want to make a bar chart that displays the situation at a few key customers of interrest (hard coded) regardless of which locations that are chosen in the list boxes (this for attracting user's focus to what is defined as organization focus area).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to Qlikview, but I think I have to create a calculated dimension. P.t. it has following syntax:&lt;/P&gt;&lt;P&gt;if(Customer = 'AAAA' or Customer = 'BBBB' or Customer = 'CCCC', Customer, Null()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use this and suppress nulls, I almost get what I want. But if I choose a customer in a list box, it filters on that as well. How can I avoid that for this spesific chart? Can I utilize set analysis for this context to make sure it filters from all customers {1}?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom Arne Sivertsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 09:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378068#M140983</guid>
      <dc:creator />
      <dc:date>2012-08-15T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378069#M140984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the bar chart where you have this dimension: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Customer = 'AAAA' or Customer = 'BBBB' or Customer = 'CCCC', Customer, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would use the {1} in your set analysis in your expression(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 12:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378069#M140984</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-15T12:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378070#M140985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That helps me to keep my hard coded customers visible, but it seems to change my expression values significantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to specify something more specific in the expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Conseptually for me I'd like to apply the {1} somewhat inside the calculated dimension definitions, but I'm new to QV...) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 07:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378070#M140985</guid>
      <dc:creator />
      <dc:date>2012-08-16T07:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378071#M140986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is something you need to specify in the expression. Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {1&amp;lt;Region= {US} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;returns the sales for the region US disregarding the current selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 09:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378071#M140986</guid>
      <dc:creator />
      <dc:date>2012-08-16T09:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378072#M140987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way you can post a sample .qvw of what you're trying to do?&amp;nbsp; Or at least tell me what your dimensions and expressions are?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 12:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378072#M140987</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-16T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378073#M140988</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;sure. Now I've made an example with synthetic data. In the bar chart you see I have added a calculated dimensjon where I have filtered to see only customers A and B. If I click on customer C in the list box the bar chart will be empty, but I want the bar chart to display A and B regardless of customers chosen in the list box (but I want the bar chart to take the chosen months into consideration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tip for how to implement a chart that focuses on a few "hard coded" customers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 06:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378073#M140988</guid>
      <dc:creator />
      <dc:date>2012-08-20T06:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378074#M140989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into Solution chart. Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 08:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378074#M140989</guid>
      <dc:creator />
      <dc:date>2012-08-20T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378075#M140990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that made me understand some more about filtering in expression instead of on dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I only want the chart to override the document customer filtering, and not the month filtering. If that easily available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Tom Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 08:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378075#M140990</guid>
      <dc:creator />
      <dc:date>2012-08-20T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378076#M140991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not using month filtering anywhere. I am little confused now about your requirement. Could you please make it little clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 09:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378076#M140991</guid>
      <dc:creator />
      <dc:date>2012-08-20T09:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378077#M140992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you make the expression on your sample file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Customer = &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will ignore any selections made in Customer, but will reflect any other selections (so your month filtering should still work).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 11:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378077#M140992</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-20T11:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimension for charts</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378078#M140993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! When I combine the suggestions, the expression &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'A','B'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ),&lt;SPAN style="font-size: 10pt;"&gt; and no calculated dimension, seems to give me my preferred result. Ref solution chart in attached document.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It reflects the date/month selections in the listbox, but displays always customers A and B, and not C, in the chart regardless of selections in Customer list box. Sorry for beeing inaccurate in my descriptions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tom Arne Sivertsen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 11:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-dimension-for-charts/m-p/378078#M140993</guid>
      <dc:creator />
      <dc:date>2012-08-20T11:53:16Z</dc:date>
    </item>
  </channel>
</rss>

