<?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: Help with set analysis and date filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684982#M726728</link>
    <description>&lt;P&gt;See the attached qvw:&lt;/P&gt;&lt;P&gt;=Sum({1&amp;lt;OrderDate = {"$(=date(max({1}OrderDate),'M/D/YYYY'))"}&amp;gt;}[Actual Qty])&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 12:53:58 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2020-03-16T12:53:58Z</dc:date>
    <item>
      <title>Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684552#M726721</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am looking to build an expression within one of my table charts that will pull back the [Actual Qty] result for the most recent OrderDate regardless of the current OrderDate selected. The most recent OrderDate will be equal to today's date. Whilst the result should not vary as the OrderDate selection changes, I would still need other selections to apply (i.e. country, client, etc). In essence I am looking to compare this OrderDate locked value vs current selection.&lt;/P&gt;&lt;P&gt;I have tried these two below so far but neither work as intended and instead both vary as the OrderDate selection changes. Any ideas? Thanks very much.&lt;/P&gt;&lt;P&gt;Sum ( $ { &amp;lt; OrderDate = { ' = Max ( OrderDate ' } &amp;gt; } [ Actual Qty ] )&lt;/P&gt;&lt;P&gt;Sum ( $ { &amp;lt; OrderDate = { ' = today() ' } &amp;gt; } [ Actual Qty] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684552#M726721</guid>
      <dc:creator>williamdeboos</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684565#M726724</link>
      <description>&lt;P&gt;Maybe something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum ( 1 { &amp;lt; OrderDate = { " = Max ({1} OrderDate " } &amp;gt; } [ Actual Qty ] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 16:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684565#M726724</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2020-03-13T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684568#M726725</link>
      <description>&lt;P&gt;That is not pulling back anything for me unfortunately.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 17:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684568#M726725</guid>
      <dc:creator>williamdeboos</dc:creator>
      <dc:date>2020-03-13T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684572#M726726</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had the first 1 in the wrong place:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum (&amp;nbsp; { 1&amp;lt; OrderDate = { " = Max ({1} OrderDate " } &amp;gt; } [ Actual Qty ] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 17:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684572#M726726</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2020-03-13T17:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684874#M726727</link>
      <description>&lt;P&gt;Thanks. Expression is coming up as ok but still no results coming through sadly? All values are 0.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 09:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684874#M726727</guid>
      <dc:creator>williamdeboos</dc:creator>
      <dc:date>2020-03-16T09:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684982#M726728</link>
      <description>&lt;P&gt;See the attached qvw:&lt;/P&gt;&lt;P&gt;=Sum({1&amp;lt;OrderDate = {"$(=date(max({1}OrderDate),'M/D/YYYY'))"}&amp;gt;}[Actual Qty])&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1684982#M726728</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2020-03-16T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with set analysis and date filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1685067#M726729</link>
      <description>&lt;P&gt;This worked - thank you so much! I had to change the date format to match my date ('M/D/YYYY' -&amp;gt; 'DD/MM/YYYY') but this is exactly what I was after. Thank you again.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 16:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-set-analysis-and-date-filtering/m-p/1685067#M726729</guid>
      <dc:creator>williamdeboos</dc:creator>
      <dc:date>2020-03-16T16:22:33Z</dc:date>
    </item>
  </channel>
</rss>

