<?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: SET Expression for getting Jan 2016 amount ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021115#M638777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help , it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2016 16:22:10 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-02-24T16:22:10Z</dc:date>
    <item>
      <title>SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021111#M638773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below expression will return CYTD ( Jan and Feb ) amount , is working fine :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;money(&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year = {$(=max(year))}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&amp;gt;} $(ColumnDim51)/$(Columndim89)/1000)&lt;/P&gt;&lt;P&gt;, $(vMoneyFormatK))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how to modify the above expression , so that it will return CY ( Jan ) Amount ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021111#M638773</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-02-24T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021112#M638774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like Feb's sum is equal to 0 and hence this below formula would show the same number for Jan as it was showing for Jan and Feb. But if there was some data for Feb, then the below expression will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;money(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;year = {$(=max(year))}, month = {"$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month)-1)"}&amp;gt;} $(ColumnDim51)/$(Columndim89)/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, $(vMoneyFormatK))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021112#M638774</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021113#M638775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you vey much , your above exmpression is working fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same as above , i hope you can help me modify the below expression , to display Last year Jan 2016 Amount:-&lt;/P&gt;&lt;P&gt;money(&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year = {$(=max(year)-1)}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&amp;gt;}$(ColumnDim51)/$(Columndim89)/1000)&lt;/P&gt;&lt;P&gt;, $(vMoneyFormatK))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021113#M638775</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-02-24T16:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021114#M638776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Money(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;year = {$(=max(year)-1)}, month = {"$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month)-1)"}&amp;gt;} $(ColumnDim51)/$(Columndim89)/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;, $(vMoneyFormatK))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021114#M638776</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021115#M638777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help , it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021115#M638777</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-02-24T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: SET Expression for getting Jan 2016 amount ?</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021116#M638778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &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, 24 Feb 2016 16:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Expression-for-getting-Jan-2016-amount/m-p/1021116#M638778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-24T16:24:54Z</dc:date>
    </item>
  </channel>
</rss>

