<?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: Learning Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849957#M995545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you looking for something like this? I think I've seen the other thread,too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: &lt;/P&gt;&lt;P&gt;This is the expression&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;ID = {"=count(distinct POS)=count(TOTAL DISTINCT POS) "}&amp;gt;}DISTINCT ID, '|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess Marco will find more alternative solutions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 11:30:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-07-10T11:30:11Z</dc:date>
    <item>
      <title>Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849955#M995543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be a very easy question, but I never really understood how this would work. While working on a community thread, I was stuck here and didn't know how I would do this. So I created a sample and thought some of the experts out there might be able to help. Lets say I have table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POS, ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 1234&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 1234&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 1234&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 1232&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 1232&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 1991&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 1991&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 1221&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 1221&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the above table, ID 1234 is available in all the POS, but rest of them are only available in some combination of POS, but not all. I am text box where I use an expression &lt;STRONG&gt;=Concat(DISTINCT ID, '|')&lt;/STRONG&gt; to show all distinct ID. But now I would like to add a set analysis statement which would show me only IDs which are present in all of my selected POS. So when nothing is selected I should only see 1234, but when I select A and B, I should see 1234 and 1991.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I was able to give a good explanation of my questions above. I am also attaching the sample for ease.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849955#M995543</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-10T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849956#M995544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunindia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that would be a use_case for the AND mode in listboxes. I haven't yet really grasped that concept, so I guess it will be helpful for me as well if I work through your sample which I'm doing now.&lt;/P&gt;&lt;P&gt;I'll be back here when I have found out how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849956#M995544</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-07-10T11:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849957#M995545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you looking for something like this? I think I've seen the other thread,too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: &lt;/P&gt;&lt;P&gt;This is the expression&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;ID = {"=count(distinct POS)=count(TOTAL DISTINCT POS) "}&amp;gt;}DISTINCT ID, '|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess Marco will find more alternative solutions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849957#M995545</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-10T11:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849958#M995546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I kind of understand that set_expression - logically, if the COUNT of a field with the dimension active is the same as the Count with the dimension ignored, then that field must be present across all the dimension_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do this using the AND mode - that should also be possible, no? I mean, then I can select all the IDs which remain available with all the POs I have selected.&lt;/P&gt;&lt;P&gt;But the checkbox is inactive - what do I have to do first to activate this option in a listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849958#M995546</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-07-10T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849959#M995547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha you know what I am talking about because you were the first one to answer on the thread while I was still struggling on it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I swear to god, I thought there was another way to do this using p() or e(), but I might be mistaken here. This definitely gives the solution I was looking for, but I would love to wait for Marco's alternative solutions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Stefan for looking into this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849959#M995547</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-10T11:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849960#M995548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some prerequisites your data model needs to fulfill, in this case, a LOAD DISTINCT should be enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849960#M995548</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-10T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849961#M995549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, I see. That was in the bog_post by Jennell that I read, but one always needs to hear the important things several times.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849961#M995549</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-07-10T11:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849962#M995550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh!! Why is this the first time I am seeing this? I guess it's not used very often. So If I add DISTINCT to my load the selection on A become AND mode? &lt;A _jive_internal="true" href="https://community.qlik.com/people/DataNibbler"&gt;DataNibbler&lt;/A&gt;‌ would you be able share the blog you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849962#M995550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-10T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849963#M995551</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;I didn't find a shorter solution than Stefan did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 22:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849963#M995551</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-12T22:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849964#M995552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No big deal &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌. Thanks for trying though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 22:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849964#M995552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-12T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849965#M995553</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;second thought:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14368099487981706" jivemacro_uid="_14368099487981706" modifiedtitle="true"&gt;
&lt;P&gt;Concat({$&amp;lt;ID=P({$&amp;lt;POS={$(=Concat(Distinct POS,'}&amp;gt;})*P({$&amp;lt;POS={'))}&amp;gt;})&amp;gt;}DISTINCT ID,',')&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="92713" alt="QlikCommunity_Thread_172075_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92713_QlikCommunity_Thread_172075_Pic1.JPG" style="height: 264px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="92732" alt="QlikCommunity_Thread_172075_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/92732_QlikCommunity_Thread_172075_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 17:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849965#M995553</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-13T17:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849966#M995554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha awesome, Marco would you mind explaining the highlighted part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({$&amp;lt;ID=P({$&amp;lt;POS={$(=Concat(Distinct POS,'}&amp;gt;})&lt;STRONG&gt;*&lt;SPAN style="color: #ff0000;"&gt;P({$&amp;lt;POS={'))&lt;/SPAN&gt;&lt;/STRONG&gt;}&amp;gt;})&amp;gt;}DISTINCT ID,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually &lt;STRONG&gt;{'} &lt;/STRONG&gt;this is the main part I don't understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 18:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849966#M995554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-13T18:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849967#M995555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The single quote ends the concat delimiter. Try to expand the dollar sign expansion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 19:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849967#M995555</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-13T19:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849968#M995556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh wow.... That is awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never thought of using a delimiter is such a manner. Kudos &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;Marco&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Stefan for helping me understand the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 19:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849968#M995556</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-13T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849969#M995557</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;maybe helpful for other readers also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The $-expansion evaluates to an expression that together with the leading and trailing code builds a dynamic set expression for the outer concat function.&lt;/P&gt;&lt;P&gt;It generates an intersection of possible IDs for each of the selected POS values, e.g. if A, B and C are selected the resulting expression looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat({$&amp;lt;ID=&lt;SPAN style="background: yellow;"&gt;P({$&amp;lt;POS={A}&amp;gt;})&lt;/SPAN&gt;*&lt;SPAN style="background: lime;"&gt;P({$&amp;lt;POS={B}&amp;gt;})&lt;/SPAN&gt;*&lt;SPAN style="background: aqua;"&gt;P({$&amp;lt;POS={C}&amp;gt;})&lt;/SPAN&gt;&amp;gt;}DISTINCT ID,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 22:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Learning-Set-Analysis/m-p/849969#M995557</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-13T22:28:59Z</dc:date>
    </item>
  </channel>
</rss>

