<?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 analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969874#M80027</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Check if this helps.&lt;BR /&gt;If(GetSelectedCount(country)=0,Sum({&amp;lt;country={'india'}&amp;gt;}sales),Sum(sales))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 16:45:12 GMT</pubDate>
    <dc:creator>Sivapriya_d</dc:creator>
    <dc:date>2022-08-17T16:45:12Z</dc:date>
    <item>
      <title>Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969791#M80015</link>
      <description>&lt;P&gt;I have a table, table1:&lt;/P&gt;
&lt;P&gt;load * inline &lt;BR /&gt;[&lt;BR /&gt;country,sales&lt;BR /&gt;india,10&lt;BR /&gt;afg,20&lt;BR /&gt;pak,30&lt;BR /&gt;aus,50&lt;BR /&gt;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;and am creating a KPI which should display the value sum(sales) for india, for that i have used set analysis&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;country={'india'}&amp;gt;}sales), Now my requirement is, by default it should show the sum(sales) for india, but when user made any selection it should show value for that(i.e if user selecting country aus, then it should show the value of 50) how can i acheieve that,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969791#M80015</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-08-17T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969820#M80018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(isnull(&lt;BR /&gt;GetcurrentSelections(country)),&lt;BR /&gt;sum({&amp;lt;country={'india'}&amp;gt;}sales),&lt;BR /&gt;sum(sales))&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 15:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969820#M80018</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-08-17T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969874#M80027</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Check if this helps.&lt;BR /&gt;If(GetSelectedCount(country)=0,Sum({&amp;lt;country={'india'}&amp;gt;}sales),Sum(sales))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 16:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1969874#M80027</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2022-08-17T16:45:12Z</dc:date>
    </item>
  </channel>
</rss>

