<?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 Respect Selections Before Set Analysis Applied in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214343#M67895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand the use of $ and 1. However, the problem I am trying to solve is this... If my set analysis restricts to a specific filter (ie. date = 1/1/2011) and I make a date selection that is not 1/1/2011, I want my results to return null, 0, blank, or something other than the results for 1/1/2011 respecting the date selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 18:26:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-13T18:26:52Z</dc:date>
    <item>
      <title>Respect Selections Before Set Analysis Applied</title>
      <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214341#M67893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to respect the selections made before applying the set analysis rules?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 18:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214341#M67893</guid>
      <dc:creator />
      <dc:date>2011-04-13T18:09:33Z</dc:date>
    </item>
    <item>
      <title>Respect Selections Before Set Analysis Applied</title>
      <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214342#M67894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kristy,&lt;/P&gt;&lt;P&gt;The set identifiers identify what record set the set analysis is based on:&lt;/P&gt;&lt;P&gt;$ = the records of the current selection&lt;/P&gt;&lt;P&gt;1= the full set of all the records in the application&lt;/P&gt;&lt;P&gt;take a look at the manual for some examples&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 18:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214342#M67894</guid>
      <dc:creator />
      <dc:date>2011-04-13T18:20:01Z</dc:date>
    </item>
    <item>
      <title>Respect Selections Before Set Analysis Applied</title>
      <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214343#M67895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand the use of $ and 1. However, the problem I am trying to solve is this... If my set analysis restricts to a specific filter (ie. date = 1/1/2011) and I make a date selection that is not 1/1/2011, I want my results to return null, 0, blank, or something other than the results for 1/1/2011 respecting the date selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 18:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214343#M67895</guid>
      <dc:creator />
      <dc:date>2011-04-13T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Respect Selections Before Set Analysis Applied</title>
      <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214344#M67896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kristy&lt;/P&gt;&lt;P&gt;In this case set analysis would be an AND operation. You can use the *=&lt;/P&gt;&lt;P&gt;In the following expression you get the sales acoording to user selection only if they are also from John or Peter. If you your selections does not include John or Peter you will get 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[SalesMan] *={John,Peter}&amp;gt;} AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 18:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214344#M67896</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-14T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Respect Selections Before Set Analysis Applied</title>
      <link>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214345#M67897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I think I can use this logic to accomplish what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 19:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Respect-Selections-Before-Set-Analysis-Applied/m-p/214345#M67897</guid>
      <dc:creator />
      <dc:date>2011-04-14T19:40:59Z</dc:date>
    </item>
  </channel>
</rss>

