<?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: Put a specific filter on a chart ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301315#M498916</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;&amp;nbsp;&amp;nbsp; Here is your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 11:50:33 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2011-06-20T11:50:33Z</dc:date>
    <item>
      <title>Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301311#M498912</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 have a chart with countries, month, note and sales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GB : 2011/01 : 4 : 1000&lt;/P&gt;&lt;P&gt;France : 2011/01 : 10 : 5000&lt;/P&gt;&lt;P&gt;Germany : 2011/01 : 8 : 6000&lt;/P&gt;&lt;P&gt;GB : 2011/02 : 4 : 1500&lt;/P&gt;&lt;P&gt;France : 2011/02 : 8 : 4000&lt;/P&gt;&lt;P&gt;Germany : 2011/02 : 7 : 7000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with many more countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a global bar graph sorted by sum(sales) with top 10.. Easy isn't it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is i don't want to see the countries for which the avg(note) is &amp;lt; 5&lt;/P&gt;&lt;P&gt;Thus, I absolutely don't want to see GB in this chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how is it possible ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 08:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301311#M498912</guid>
      <dc:creator />
      <dc:date>2011-06-20T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301312#M498913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I had attached the sample QV document for your reference. You should use the below expression...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;You need to use the below expression and sort the chart &amp;amp; restrict top 10 in Presentation Tab.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;sum( {$&amp;lt;note ={'&amp;gt;5'}&amp;gt;} sales )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;Hope this helps! Please let me know if you need further information...&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;DV&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 09:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301312#M498913</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-06-20T09:00:06Z</dc:date>
    </item>
    <item>
      <title>Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301313#M498914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice answer but it's not exactly what i wanted : i need the avg(note) &amp;lt;5 &lt;/P&gt;&lt;P&gt;for example if you change the criteria to &lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;sum( {$&amp;lt;note ={'&amp;gt;=10'}&amp;gt;} sales )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;you see only France in your example.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;But in my request, even France should not appear because it has a note of 8 and a note of 10 and the average is &amp;lt;=10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;i want to check the average note, not only the lines with a good note&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;i'm sure you can help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'trebuchet ms', geneva;"&gt;thanks&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301313#M498914</guid>
      <dc:creator />
      <dc:date>2011-06-20T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301314#M498915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Oops! My mistake... I haven't read it completely. In that case, you can use simple IF statement, something like this...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;IF(Avg(note) &amp;gt;= 10, sum(sales), 0)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Please do let me know if I am missing something!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers - &lt;STRONG&gt;DV&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301314#M498915</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-06-20T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301315#M498916</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;&amp;nbsp;&amp;nbsp; Here is your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301315#M498916</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-20T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Put a specific filter on a chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301316#M498917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I was about to provide same solution as Kaushik's. But I am little late now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Please use Kaushik's solutions compared to the one I had provided. Because Set Analysis is faster than the IF statements when you have huge dataset. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-a-specific-filter-on-a-chart/m-p/301316#M498917</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-06-20T12:11:32Z</dc:date>
    </item>
  </channel>
</rss>

