<?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: Expression in concat-function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249382#M94771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis ignores your dimension values.&amp;nbsp; So when it's checking for teams with points, it's checking for teams with points from &lt;EM&gt;&lt;STRONG&gt;anyone&lt;/STRONG&gt;&lt;/EM&gt;, not just for the person named on the row.&amp;nbsp; (Edit: Well, the person still needs to be on the team, but they don't have to have points on the team as long as someone else has points on the team.)&amp;nbsp; So you'll probably need to do this another way.&amp;nbsp; Perhaps like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;concat(distinct aggr(if(sum(Points)&amp;gt;0,Team),Name,Team),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jul 2011 00:08:18 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-07-02T00:08:18Z</dc:date>
    <item>
      <title>Expression in concat-function</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249380#M94769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart (straight table) where Name is the dimension and in my expression i want to see the Team they belong to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat({$&amp;lt;Team={"=sum(Points)&amp;gt;0"}&amp;gt;} distinct Team, ', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Name (person) can have different Teams over time so in my appliaction i've chosen 2011 and april, but. My selection does not seem to affect the expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One person (Name) has two Teams in the chart but i know for a fact that there was no points for one of the Teams he once belonged to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Annika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 13:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249380#M94769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-01T13:53:44Z</dc:date>
    </item>
    <item>
      <title>Expression in concat-function</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249381#M94770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Annika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you post an example .qvw-file? It's much easier to help you then.&lt;/P&gt;&lt;P&gt;(You can upload it in advanced editor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 13:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249381#M94770</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-01T13:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in concat-function</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249382#M94771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis ignores your dimension values.&amp;nbsp; So when it's checking for teams with points, it's checking for teams with points from &lt;EM&gt;&lt;STRONG&gt;anyone&lt;/STRONG&gt;&lt;/EM&gt;, not just for the person named on the row.&amp;nbsp; (Edit: Well, the person still needs to be on the team, but they don't have to have points on the team as long as someone else has points on the team.)&amp;nbsp; So you'll probably need to do this another way.&amp;nbsp; Perhaps like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;concat(distinct aggr(if(sum(Points)&amp;gt;0,Team),Name,Team),',')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 00:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249382#M94771</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-07-02T00:08:18Z</dc:date>
    </item>
    <item>
      <title>Expression in concat-function</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249383#M94772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked great! &lt;/P&gt;&lt;P&gt;Thanks a lot John! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 08:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249383#M94772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-04T08:03:43Z</dc:date>
    </item>
    <item>
      <title>Expression in concat-function</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249384#M94773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem again that's relatied to this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application i only want to show the Team that's relevant today. So if a person belonged to Team 1 yesterday and Team 2 today i onyl want to show Team 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-concat-function/m-p/249384#M94773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-13T09:19:46Z</dc:date>
    </item>
  </channel>
</rss>

