<?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: writing expression for only the more recent date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267143#M863402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming Header 1 is a number and not date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Header 1] = {"$(=Max([Header 1]))"}&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Assuming Header 1 is a date and not number&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[Header 1] = {"$(=Date(Max([Header 1]), 'YYYYMMDD'))"}&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2017 22:34:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-03T22:34:46Z</dc:date>
    <item>
      <title>writing expression for only the more recent date</title>
      <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267142#M863401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I numeric value that comes in every day and my table looks like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;20170101&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1239993&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;20170102&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1268323&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;20170103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1234343&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to write a expression for a pie chart that only brings in the last day's value.&lt;/P&gt;&lt;P&gt;how do I do this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267142#M863401</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: writing expression for only the more recent date</title>
      <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267143#M863402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming Header 1 is a number and not date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Header 1] = {"$(=Max([Header 1]))"}&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Assuming Header 1 is a date and not number&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[Header 1] = {"$(=Date(Max([Header 1]), 'YYYYMMDD'))"}&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267143#M863402</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-03T22:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: writing expression for only the more recent date</title>
      <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267144#M863403</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;This works perfectly !! just one more question. can I add one more if statement within the sum?? for example [Header 3] = 'Y' ?&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267144#M863403</guid>
      <dc:creator />
      <dc:date>2017-01-03T22:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: writing expression for only the more recent date</title>
      <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267145#M863404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, may be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[Header 1] = {"$(=Max([Header 1]))"}, [Header 3] = {'Y'}&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[Header 1] = {"$(=Date(Max([Header 1]), 'YYYYMMDD'))"}&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, [Header 3] = {'Y'}&lt;/STRONG&gt;&amp;gt;}[Header 2])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267145#M863404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-03T22:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: writing expression for only the more recent date</title>
      <link>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267146#M863405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AMAZING!!! Thank you&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/writing-expression-for-only-the-more-recent-date/m-p/1267146#M863405</guid>
      <dc:creator />
      <dc:date>2017-01-03T23:22:40Z</dc:date>
    </item>
  </channel>
</rss>

