<?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 MODIFIER 1 IN SET ANALYSIS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188502#M886773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Dominc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your solution and It doesn't work as I wish. Indeed if I select a month of the year , the result of the expression change (unlike my example above, where all the dimension of the expression are fixed). &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need the result to be fixed for the dimension ANNO and selectionable (modifiable) for the other dimension of the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Davide&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 08:00:47 GMT</pubDate>
    <dc:creator>davdiste</dc:creator>
    <dc:date>2016-09-21T08:00:47Z</dc:date>
    <item>
      <title>SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188499#M886769</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;Is it possible to apply the set modifier {1&amp;lt; in set analysis, only on a single group of the expressio? i.e, for the expression presented below, I need that the set modifier 1 shall acts only on the dimension ANNO, with the possibility of selecting subsets of other groups considered in the expression (COD_CAT, COD_PROD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;ANNO = {$(=max(ANNO)-1)}, COD_PROD= {'111'}, REGIME = {'1'},COD_CATEG = {'120200','120204','120206'}&amp;gt;}NUMBER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Davide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188499#M886769</guid>
      <dc:creator>davdiste</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188500#M886770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Davide,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use set analysis within the dollar expansion for ANNO, so ... &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: 13px;"&gt;=sum({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;ANNO = {$(=max(&lt;STRONG&gt;{1}&lt;/STRONG&gt;ANNO)-1)}, COD_PROD= {'111'}, REGIME = {'1'},COD_CATEG = {'120200','120204','120206'}&amp;gt;}NUMBER)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;... is that what you mean?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 16:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188500#M886770</guid>
      <dc:creator>dominicmander</dc:creator>
      <dc:date>2016-09-20T16:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188501#M886771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you are looking for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;ANNO = {$(=Max(ANNO)-1)}, COD_PROD &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {'111'}, REGIME = {'1'}, COD_CATEG &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {'120200','120204','120206'}&amp;gt;} NUMBER)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to see selection in ANNO to impact, then this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;ANNO = {$(=Max(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;{1}&lt;/SPAN&gt;ANNO)-1)}, COD_PROD &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {'111'}, REGIME = {'1'}, COD_CATEG &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;= {'120200','120204','120206'}&amp;gt;} NUMBER)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 16:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188501#M886771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T16:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188502#M886773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Dominc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your solution and It doesn't work as I wish. Indeed if I select a month of the year , the result of the expression change (unlike my example above, where all the dimension of the expression are fixed). &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need the result to be fixed for the dimension ANNO and selectionable (modifiable) for the other dimension of the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Davide&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188502#M886773</guid>
      <dc:creator>davdiste</dc:creator>
      <dc:date>2016-09-21T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188503#M886776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the solution I was looking for, and It &lt;SPAN lang="en"&gt;it seems to work.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I more simple and doesn't require &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt; the set modifier {1&amp;lt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Probably was not the year (ANNO)&amp;nbsp; the dimension that I should fix but the month (MESE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;ANNO = {$(=max(ANNO)-1)},MESE= {'*'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;COD_PROD= {'111'}, &lt;/SPAN&gt;REGIME = {'1'},&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;COD_CATEG &lt;/STRONG&gt;= {'120200','120204','120206'}&amp;gt;} NUMBER)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188503#M886776</guid>
      <dc:creator>davdiste</dc:creator>
      <dc:date>2016-09-21T08:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: SET MODIFIER 1 IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188504#M886778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Sunny,&lt;/P&gt;&lt;P&gt;The symbol * you put&amp;nbsp; after the dimension (&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;COD_PROD &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;*) &lt;/SPAN&gt;&lt;/STRONG&gt;is an operator?&lt;/P&gt;&lt;P&gt;What it means?&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-MODIFIER-1-IN-SET-ANALYSIS/m-p/1188504#M886778</guid>
      <dc:creator>davdiste</dc:creator>
      <dc:date>2016-09-21T08:24:29Z</dc:date>
    </item>
  </channel>
</rss>

