<?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 Ignore all except some fields Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546585#M204165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with a Set Analysis. I want to calculate Sales ignoring all the selected values in all fields except of 3 fields.&lt;/P&gt;&lt;P&gt;I have a lot of fields to ignore and it's really meaningless to ignore them one by one in the Set Analysis. I think that I need something like that&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1&amp;lt;Field1={"$(=getfieldselections(Field1))"}, Field2={"$(=getfieldselections(Field2))"}, Field3={"$(=getfieldselections(Field3))"}&amp;gt;} Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work if there are no selections in all my 3 fields (and I want it to work like qlikview, at the clear state to caught all the values, not none of them). Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 07:42:21 GMT</pubDate>
    <dc:creator>eleni_theodorid</dc:creator>
    <dc:date>2013-09-20T07:42:21Z</dc:date>
    <item>
      <title>Ignore all except some fields Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546585#M204165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with a Set Analysis. I want to calculate Sales ignoring all the selected values in all fields except of 3 fields.&lt;/P&gt;&lt;P&gt;I have a lot of fields to ignore and it's really meaningless to ignore them one by one in the Set Analysis. I think that I need something like that&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1&amp;lt;Field1={"$(=getfieldselections(Field1))"}, Field2={"$(=getfieldselections(Field2))"}, Field3={"$(=getfieldselections(Field3))"}&amp;gt;} Sales) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work if there are no selections in all my 3 fields (and I want it to work like qlikview, at the clear state to caught all the values, not none of them). Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 07:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546585#M204165</guid>
      <dc:creator>eleni_theodorid</dc:creator>
      <dc:date>2013-09-20T07:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore all except some fields Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546586#M204166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add this in the set analysis part of your expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; color: gray; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Arial','sans-serif'; mso-fareast-font-family: Calibri;"&gt;$(=Concat({1&amp;lt;$Field -= {'Field1','Field2'}&amp;gt;} distinct '[' &amp;amp; $Field &amp;amp; ']=',','))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ignore all fields except Field1 and Field2 (add as many as you want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out too:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1334" target="_blank"&gt;http://community.qlik.com/docs/DOC-1334&lt;/A&gt;&lt;/SPAN&gt;&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, 20 Sep 2013 08:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546586#M204166</guid>
      <dc:creator />
      <dc:date>2013-09-20T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore all except some fields Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546587#M204167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean-Pierre,&lt;/P&gt;&lt;P&gt;You save my day! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I couldn't found this discussion while i was looking for this! It works for me perfectly.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-all-except-some-fields-Set-Analysis/m-p/546587#M204167</guid>
      <dc:creator>eleni_theodorid</dc:creator>
      <dc:date>2013-09-20T08:28:09Z</dc:date>
    </item>
  </channel>
</rss>

