<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441604#M164635</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'm trying to write some set analysis do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count all scheme numbers where the MEASURE is 'Total Members' and the VALUE is inbetween two variables input by the user, this is what I have and I can't get it to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxDate&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxExtract&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;{&amp;lt;&lt;SPAN style="color: #800000;"&gt;Measure&lt;/SPAN&gt;={'Total Members'},&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Input 1)&amp;lt;=$(=Input 2)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Scheme No]&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two max date variables just make sure I'm looking at the latest data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone see where I'm going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 14:45:50 GMT</pubDate>
    <dc:creator>samvile18</dc:creator>
    <dc:date>2012-11-16T14:45:50Z</dc:date>
    <item>
      <title>Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441604#M164635</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'm trying to write some set analysis do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count all scheme numbers where the MEASURE is 'Total Members' and the VALUE is inbetween two variables input by the user, this is what I have and I can't get it to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxDate&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxExtract&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;{&amp;lt;&lt;SPAN style="color: #800000;"&gt;Measure&lt;/SPAN&gt;={'Total Members'},&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Input 1)&amp;lt;=$(=Input 2)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Scheme No]&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two max date variables just make sure I'm looking at the latest data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone see where I'm going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 14:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441604#M164635</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2012-11-16T14:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441605#M164636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxDate&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxExtract&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;{&amp;lt;&lt;SPAN style="color: #800000;"&gt;Measure&lt;/SPAN&gt;={'Total Members'},&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;={'&lt;SPAN style="color: #800000;"&gt;&amp;gt;=$([Input 1])'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;Value={'&amp;lt;=$([Input 2])'&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Scheme No]&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441605#M164636</guid>
      <dc:creator />
      <dc:date>2012-11-16T16:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441606#M164637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 13px; color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="font-size: 13px; color: #808080;"&gt;&lt;EM style="font-size: 13px;"&gt;vMaxDate&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="font-size: 13px; color: #808080;"&gt;&lt;EM style="font-size: 13px;"&gt;vMaxExtract&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13px; color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="font-size: 13px; color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;{&amp;lt;&lt;SPAN style="font-size: 13px; color: #800000;"&gt;Measure&lt;/SPAN&gt;={'Total Members'},&lt;SPAN style="font-size: 13px; color: #800000;"&gt;Value&lt;/SPAN&gt;={'&lt;SPAN style="font-size: 13px; color: #800000;"&gt;&amp;gt;=$([Input 1])&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: #800000;"&gt;&amp;lt;=$([Input 2])'&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="font-size: 13px; color: #800000;"&gt;[Scheme No]&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441606#M164637</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-16T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441607#M164638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn´t mix &amp;gt;= and &amp;lt;= at same SA. Use the intersection operator "*"&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxDate&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;vMaxExtract&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;{&amp;lt;&lt;SPAN style="color: #800000;"&gt;Measure&lt;/SPAN&gt;={'Total Members'},&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Input 1)"}*{"&amp;lt;=$(=Input 2)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Scheme No]&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 17:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441607#M164638</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2012-11-16T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441608#M164639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(vMaxDate=vMaxExtract,&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Measure={'Total Members'},Value={"&amp;gt;=$(=[Input 1])"}&amp;gt;} * {&amp;lt;Measure={'Total Members'}, Value={"&amp;lt;=$(=[Input 2])"}&amp;gt;} [Scheme No]),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 18:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-issue/m-p/441608#M164639</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-16T18:17:43Z</dc:date>
    </item>
  </channel>
</rss>

