<?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 Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247327#M580717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just mark more than 1 value in the list box by CTRL + click. If this is not what you want to know, I do not understand your problem, I am afraid. If this is the case, please describe your problem and attach an application showing its core.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 12:28:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-02T12:28:16Z</dc:date>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247320#M580710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Add a filter for: Margin &amp;gt; X and Margin &amp;lt; X &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 10:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247320#M580710</guid>
      <dc:creator />
      <dc:date>2012-02-02T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247321#M580711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script, use IF clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a field "MARGIN", just put in a list box which you can use as a filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sebablum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247321#M580711</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247322#M580712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I provide range? and how do i pass it to report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247322#M580712</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247323#M580713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Do you have the margin in your data or is it a scripting matter? If you send a qvw-file it will be much easier to understand your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247323#M580713</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:18:19Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247324#M580714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Margin needs to be calculated as&lt;/P&gt;&lt;P&gt;Revenue - Cost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247324#M580714</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247325#M580715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load script, you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revenue - Cost AS Margin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you get the margin as a field. Pls find attached a QVW showing use of the listbox (Margin is generated as load inline in the example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/sebablum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247325#M580715</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247326#M580716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; How can I provide range? Less than greater than range?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 11:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247326#M580716</guid>
      <dc:creator />
      <dc:date>2012-02-02T11:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247327#M580717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just mark more than 1 value in the list box by CTRL + click. If this is not what you want to know, I do not understand your problem, I am afraid. If this is the case, please describe your problem and attach an application showing its core.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 12:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247327#M580717</guid>
      <dc:creator />
      <dc:date>2012-02-02T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247328#M580718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If you have your margin in a field, then you can write a search string '&amp;gt;100&amp;lt;500' (without the quotes) which will give you the range 100-500.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 12:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247328#M580718</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-02-02T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247329#M580719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User will input Margin range like From = 100 and To = 500&lt;/P&gt;&lt;P&gt;Report data will be filtered for this range.&lt;/P&gt;&lt;P&gt;So the value 100, 500 is not hard coded and is based on user input.&lt;/P&gt;&lt;P&gt;any ideas how i can achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 11:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247329#M580719</guid>
      <dc:creator />
      <dc:date>2012-02-03T11:13:49Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247330#M580720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 10pt; font-family: Calibri;"&gt;The proper way to let users set filters in QlikView is to let them click in a list box. If there are too many values in the Margin list box, then you can create an extra field in the script, e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; : ; mso-bidi-font-family: &amp;amp;quot; sans-serif&amp;amp;quot: ; mso-ascii-theme-font: minor-latin; ,&amp;amp;quot: ; line-height: 115%; font-size: 10pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; Times New Roman&amp;amp;quot: ; font-family: &amp;amp;quot; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi; Calibri&amp;amp;quot: ;"&gt;class( Margin,100 ) as MarginClasses&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 11:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247330#M580720</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-02-03T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247331#M580721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create 2 input boxes. One for From and second for To value&lt;/P&gt;&lt;P&gt;2. Then in expression: I have&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&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;sum( {$&amp;lt;Margin = {"&amp;lt;=$(vTo)&amp;gt;=$(vFrom)"}&amp;gt;} Margin)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;﻿This is not working as desired although it filters some data in report.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;﻿Any idea whats wrong in this expression?&lt;/SPAN&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 11:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247331#M580721</guid>
      <dc:creator />
      <dc:date>2012-02-03T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247332#M580722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;class( Margin,100 ) as MarginClasses&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;above statement is giving error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Margin is calculated as Revenue - Actual&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 11:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247332#M580722</guid>
      <dc:creator />
      <dc:date>2012-02-03T11:43:04Z</dc:date>
    </item>
    <item>
      <title>Filter Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247333#M580723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can someone suggest why below expression is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Margin = {"&amp;lt;=$(vTo)&amp;gt;=$(vFrom)"}&amp;gt;} Margin)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vTo and vFrom are variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 12:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Condition/m-p/247333#M580723</guid>
      <dc:creator />
      <dc:date>2012-02-03T12:35:57Z</dc:date>
    </item>
  </channel>
</rss>

