<?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: Beginer Question. How to fix one filter criteria? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785037#M534381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you are welcome &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;So when ever you use any function or variable in set analysis you need to add a $ sign before that to evaluate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over here I am using max function, so to evaluate the max function I used the $ sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. &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;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 06:08:32 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2015-02-25T06:08:32Z</dc:date>
    <item>
      <title>Beginer Question. How to fix one filter criteria?</title>
      <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785034#M534378</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 table and a few filters, such as : date , ship name, company name and others.&lt;/P&gt;&lt;P&gt;In table I bring the product name and the total quantity produced by all ships, companies and so on (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum ([Amount])).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needs to be done so that the summation of data were taken only from the latest date selected. If nothing is selected - that for the maximum date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this function : Sum ({&amp;lt;Date = {"= Max([Date])" } &amp;gt;} [Amount]). The result was the same as in the function Sum ([Amount]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where am I wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785034#M534378</guid>
      <dc:creator />
      <dc:date>2015-02-25T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Beginer Question. How to fix one filter criteria?</title>
      <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785035#M534379</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;If you want only the max date to display then use this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum ({&amp;lt;Date = {'$(= Max([Date]))' } &amp;gt;} [Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785035#M534379</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-25T05:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Beginer Question. How to fix one filter criteria?</title>
      <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785036#M534380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works lika a charm! Thank u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain a little bit, why I should use "$" in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785036#M534380</guid>
      <dc:creator />
      <dc:date>2015-02-25T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Beginer Question. How to fix one filter criteria?</title>
      <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785037#M534381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you are welcome &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;So when ever you use any function or variable in set analysis you need to add a $ sign before that to evaluate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over here I am using max function, so to evaluate the max function I used the $ sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. &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;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785037#M534381</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-25T06:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Beginer Question. How to fix one filter criteria?</title>
      <link>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785038#M534382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's really helps! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginer-Question-How-to-fix-one-filter-criteria/m-p/785038#M534382</guid>
      <dc:creator />
      <dc:date>2015-02-25T06:23:43Z</dc:date>
    </item>
  </channel>
</rss>

