<?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 Set Analysis - Ignoring all selections, except one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276426#M497758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am wondering what the best syntax is in set analysis to 'ignore all selections except...'&amp;nbsp; I haven't really used {1} much, and initially assumed the &amp;lt;&amp;gt; modifiers would work the same way they do in {$}.&amp;nbsp; I would just use {$&amp;lt;fieldA=,fieldB=,fieldC=&amp;gt;}, but I have a large number of possible dimensions that I want to ignore, and only use the date that the user selects.&amp;nbsp; Does anyone know how this can be achieved?&amp;nbsp; {1&amp;lt;date&amp;gt;}&amp;nbsp; does not appear to work as desired.&amp;nbsp; Thank you for anyone that can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 16:20:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-16T16:20:58Z</dc:date>
    <item>
      <title>Set Analysis - Ignoring all selections, except one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276426#M497758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am wondering what the best syntax is in set analysis to 'ignore all selections except...'&amp;nbsp; I haven't really used {1} much, and initially assumed the &amp;lt;&amp;gt; modifiers would work the same way they do in {$}.&amp;nbsp; I would just use {$&amp;lt;fieldA=,fieldB=,fieldC=&amp;gt;}, but I have a large number of possible dimensions that I want to ignore, and only use the date that the user selects.&amp;nbsp; Does anyone know how this can be achieved?&amp;nbsp; {1&amp;lt;date&amp;gt;}&amp;nbsp; does not appear to work as desired.&amp;nbsp; Thank you for anyone that can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276426#M497758</guid>
      <dc:creator />
      <dc:date>2011-08-16T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Ignoring all selections, except one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276427#M497759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nicole&lt;/P&gt;&lt;P&gt;You can get a solution in this post: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/1267#1267"&gt;http://community.qlik.com/message/1267#1267&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use a syntax like this: &lt;/P&gt;&lt;P&gt;sum( {1 &amp;lt; Field3 = {$(=getfieldselections ( Field3 ))} &amp;gt;} Sales )&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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276427#M497759</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-16T16:30:11Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Ignoring all selections, except one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276428#M497760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think something like&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;Date= p(Date) &amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276428#M497760</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-16T16:35:05Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Ignoring all selections, except one</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276429#M497761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;Date= p(Date) &amp;gt;} value) appears to return the values I need. &lt;/P&gt;&lt;P&gt;I am getting '0' with the getfieldselections function, but I will definately play around with it, I think it will be a good function to know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 16:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignoring-all-selections-except-one/m-p/276429#M497761</guid>
      <dc:creator />
      <dc:date>2011-08-16T16:59:22Z</dc:date>
    </item>
  </channel>
</rss>

