<?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: Complicate Set Analysis in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470058#M13887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is possible.&lt;/P&gt;&lt;P&gt;The correct Set Analysis should be SUM({$&amp;lt;[Sales Person]=&amp;gt;} INCOM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The $-sign means keep the selections made by user and by defining [Sales Person]= in the Set Analysis you say that this selection should be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 07:48:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-05T07:48:34Z</dc:date>
    <item>
      <title>Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470057#M13886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hay all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know if there is an option&lt;/P&gt;&lt;P&gt;to write set analissys who &lt;STRONG style="text-decoration: underline;"&gt;calaculate a result of unselected one field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;but the same selected values of other selected&amp;nbsp; field's.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example is in the Attache file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Thank&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 06:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470057#M13886</guid>
      <dc:creator />
      <dc:date>2015-06-05T06:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470058#M13887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is possible.&lt;/P&gt;&lt;P&gt;The correct Set Analysis should be SUM({$&amp;lt;[Sales Person]=&amp;gt;} INCOM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The $-sign means keep the selections made by user and by defining [Sales Person]= in the Set Analysis you say that this selection should be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470058#M13887</guid>
      <dc:creator />
      <dc:date>2015-06-05T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470059#M13888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hay Marc,&lt;/P&gt;&lt;P&gt;Thank u for the suggest.&lt;/P&gt;&lt;P&gt;But the $ sign show me all the sales persons,&lt;/P&gt;&lt;P&gt;I need the unselected [sales person] for the [sales person]&lt;/P&gt;&lt;P&gt;but the selected value to the Year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470059#M13888</guid>
      <dc:creator />
      <dc:date>2015-06-05T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470060#M13889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the you should use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;[Sales Person]=E({$})&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will select only the sales persons that are in de exluded list based on the selections you made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the first $ sign means you use all selections. Then in Set Analysis you say that you only want the Sales Persons that are Exclude (E()) and within that you say with Set Analysis for the selections you made {$}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470060#M13889</guid>
      <dc:creator />
      <dc:date>2015-06-05T08:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470061#M13890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very Much'&lt;/P&gt;&lt;P&gt;It's wors.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470061#M13890</guid>
      <dc:creator />
      <dc:date>2015-06-05T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470062#M13891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp; mean work's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470062#M13891</guid>
      <dc:creator />
      <dc:date>2015-06-05T08:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470063#M13892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Quastion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a Country Field,&lt;/P&gt;&lt;P&gt;which syntax should i have to write if i want&lt;/P&gt;&lt;P&gt;to compare to the same sales person's who lived in the same country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thak you very much for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470063#M13892</guid>
      <dc:creator />
      <dc:date>2015-06-05T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470064#M13893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&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;"&gt;SUM({$&amp;lt;[Sales Person]=, [Country]=P({$})&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470064#M13893</guid>
      <dc:creator />
      <dc:date>2015-06-05T11:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Complicate Set Analysis</title>
      <link>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470065#M13894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;P&gt;Tank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/Complicate-Set-Analysis/m-p/1470065#M13894</guid>
      <dc:creator />
      <dc:date>2015-06-05T11:58:15Z</dc:date>
    </item>
  </channel>
</rss>

