<?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: My SET analysis expression return full year amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931168#M648736</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;month = {"&amp;lt;= $(=month(today()-1)"}&amp;nbsp;&amp;nbsp; just gives you the months for yesterday. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So if you open the report on the 1st Nov, the month will be Jan - Oct not Jan - Nov&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 10:10:21 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-10-21T10:10:21Z</dc:date>
    <item>
      <title>My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931162#M648727</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;I have below expression , i want it display LY YTD amount , it does not work , it display whole of last year amount , May i know where i go wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year = {$(=max(year)-1)}&lt;/P&gt;&lt;P&gt;,[Reporting Code] = {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;gt;=00100&amp;lt;=&lt;/P&gt;&lt;P&gt;00374"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&amp;gt;} Amount*-1/1)/1000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931162#M648727</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-20T15:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931163#M648731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of values does your month field contain? If they are text values then &amp;lt;= won't work. You need numeric values for a &lt;EM&gt;smaller or equal to&lt;/EM&gt; comparison to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931163#M648731</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-20T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931164#M648732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&amp;nbsp;&amp;nbsp;&amp;nbsp; month = {"&amp;lt;=$(=max(month))"}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931164#M648732</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-10-20T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931165#M648733</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;I think i know the problem , because i am using the expression at Qlik Sense , and i never select month = 10 ( current month ) that why it display full year amount .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way you guy can help me modify the expression , so that even i never select month = 10 it will auto select current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931165#M648733</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-20T15:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931166#M648734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will select the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month = {"&amp;lt;= $(=month(today())"}&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;month = {"&amp;lt;= $(=month(today()-1)"}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to use yesterday's date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931166#M648734</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-10-20T15:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931167#M648735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it mean below expression will give me last month value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;month = {"&amp;lt;= $(=month(today()-1)"}&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;what i need it last year YTD value , meaning 2014 Jan till Oct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Paul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 16:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931167#M648735</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-20T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: My SET analysis expression return full year amount</title>
      <link>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931168#M648736</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;month = {"&amp;lt;= $(=month(today()-1)"}&amp;nbsp;&amp;nbsp; just gives you the months for yesterday. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So if you open the report on the 1st Nov, the month will be Jan - Oct not Jan - Nov&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 10:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-SET-analysis-expression-return-full-year-amount/m-p/931168#M648736</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-10-21T10:10:21Z</dc:date>
    </item>
  </channel>
</rss>

