<?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: Need help Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464245#M173390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using aggr function like&lt;/P&gt;&lt;P&gt;aggr(rangesum({$(&amp;lt;Disc ='Discount'{${MoreDisc='ExtraDiscount'}&amp;gt;}},Sales)))&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2012 13:29:22 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2012-12-24T13:29:22Z</dc:date>
    <item>
      <title>Need help Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464244#M173389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am trying to write a expression using set analysis but I am not getting any reslut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is I have two calculated fields from the script and trying to find a a sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Disc={'Discount'}, MoreDisc={'ExtraDiscount'}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tryed like using If contion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(if(Disc='Discount',[Sales])) + Sum(If(MoreDisc='ExtraDiscount',[Sales]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advnce for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 13:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464244#M173389</guid>
      <dc:creator />
      <dc:date>2012-12-24T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464245#M173390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using aggr function like&lt;/P&gt;&lt;P&gt;aggr(rangesum({$(&amp;lt;Disc ='Discount'{${MoreDisc='ExtraDiscount'}&amp;gt;}},Sales)))&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 13:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464245#M173390</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-24T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464246#M173391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Disc={'Discount'} &amp;gt; +&amp;nbsp; &amp;lt;MoreDisc={'ExtraDiscount'}&amp;gt;} [Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 14:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464246#M173391</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-12-24T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464247#M173392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jegan and Mohit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solutions, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohit: still your expression is not working for me, its showing error in as highlighted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;aggr(rangesum(&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;{$&lt;/STRONG&gt;&lt;/SPAN&gt;(&lt;/SPAN&gt;&amp;lt;Disc ='Discount'{${MoreDisc='ExtraDiscount'}&amp;gt;}},Sales)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Chriss&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 09:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464247#M173392</guid>
      <dc:creator />
      <dc:date>2012-12-26T09:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464248#M173393</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;aggr(rangesum({$(&amp;lt;Disc ={'Discount'} + MoreDisc={'ExtraDiscount'}&amp;gt;},Sales)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 03:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-Set-analysis/m-p/464248#M173393</guid>
      <dc:creator>shilpan</dc:creator>
      <dc:date>2013-01-01T03:09:43Z</dc:date>
    </item>
  </channel>
</rss>

