<?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 script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656798#M239824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks Massimo for your prompt support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 13:07:30 GMT</pubDate>
    <dc:creator>casoales1973</dc:creator>
    <dc:date>2014-08-11T13:07:30Z</dc:date>
    <item>
      <title>set_analysis script</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656796#M239822</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 have the following filter to apply and I want to include all in a set_analysis script, but I dont know how is the correct syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to reproduce the sum of stock of particular&amp;nbsp; products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to apply these different conditions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;[CLASSETECNICAD] = {"01 - Camicie Uomo"} and [SOTTOCLASSETECNICAD] = {"01RE - Camicie Regolari"} and ( [CONTSTAGD] ={"B - BASIC"} or [CONTSTAGD]={"M - BASIC M/M"})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try this but I'm sure the script not respect the filter that I want to apply&lt;/P&gt;&lt;P&gt;SUM(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;[CLASSETECNICAD] = {"01 - Camicie Uomo"}, [SOTTOCLASSETECNICAD] = {"01RE - Camicie Regolari"}, [CONTSTAGD] ={"B - BASIC"}, [CONTSTAGD]={"M - BASIC M/M"}&amp;nbsp; &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GIACENZA_NEGO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the correct syntax to obtain the filters needed?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 12:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656796#M239822</guid>
      <dc:creator>casoales1973</dc:creator>
      <dc:date>2014-08-11T12:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: set_analysis script</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656797#M239823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is in the OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; {$&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;[CLASSETECNICAD] = {"01 - Camicie Uomo"}, [SOTTOCLASSETECNICAD] = {"01RE - Camicie Regolari"}, &lt;STRONG&gt;[CONTSTAGD] ={"B - BASIC","M - BASIC M/M"&lt;/STRONG&gt;}&amp;nbsp; &amp;gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GIACENZA_NEGO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 12:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656797#M239823</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-11T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: set_analysis script</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656798#M239824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks Massimo for your prompt support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 13:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656798#M239824</guid>
      <dc:creator>casoales1973</dc:creator>
      <dc:date>2014-08-11T13:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: set_analysis script</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656799#M239825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you think you get the answer, please close this discussion by giving Correct and Helpful answers to the posts which are useful for you.&amp;nbsp; It helps others in finding answers for similar scenarios. Thanks and good Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and download this useful doc&amp;nbsp; for set analysis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4889"&gt;Sets Analysis: syntaxes, exemples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 13:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-script/m-p/656799#M239825</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-11T13:14:37Z</dc:date>
    </item>
  </channel>
</rss>

