<?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 by on expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597294#M547689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;runs like a charm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot - 02022014 - 10:27:38 AM.png" class="jive-image" src="/legacyfs/online/52467_Screenshot - 02022014 - 10:27:38 AM.png" style="width: 620px; height: 420px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also important to set limit to var in chart limits dimension properties:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot - 02022014 - 10:32:34 AM.png" class="jive-image" src="/legacyfs/online/52468_Screenshot - 02022014 - 10:32:34 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2014 09:34:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-02T09:34:34Z</dc:date>
    <item>
      <title>Filter by on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597292#M547687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a single chart as this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Customer A **************** 35 %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Customer B ************** 30 %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Customer C ******** 10 %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Customer D ***** 7 %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCT Discount expression is some thing like sum( discount ) /&amp;nbsp; ( sum( price ) + sum( discount ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time, I want to filter chart to see only clients with a PCT Discount &amp;lt; X. How can I create a slider object to select X ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first question. Sorry if I have contravened any etiquette rule. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 21:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597292#M547687</guid>
      <dc:creator />
      <dc:date>2014-02-01T21:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597293#M547688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, if you want to use a slider object, you must create a variable.&lt;/P&gt;&lt;P&gt;So, go to Settings / Variable overview&amp;nbsp; and add a new variable called vLimit.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-02_00h42_52.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52464_2014-02-02_00h42_52.png" /&gt;&lt;/P&gt;&lt;P&gt;After that, you have to create a new "Slider / Calendar object".&lt;/P&gt;&lt;P&gt;Let the input type as slider, choose your variable and set the options like in the picture.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-02-02_00h46_45.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52466_2014-02-02_00h46_45.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 23:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597293#M547688</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2014-02-01T23:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597294#M547689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;runs like a charm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot - 02022014 - 10:27:38 AM.png" class="jive-image" src="/legacyfs/online/52467_Screenshot - 02022014 - 10:27:38 AM.png" style="width: 620px; height: 420px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also important to set limit to var in chart limits dimension properties:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot - 02022014 - 10:32:34 AM.png" class="jive-image" src="/legacyfs/online/52468_Screenshot - 02022014 - 10:32:34 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daniel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 09:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-on-expression/m-p/597294#M547689</guid>
      <dc:creator />
      <dc:date>2014-02-02T09:34:34Z</dc:date>
    </item>
  </channel>
</rss>

