<?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: maximum number of multiple values in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627233#M733280</link>
    <description>&lt;P&gt;You are missing starting and ending quotes. Try like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;nbsp; &lt;STRONG&gt;chr(39) &amp;amp;&lt;/STRONG&gt; concat(distinct Aggr(max(SalesKey),Buyer,CPO),chr(39)&amp;amp;','&amp;amp;chr(39)) &lt;STRONG&gt;&amp;amp;chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 06:40:59 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-09-24T06:40:59Z</dc:date>
    <item>
      <title>maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627218#M733278</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could some one please explain what is the maximum number of values we can pass into a dimension in set analysis?&lt;/P&gt;&lt;P&gt;and could explain what went wrong at following.?&lt;/P&gt;&lt;P&gt;I am using this expression to get all the list of values over a dimension called SalesKey.&lt;/P&gt;&lt;P&gt;=concat(distinct Aggr(max(SalesKey),Buyer,CPO),chr(39)&amp;amp;','&amp;amp;chr(39))&lt;/P&gt;&lt;P&gt;out put : a list of values&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19899iD9722A688A88F46D/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/P&gt;&lt;P&gt;but when i use the same expression in set analysis it gives the output as 0.&lt;/P&gt;&lt;P&gt;=Sum ( {&amp;lt; SalesKey = {'$(=concat(distinct Aggr(max(SalesKey),Buyer,CPO),chr(160)&amp;amp;','&amp;amp;chr(160)))'}&amp;gt;} SALES)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627218#M733278</guid>
      <dc:creator>madushanfernand</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627225#M733279</link>
      <description>&lt;P&gt;I believe its due to the quotes encoding the ',' .&lt;/P&gt;&lt;P&gt;Also try to save the concatenated result in a variable and pass the variable in set analysis , that makes it easier to understand and use.&lt;/P&gt;&lt;P&gt;Also check for valid values on the Sales Key passed in set analysis&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 06:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627225#M733279</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-09-24T06:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627233#M733280</link>
      <description>&lt;P&gt;You are missing starting and ending quotes. Try like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;nbsp; &lt;STRONG&gt;chr(39) &amp;amp;&lt;/STRONG&gt; concat(distinct Aggr(max(SalesKey),Buyer,CPO),chr(39)&amp;amp;','&amp;amp;chr(39)) &lt;STRONG&gt;&amp;amp;chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 06:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627233#M733280</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-09-24T06:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627240#M733281</link>
      <description>&lt;P&gt;Maybe try by using just max(SalesKey) without Aggr:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum ( {&amp;lt; SalesKey = {"=max(SalesKey)"}&amp;gt;} SALES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627240#M733281</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-09-24T07:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627332#M733282</link>
      <description>&lt;P&gt;hi Tresesco&lt;/P&gt;&lt;P&gt;can you pls explain how this chr() works here?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 09:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627332#M733282</guid>
      <dc:creator>madushanfernand</dc:creator>
      <dc:date>2019-09-24T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627337#M733283</link>
      <description>&lt;P&gt;It's not about chr() as a function. But about understanding your concat() anf it's separator you are using. Your are using chr(39)&amp;amp;','&amp;amp;chr(39) as separator which is essentially - &lt;STRONG&gt;','&lt;/STRONG&gt; . That means concat would return something like:&lt;/P&gt;&lt;P&gt;value1','value2','value3...','valuen&lt;/P&gt;&lt;P&gt;however, in set analysis modifiers the comparison values expected to be withing single quotes. For ex, &amp;lt;Country={'USA', 'UK', 'FRANCE'}&amp;gt;. Now you look at the returned by your concat() has all quotes for values except the first and last one, and that is because your expression. To fix the missing quotes, try using my expression.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 09:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627337#M733283</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-09-24T09:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627356#M733284</link>
      <description>Hi Tresesco&lt;BR /&gt;&lt;BR /&gt;Thank you for making me understood on how chr() works and how it can be used in set analysis.&lt;BR /&gt;Anyway i managed to use the same expression i wrote initially to get the correct output. the only thing i did was i changed the length of the SalesKey only upto maximum 4 letters. then the same functions worked. i guess there is a limitation of character length what we can provide within quotes. correct me please if i am wrong.</description>
      <pubDate>Tue, 24 Sep 2019 10:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627356#M733284</guid>
      <dc:creator>madushanfernand</dc:creator>
      <dc:date>2019-09-24T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627368#M733285</link>
      <description>&lt;P&gt;I see your point. It might work without those quotes because your expression evaluation itself is enclosed by quotes.&lt;/P&gt;&lt;P&gt;There might be a limit in length (I am not sure though), but would not be anything less than hundred elements (if not more) I believe (I never tested though). How many values - in your case? Could you share a sample that shows the issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 10:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1627368#M733285</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-09-24T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: maximum number of multiple values in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1630728#M733286</link>
      <description>&lt;P&gt;Hey guys, adding a Design Blog post on Set Analysis, not sure if it may provide some further clarity or not:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are some other links in the post as well to other related posts.&amp;nbsp; I check the Help as well, but I did not see anything related to limitations...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 18:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/maximum-number-of-multiple-values-in-set-analysis/m-p/1630728#M733286</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-02T18:54:05Z</dc:date>
    </item>
  </channel>
</rss>

