<?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: Another Set Analysis Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587144#M217821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius), SUM({&amp;lt;StoreName = &amp;gt;} OrderTest_Counter))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 17:33:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-16T17:33:36Z</dc:date>
    <item>
      <title>Another Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587141#M217818</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;I am working on this report and I am running into a wall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report asks the user to select a State, City, and then a store. Based off that selection it lists other stores near by and calculates the distance from the selected store.&lt;/P&gt;&lt;P&gt;It works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here is the issue, I am trying to do a count of orders at the stores listed by doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if($(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius),Sum(Orders_Counter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an expression. This is a straight table which I'll eventually turn into a like graph. The dimension are the StoreNames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that that expression alone wont allow the data to show. But I need to add another expression with just one inside it to get the storenames and the =if($(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius),Sum(Orders_Counter)) to even show in the straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way around adding this extra expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 16:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587141#M217818</guid>
      <dc:creator />
      <dc:date>2014-04-16T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Another Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587142#M217819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Sum(if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Orders_Counter&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 17:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587142#M217819</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-16T17:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Another Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587143#M217820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that I would need to ignore selected:&lt;/P&gt;&lt;P&gt;SUM(if($(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius),{&amp;lt;StoreName = &amp;gt;} Orders_Counter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the above is not getting it either&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 17:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587143#M217820</guid>
      <dc:creator />
      <dc:date>2014-04-16T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Another Set Analysis Question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587144#M217821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vCalc) &amp;gt; 0 and $(vCalc) &amp;lt;=$(vRadius), SUM({&amp;lt;StoreName = &amp;gt;} OrderTest_Counter))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 17:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-Set-Analysis-Question/m-p/587144#M217821</guid>
      <dc:creator />
      <dc:date>2014-04-16T17:33:36Z</dc:date>
    </item>
  </channel>
</rss>

