<?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 Ignores 'Full Set' indicator when using intersections? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837459#M294493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your dollar sign expansions are probably affected by user selections, for example the min() functions.&lt;/P&gt;&lt;P&gt;You can add a set identifer {1} also to the min() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable v90DaysPast should also be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, hard to help you without knowing your data, model, requirements...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 16:01:35 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-06-05T16:01:35Z</dc:date>
    <item>
      <title>Set Analysis Ignores 'Full Set' indicator when using intersections?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837458#M294492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem with an expression using set analysis with intersections.&amp;nbsp; It seems to ignore the '1' at the beginning of the set statement that should make it ignore any selections made.&amp;nbsp; I tried putting a 1 at the beginning of each set statement, but the value still changes any time i make a selection.&amp;nbsp; Here's an example of the syntax I'm trying to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;SF_DATE = {'&amp;gt;$(=date(v90DaysPast))'}&amp;gt;*1&amp;lt; SF_DATE = {"&amp;gt;$(=min(CAMP_START_DT))=$(=min(PROMO_RESP_WINDOW))"}&amp;gt;*1&amp;lt;SALES_FUNNEL_PHASE = {'SALE'}&amp;gt;} UNIQUEID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i'm just missing a character somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 15:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837458#M294492</guid>
      <dc:creator />
      <dc:date>2015-06-05T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignores 'Full Set' indicator when using intersections?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837459#M294493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your dollar sign expansions are probably affected by user selections, for example the min() functions.&lt;/P&gt;&lt;P&gt;You can add a set identifer {1} also to the min() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable v90DaysPast should also be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, hard to help you without knowing your data, model, requirements...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837459#M294493</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-05T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Ignores 'Full Set' indicator when using intersections?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837460#M294494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt; SF_DATE = {"&amp;gt;$(=min(CAMP_START_DT))=$(=min(PROMO_RESP_WINDOW))"}&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This doesn't look quite right. Is there a &amp;lt; character missing before the = character in front of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=min(PROMO_RESP_WINDOW))&lt;/SPAN&gt;? Or is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PROMO_RESP_WINDOW a number of days that should be added to or subtracted from the date returned by &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;min(CAMP_START_DT)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Ignores-Full-Set-indicator-when-using-intersections/m-p/837460#M294494</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-05T16:52:49Z</dc:date>
    </item>
  </channel>
</rss>

