<?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: concat expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678291#M246064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understood I could not do it like that, because of the logical calculation of the table chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I worked around this problem with triggers to the island table and a different set analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyhow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 09:28:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-01T09:28:55Z</dc:date>
    <item>
      <title>concat expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678288#M246061</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;In a table chart I'm trying to do a simple expression using a value from the same row but different column, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sales Rep &lt;/LI&gt;&lt;LI&gt;Expression &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=sum({&amp;lt;SalesRep_IslandTable={'"'&amp;amp;concat(DISTINCT [Sales_Rep])&amp;amp;'"'}&amp;gt;}Stores_Count)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;Level1_PC={$(='"'&amp;amp;concat(DISTINCT [Reps Level1])&amp;amp;'"')}&amp;gt;}MonthID_HMRRegionID_PharmacyCount_PC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='"'&amp;amp;concat(DISTINCT [Reps Level1])&amp;amp;'"'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works fine in a different column, but when I introduce it the formula I want, it doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francisco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 10:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678288#M246061</guid>
      <dc:creator />
      <dc:date>2014-06-30T10:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: concat expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678289#M246062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis on other fields of the same record often doesn't work like you expect. See this example for an explanation: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4563" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f8fbfe;"&gt;set_analysis_intra-record.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 10:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678289#M246062</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-30T10:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: concat expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678290#M246063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be better titled as a SET ANALYSIS query more than a concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;SalesRep_IslandTable=P({$}[Sales_Rep])&amp;gt;}Stores_Count&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;This should restrict the store_count to only those related to the currently possible values of Sales Rep&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 11:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678290#M246063</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-06-30T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: concat expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678291#M246064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understood I could not do it like that, because of the logical calculation of the table chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I worked around this problem with triggers to the island table and a different set analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyhow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678291#M246064</guid>
      <dc:creator />
      <dc:date>2014-07-01T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: concat expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678292#M246065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David but I needed 1 to 1 the Sales Reps (model table &amp;lt;-&amp;gt; island table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way to solve my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francisco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-expression/m-p/678292#M246065</guid>
      <dc:creator />
      <dc:date>2014-07-01T09:32:18Z</dc:date>
    </item>
  </channel>
</rss>

