<?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: Qlikview Sum for &amp;lt;= vMaxMonth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946321#M972065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fieldnames are case sensitive and&lt;/P&gt;&lt;P&gt;put $(vMaxMonth) in a text object to see what value it is returning and compare it with the Month Values and they should both be in the same format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2015 13:43:39 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-09-14T13:43:39Z</dc:date>
    <item>
      <title>Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946318#M972062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable vMaxMonth which holds the maximum month based on the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use set analysis to find sum of amount for all values &amp;lt;= vMaxMonth.&lt;/P&gt;&lt;P&gt;I am using&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month={'&amp;lt;=$(vMaxMonth)'}&amp;gt;} amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does not give the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request to guide what is wrong in my expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946318#M972062</guid>
      <dc:creator />
      <dc:date>2015-09-14T13:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946319#M972063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tripti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant quite get what you are after, maybe this can help.&lt;/P&gt;&lt;P&gt;This set analysis is to calulate current month to date (MTD), based on current selection i filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;OrderDate&lt;/SPAN&gt; is numerisk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalenderYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalenderMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CalenderQuater&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=num(MonthStart(Max(%OrderDate))))&amp;lt;=$(=Max(%OrderDate))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;BR /&gt; &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;/Teis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946319#M972063</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2015-09-14T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946320#M972064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be because of mismatch in Month data format., i.e. - your Month field might have data like 'Jan', 'Feb',... while your variable has numeric value. So you have to get them in sync. Try to share your problem app with sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946320#M972064</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-14T13:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946321#M972065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fieldnames are case sensitive and&lt;/P&gt;&lt;P&gt;put $(vMaxMonth) in a text object to see what value it is returning and compare it with the Month Values and they should both be in the same format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 13:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946321#M972065</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-14T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946322#M972066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone, the issue is resolved. My expression was correct and it was issue with the other condition I was using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946322#M972066</guid>
      <dc:creator />
      <dc:date>2015-09-14T14:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Sum for &lt;= vMaxMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946323#M972067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tripti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to close the trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Teis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 09:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Sum-for-lt-vMaxMonth/m-p/946323#M972067</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2015-09-15T09:07:47Z</dc:date>
    </item>
  </channel>
</rss>

