<?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 a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439255#M697796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that works , slightly off topic but is there a way to get the sum from only a single table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.E. Set TotalAgents= =count({1} salesCode); I only want the count of salescode from oen table(agents) and not from the joining tables so i basically want to excludes sales codes from any other tables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 13:36:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-21T13:36:46Z</dc:date>
    <item>
      <title>Filtering a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439252#M697793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok so basically what im trying to do is get the Maximum date of a specific field in a variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set LastUnconfirmedSaleDate= =max( { 1 &amp;lt;Product={'*'}&amp;gt; , &amp;lt;ref = {'U'}&amp;gt;} Dates);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it must be for all products and the ref must be for U can someone correct my syntax/Logic ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Curt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 11:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439252#M697793</guid>
      <dc:creator />
      <dc:date>2013-01-21T11:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439253#M697794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need the middle angled brackets, so try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set LastUnconfirmedSaleDate= "=max( { 1 &amp;lt;Product={'*'},ref = {'U'}&amp;gt;} Dates)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 11:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439253#M697794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-21T11:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439254#M697795</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET LastUnconfirmedSaleDate= max( { 1 &amp;lt;Product={'*'} , &amp;lt;ref = {'U'}&amp;gt;} Dates);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 12:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439254#M697795</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-01-21T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439255#M697796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that works , slightly off topic but is there a way to get the sum from only a single table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.E. Set TotalAgents= =count({1} salesCode); I only want the count of salescode from oen table(agents) and not from the joining tables so i basically want to excludes sales codes from any other tables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 13:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439255#M697796</guid>
      <dc:creator />
      <dc:date>2013-01-21T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439256#M697797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you load in your tables create a duplicate of the field you are interested in, on the table you're interested in, and count that instead.&lt;/P&gt;&lt;P&gt;Else you can create a field with a value of 1 and do a sum on that field. That would be more efficient.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 13:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-variable/m-p/439256#M697797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-21T13:42:11Z</dc:date>
    </item>
  </channel>
</rss>

