<?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 Set analysis for non number data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230770#M82582</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;Thanks for the suggestion. It works by using concat({Set} distinct Notes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 16:47:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-04T16:47:57Z</dc:date>
    <item>
      <title>Set analysis for non number data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230766#M82578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am wonder if there if there is any thing similar to set anaylsis for non-numerical data. E.g. In the data base, which company name (selection list box) link with some notes. And I allow user to select one extra company for data comparsion. For number, I can use set analysis (e.g. sum({$&amp;lt;company = Second_Selection&amp;gt;}Size), etc). But how can I do that for the notes?&lt;/P&gt;&lt;P&gt;To get notes for the "Main" company, the formula is simply "=Notes". How can I show the notes of another company??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 11:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230766#M82578</guid>
      <dc:creator />
      <dc:date>2010-05-04T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Set analysis for non number data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230767#M82579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan&lt;/P&gt;&lt;P&gt;If you look up the set examples in book III page 355 ff you can see many examples using set for non-numeric fields, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sum({$-1&amp;lt;Product = {"*Internal*","*Domestic*"}&amp;gt;} Sales)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will give you the result of the current selection minus the Internal and Domestic Products&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 15:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230767#M82579</guid>
      <dc:creator />
      <dc:date>2010-05-04T15:52:18Z</dc:date>
    </item>
    <item>
      <title>Set analysis for non number data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230768#M82580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advise. However, all examples use "sum", including your example. Sales are number, therefore, it makes no problem by using "sum" function.&lt;/P&gt;&lt;P&gt;But " notes" are text, same for its content. Therefore, I can use "sum" with set anaylsis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230768#M82580</guid>
      <dc:creator />
      <dc:date>2010-05-04T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Set analysis for non number data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230769#M82581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You want to concat notes then based on the selections?&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;concat('Notes')&lt;BR /&gt;or&lt;BR /&gt;aggr(concat('Notes'), &amp;lt;group&amp;gt;)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230769#M82581</guid>
      <dc:creator />
      <dc:date>2010-05-04T16:22:05Z</dc:date>
    </item>
    <item>
      <title>Set analysis for non number data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230770#M82582</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;Thanks for the suggestion. It works by using concat({Set} distinct Notes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 16:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-non-number-data/m-p/230770#M82582</guid>
      <dc:creator />
      <dc:date>2010-05-04T16:47:57Z</dc:date>
    </item>
  </channel>
</rss>

