<?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 Analisys in expression for more values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638810#M507831</link>
    <description>&lt;P&gt;no sorry in this way it not work, but i find like write it good with concat:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;YEAR={$(=chr(39) &amp;amp; concat(distinct YEAR, chr(39) &amp;amp;', ' &amp;amp; chr(39)) &amp;amp; chr(39) )}&amp;gt;} BUD_VOLUMI)&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2019 08:39:41 GMT</pubDate>
    <dc:creator>danosoft</dc:creator>
    <dc:date>2019-10-23T08:39:41Z</dc:date>
    <item>
      <title>Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638489#M507825</link>
      <description>&lt;P&gt;Hi i have in my chart expression, this set analisys:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;YEAR={'$(=getfieldselections(YEAR))'},SELLER={'$(=getfieldselections(SELLER))'}, DES_REFER={'$(=getfieldselections(DES_REFER))'} &amp;gt;} BUD_VOLUMI)&lt;/P&gt;&lt;P&gt;if i choose one Year one seller and one des_refer, all is ok and work good, if i choose more des_refer, or more years it not work&lt;/P&gt;&lt;P&gt;what the problem in the expression?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638489#M507825</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-22T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638506#M507826</link>
      <description>&lt;P&gt;Maybe is for this (in red color, copied from Qlik help):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GetFieldSelections&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- chart function&lt;/P&gt;&lt;P&gt;&lt;SPAN class="statement"&gt;GetFieldSelections()&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;string&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with the current selections in a field.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;If all but two, or all but one of the values are selected, the format 'NOT x,y' or 'NOT y' will be used respectively. If you select all values and the count of all values is greater than&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;max_values, the text&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ALL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will be returned.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Try using concat instead.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Hope it helps.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638506#M507826</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-10-22T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638508#M507827</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({1&amp;lt;YEAR = p(YEAR), SELLER = p(SELLER), DES_REFER =p(DES_REFER)&amp;gt;} BUD_VOLUMI)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 16:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638508#M507827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-22T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638763#M507828</link>
      <description>Thanks, but why in my set analisys not work? .... i use getfieldselections as right, if i use it in a text box i see it write all values i choose</description>
      <pubDate>Wed, 23 Oct 2019 08:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638763#M507828</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-23T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638775#M507829</link>
      <description>Can you write an example with concat function using my set analisys, for understand what you mean? so i can try it if work</description>
      <pubDate>Wed, 23 Oct 2019 08:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638775#M507829</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-23T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638797#M507830</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I mean this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({1&amp;lt;YEAR={'$(=concat(YEAR,','))'},SELLER={'$(=concat(SELLER,','))'}, DES_REFER={'$(=concat(DES_REFER,','))'} &amp;gt;} BUD_VOLUMI)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concat returns a string with all the values of the field, separated by the char you say in the second parameter&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 08:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638797#M507830</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-10-23T08:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638810#M507831</link>
      <description>&lt;P&gt;no sorry in this way it not work, but i find like write it good with concat:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;YEAR={$(=chr(39) &amp;amp; concat(distinct YEAR, chr(39) &amp;amp;', ' &amp;amp; chr(39)) &amp;amp; chr(39) )}&amp;gt;} BUD_VOLUMI)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 08:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638810#M507831</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2019-10-23T08:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analisys in expression for more values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638816#M507832</link>
      <description>&lt;P&gt;Yes. You are right. This is the point when using special chars like ' in $ expansion expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my idea was useful, please check my suggestion as a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 08:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analisys-in-expression-for-more-values/m-p/1638816#M507832</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-10-23T08:45:04Z</dc:date>
    </item>
  </channel>
</rss>

