<?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: Problem with Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425459#M563634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you use MinString()'s function ? It is easier to play with date after you transformed them to "numbers".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 15:29:38 GMT</pubDate>
    <dc:creator>vivientexier</dc:creator>
    <dc:date>2013-02-11T15:29:38Z</dc:date>
    <item>
      <title>Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425456#M563631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to show minimum month data by customer. I tried set analysis to do this but its not working as expected. Could anyone please help me on this issue. &lt;/P&gt;&lt;P&gt;I greatly appreciate your help in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original data set is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="217"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Cust ID&lt;/TD&gt;&lt;TD width="89"&gt;MonthYear&lt;/TD&gt;&lt;TD width="64"&gt;Quantity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;112&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Feb-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;111&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Mar-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;114&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Apr-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;117&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Mar-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;111&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Apr-12&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;112&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Apr-12&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;121&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;Jan-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="291"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Cust ID&lt;/TD&gt;&lt;TD width="115"&gt;Minimum Month&lt;/TD&gt;&lt;TD width="112"&gt;Month Quantity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;112&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Feb-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;111&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Mar-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;114&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Apr-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;117&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Mar-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;121&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;Jan-12&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis i used to restrict the min month in expression is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=MinString(MonthYear))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output i am getting is &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="294"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;CustID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="98"&gt;Min Month&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="98"&gt;Min Month Quantity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: medium none;"&gt;Apr-12&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: medium none;"&gt;111&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;Apr-12&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: medium none;"&gt;112&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;Apr-12&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: medium none;"&gt;114&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;Apr-12&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: medium none;"&gt;117&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;Mar-12&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: medium none;"&gt;121&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;Jan-12&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; border-top: medium none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my qvw file as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425456#M563631</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425457#M563632</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&gt;&lt;/P&gt;&lt;P&gt;add CUSTID and Minimum Month as dimensions and write expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min(Month Quantity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425457#M563632</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-11T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425458#M563633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, "MonthYear" should not be a dimension ; it is the result of an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425458#M563633</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-02-11T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425459#M563634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you use MinString()'s function ? It is easier to play with date after you transformed them to "numbers".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425459#M563634</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-02-11T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425460#M563635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , that is correct i kept "MonthYear" as an expression like this&amp;nbsp; to find min month by customer"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MinString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant put month year as dimension becasue i have to show total volume(for all months) also in another expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425460#M563635</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425461#M563636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , that is correct i kept "MonthYear" as an expression like this&amp;nbsp; to find min month by customer"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MinString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant put month year as dimension becasue i have to show total volume(for all months) also in another expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425461#M563636</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425462#M563637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks vivien for response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use just min function its giving nothing in that expression. i agree with you ,minstring() is also worng because that it considering month as text.any ideal how to fix that issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425462#M563637</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425463#M563638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai pls find the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425463#M563638</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425464#M563639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is not the way to go here, you'll need to evaluate your min Date per CustID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Read your MonthYear in as date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(MonthYear,'MMM-YY') as Monthstart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Create a chart with dimension CustID and two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Monthname(min(Monthstart))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue( Quantity, Monthstart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425464#M563639</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-11T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425465#M563640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, But in my actual requirement i need to put some product restrictions so i tried below set analysis but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(=$(v_Prod_Select))$(v_Rx2)),MonthYear)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425465#M563640</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425466#M563641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to say what you want to do here, you'll need at least to post your variable definitions, too. At best, post a small sample file that demonstrate your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I already noticed, you are using an aggregation function inside another aggregation function (sum() inside FirstSortedValue() ). This is not allowed without using advanced aggregation (aggr() function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if you need to use sum() at all, you could potentially just use a set expression with the FirstSortedValue() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425466#M563641</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-11T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425467#M563642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks you, &lt;SPAN&gt;i&lt;/SPAN&gt; made it work using &lt;SPAN&gt;firstsortedvalue&lt;/SPAN&gt; function. But the function is returning null when there are multiple records for specific month. How can &lt;SPAN&gt;i&lt;/SPAN&gt; avoid this null and group to monthly level in frontend?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please look at the attached example. I have added extra records to customer 112 and spitted &lt;SPAN&gt;feb&lt;/SPAN&gt;-12 quantity into multiple dates. In front end its showing null for customer 112. Is there any way to show the proper total(10) for &lt;SPAN&gt;feb&lt;/SPAN&gt;-12 without grouping data at monthly level?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425467#M563642</guid>
      <dc:creator />
      <dc:date>2013-02-11T18:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425468#M563643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(aggr(sum(Quantity),CustID,Monthstart),aggr(Monthstart,CustID,Monthstart))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Set-analysis/m-p/425468#M563643</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-11T21:10:50Z</dc:date>
    </item>
  </channel>
</rss>

