<?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: Where Clause in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659810#M476235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use where within set analysis. However:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Documento = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Document = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} this expression tells the sum function to only documents that have the name INT_BUONOCAR and INT-BUONOSCA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 12:52:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-11T12:52:34Z</dc:date>
    <item>
      <title>Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659809#M476234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, is it possible to write something like that in a formula (set analysis)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Sum ([QTA 1 Documento]), where [Documento] in 'INT-BUONOCAR','INT-BUONOSCA'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do not suggest me to use the where clause in Load, because I cannot do it...I need to find a way to use it in the set analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to anyone, who will try to answer me! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 12:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659809#M476234</guid>
      <dc:creator />
      <dc:date>2014-06-11T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659810#M476235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use where within set analysis. However:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Documento = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Document = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} this expression tells the sum function to only documents that have the name INT_BUONOCAR and INT-BUONOSCA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 12:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659810#M476235</guid>
      <dc:creator />
      <dc:date>2014-06-11T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659811#M476236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt; [Documento]={'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;}[QTA 1 Documento])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 12:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659811#M476236</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-11T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659812#M476237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum({&amp;lt;[Codice Documento]= {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;it doesn't work...it doesn't select those specific values...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;any other suggestion?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659812#M476237</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659813#M476238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share your qvw? Not sure why it wouldnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659813#M476238</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659814#M476239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you are using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;&lt;STRONG&gt;[Codice Documento]&lt;/STRONG&gt;= {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;use this intead&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;&lt;STRONG&gt;Documento&lt;/STRONG&gt; = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or post a sample app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659814#M476239</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-11T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659815#M476240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, make sure you are using the exact field names from your qvw or it will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659815#M476240</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659816#M476241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;[Codice Documento]= {"INT-BUONOCAR","INT-BUONOSCA"}&amp;gt;} [QTA 1 Documento])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks &amp;amp; Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Milind&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659816#M476241</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659817#M476242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide some more info about INT-BUONOCAR and INT-BUONOSCA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these field values in your data model or are they variables you made in your document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659817#M476242</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659818#M476243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the original file...&lt;/P&gt;&lt;P&gt;and yes, the name was correct in the formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659818#M476243</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659819#M476244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;they are field values for the Codice Documento variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659819#M476244</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659820#M476245</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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum ({&amp;lt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Documento] = {&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'INT-BUONOCAR','INT-BUONOSCA'&lt;/STRONG&gt;}&amp;gt;}&lt;/STRONG&gt;[QTA 1 Documento])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659820#M476245</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-06-11T13:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659821#M476246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if they are field values then this should work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;[Codice Documento] = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659821#M476246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T13:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659822#M476247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Codice Documento is a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Codice Documento] = 'INT-BUONOCAR' or [Codice Documento] = 'INT-BUONOSCA', sum(QTA 1 Documento))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Codice Documento is a field in your data model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Codice Document] = {'INT-BUONOCAR','INT-BUONOSCA'}&amp;gt;} [QTA 1 Documento])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659822#M476247</guid>
      <dc:creator />
      <dc:date>2014-06-11T13:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where Clause in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659823#M476248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you get correct result.&lt;/P&gt;&lt;P&gt;however your field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;INT-BUONOSCA&lt;/SPAN&gt; is not conneced with date.&lt;/P&gt;&lt;P&gt;may be need to check the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Clause-in-Set-Analysis/m-p/659823#M476248</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-11T13:27:09Z</dc:date>
    </item>
  </channel>
</rss>

