<?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: Aggregating Values based on Max Date and Max Date -365 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870772#M532424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked.&amp;nbsp; So if I wanted to make the label for the column dynamic what would be the expression.&amp;nbsp; I'm currently using the following for the current year, 12/31/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(([BS Date])) &amp;amp; 'Total Adjusted FV'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 20:58:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-20T20:58:01Z</dc:date>
    <item>
      <title>Aggregating Values based on Max Date and Max Date -365</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870770#M532422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to put together a financial statement that displays the current value based on the Max Date which is the quarter end date of 12/31/14.&amp;nbsp; I am using the following expression that is giving me the correct values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;[BS Date]={"$(=Date(Max([BS Date])))"}&amp;gt;}[Total Adjusted Fair Value])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a column that displays the values for the quarter end date of the prior year, 12/31/13, with no luck.&amp;nbsp; Would adding -365 to the expression give me the prior year.&amp;nbsp; The data is tagged with a 12/31/13 end date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 20:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870770#M532422</guid>
      <dc:creator />
      <dc:date>2015-04-20T20:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating Values based on Max Date and Max Date -365</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870771#M532423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use addyears function &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;[BS Date]={"$(=addyears(Date(Max([BS Date])),-1))"}&amp;gt;}[Total Adjusted Fair Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 20:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870771#M532423</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-20T20:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating Values based on Max Date and Max Date -365</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870772#M532424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked.&amp;nbsp; So if I wanted to make the label for the column dynamic what would be the expression.&amp;nbsp; I'm currently using the following for the current year, 12/31/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(([BS Date])) &amp;amp; 'Total Adjusted FV'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 20:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870772#M532424</guid>
      <dc:creator />
      <dc:date>2015-04-20T20:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating Values based on Max Date and Max Date -365</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870773#M532425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should do it &lt;/P&gt;&lt;P&gt;addyears(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;max([BS Date]),-1)&amp;amp;' Total Adjusted XXX'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 21:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-Values-based-on-Max-Date-and-Max-Date-365/m-p/870773#M532425</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-20T21:05:58Z</dc:date>
    </item>
  </channel>
</rss>

