<?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: Filtering data without using a filter pane in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657081#M10027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two easy options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both methods are achieved by adjusting the existing Measure formula. If you have multiple measures, apply the same technique to all measures in the chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; (shown in middle , it puts a filter into the chart object only and is done within the measure/expression formula ).&amp;nbsp;&amp;nbsp; The SET expression is very powerful and is described in the help under 'SET ANALYSIS'.&amp;nbsp; In the sample expression i wrote, the chart will 'listen' to all filters that the user makes and regardless of any filter applied on the Type field, will apply Type='A' to the chart that the measure exists in.&amp;nbsp; There are many possibilities. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Good old &lt;STRONG&gt;'If Statement' &amp;amp; 'hide zero values'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (shown at bottom, it effectively filters the chart object by only counting values where Type in this case ='A'.&amp;nbsp; In this situation you also have to disable 'show zero values' under the add-on section oft he chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can also post the .QVF if that will help further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68271_Capture.PNG.png" style="width: 620px; height: 327px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2014 17:22:18 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-10-04T17:22:18Z</dc:date>
    <item>
      <title>Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657077#M10023</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 filter data from a chart (just remove a some data based on a simple text based dimension) but can't seem to do it without a filter pane.&amp;nbsp; I don't want the pane to take up any room on my sheet (and don't ever need to change the filter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 19:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657077#M10023</guid>
      <dc:creator />
      <dc:date>2014-10-03T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657078#M10024</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;With Qlik Sense - you could use the Global Smart Search option - where you can type in the text value&amp;nbsp; - or the Global Selections panel. This will enable selection possibilities without the need for a filter list box to be displayed on the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a minute check these short videos out that demonstrate this and more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-7023"&gt;Qlik Sense - Selections that make "Sense"&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-6995"&gt;Qlik Sense - Global Smart Search (video)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-6932"&gt;New to Qlik Sense Videos&lt;/A&gt; (other - just in case you need them)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the appropriate replies as helpful / correct so our team and other members know that your question(s) has been answered to your satisfaction.&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;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 20:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657078#M10024</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-10-03T20:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657079#M10025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I could have been clearer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one data set, a list of invoices, each invoice has a type associated with it.&amp;nbsp; Assume we have type A and type B invoices.&amp;nbsp; I actually want two charts on my dashboard, one showing invoices of Type A and one showing invoices of Type B.&amp;nbsp; I think global search will affect both charts.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to set a design time filter which is preserved for each chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 14:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657079#M10025</guid>
      <dc:creator />
      <dc:date>2014-10-04T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657080#M10026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Tom thanks. Let me see if one of my colleagues can chime in here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/57513"&gt;Jonathan Poole&lt;/A&gt; can you take a quick look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 16:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657080#M10026</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-10-04T16:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657081#M10027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two easy options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both methods are achieved by adjusting the existing Measure formula. If you have multiple measures, apply the same technique to all measures in the chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; (shown in middle , it puts a filter into the chart object only and is done within the measure/expression formula ).&amp;nbsp;&amp;nbsp; The SET expression is very powerful and is described in the help under 'SET ANALYSIS'.&amp;nbsp; In the sample expression i wrote, the chart will 'listen' to all filters that the user makes and regardless of any filter applied on the Type field, will apply Type='A' to the chart that the measure exists in.&amp;nbsp; There are many possibilities. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Good old &lt;STRONG&gt;'If Statement' &amp;amp; 'hide zero values'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (shown at bottom, it effectively filters the chart object by only counting values where Type in this case ='A'.&amp;nbsp; In this situation you also have to disable 'show zero values' under the add-on section oft he chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can also post the .QVF if that will help further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68271_Capture.PNG.png" style="width: 620px; height: 327px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 17:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657081#M10027</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-04T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657082#M10028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, the if method worked, cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 17:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/657082#M10028</guid>
      <dc:creator />
      <dc:date>2014-10-04T17:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/1600565#M44404</link>
      <description>&lt;P&gt;There are some drawbacks actually :&lt;BR /&gt;&lt;BR /&gt;Set analysis : not user friendly to say the least &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp; and you need a measure to apply&lt;BR /&gt;&lt;BR /&gt;the if solution : bad in performance, and you have either to do a "filter field" (so another column), either doing an "hidden filter", meaning if the user click on it, he will see the formula in the upper filter panel instead of the field and make a selection he won't understand.&lt;BR /&gt;&lt;BR /&gt;There is an idea to make it a property of the chart :&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Ideas/Chart-Filter-Get-rid-of-Qlik-Sense-biggest-source-of-frustration/idi-p/1577627" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Ideas/Chart-Filter-Get-rid-of-Qlik-Sense-biggest-source-of-frustration/idi-p/1577627&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/1600565#M44404</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2019-07-09T18:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without using a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/1620972#M46235</link>
      <description>&lt;P&gt;Yes, this would really help - does anyone know how it works if you have a simple table to be filtered and not a chart&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 10:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-data-without-using-a-filter-pane/m-p/1620972#M46235</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2019-09-06T10:04:43Z</dc:date>
    </item>
  </channel>
</rss>

