<?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() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903345#M469653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6000003814697px; font-family: inherit;"&gt;Ramon Covarrubias&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/127987"&gt;RamonCova06&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me is the below expression works fine for this case.??&lt;/P&gt;&lt;P&gt;And in which cases it can deviate from result compared with your expression .??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat({1 &amp;lt;Product = {$(=concat( Distinct chr(39)&amp;amp;Product&amp;amp;chr(39),','))} &amp;gt;} distinct Feature,',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here Product is same as model.&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;Timanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 11:17:34 GMT</pubDate>
    <dc:creator>timanshu</dc:creator>
    <dc:date>2015-06-29T11:17:34Z</dc:date>
    <item>
      <title>Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903339#M469647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table of products and each product has one or more features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product&amp;nbsp; Feature&lt;/P&gt;&lt;P&gt;Car 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Red&lt;/P&gt;&lt;P&gt;Car 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4dr&lt;/P&gt;&lt;P&gt;Car 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leather seats&lt;/P&gt;&lt;P&gt;Car 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5dr&lt;/P&gt;&lt;P&gt;Car 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.....you get the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table which shows each product, with all its features in a single column using the CONCAT function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&amp;nbsp;&amp;nbsp;&amp;nbsp; Car 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Red; 4dr; Leatherseats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well. Except, if I SELECT a Feature (eg. Red), I (correctly) see all products which are Red, but I don't see their other features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can show all Features for all Products which have the SELECTed Feature ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903339#M469647</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-06-25T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903340#M469648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Straight Table&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dimension&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Concat(Distinct Feature,'; ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 15:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903340#M469648</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-25T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903341#M469649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understood right, if you select on red,you want to know what are the features for each red car, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Concat({1&amp;lt;Model =&lt;/TD&gt;&lt;TD&gt;p ({&amp;lt;Feature = {$(=Concat(DISTINCT chr(39)&amp;amp;Feature&amp;amp;chr(39),','))} &amp;gt;} Model)&amp;gt;}Feature,',')&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 16:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903341#M469649</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-25T16:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903342#M469650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much. This works, although I am still trying to understand the set analysis logic here !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903342#M469650</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-06-29T09:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903343#M469651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;It could be simpler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat({1&amp;lt;Model = p ({$})&amp;gt;} Feature,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will select all rows for where the Models exists in the list of models in the current selection. But will ignore all other selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903343#M469651</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-06-29T09:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903344#M469652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Steven, that works and is even neater !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903344#M469652</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-06-29T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903345#M469653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6000003814697px; font-family: inherit;"&gt;Ramon Covarrubias&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/127987"&gt;RamonCova06&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me is the below expression works fine for this case.??&lt;/P&gt;&lt;P&gt;And in which cases it can deviate from result compared with your expression .??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat({1 &amp;lt;Product = {$(=concat( Distinct chr(39)&amp;amp;Product&amp;amp;chr(39),','))} &amp;gt;} distinct Feature,',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here Product is same as model.&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;Timanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903345#M469653</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-06-29T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903346#M469654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it does not give you the same output because you want to match feature to feature and then get the Products that are availables for it, in your example you are comparing Product to Feature, though they would never match &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903346#M469654</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-29T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903347#M469655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;I checked my Expression. I think it works fine in this case. I am not comparing product to feature. I just wrote expression to filter only possible Products in addition to consider all feature values.&lt;/P&gt;&lt;P&gt;You can check this expression and if you could differ the two expressions then it would be very nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 03:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903347#M469655</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-06-30T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concat()</title>
      <link>https://community.qlik.com/t5/QlikView/Concat/m-p/903348#M469656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression and Timanshu's both work for my requirement. I simply want to select the products (eg. red cars) and then show all features for these products. You expression may work for a more complicated requirement too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 07:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat/m-p/903348#M469656</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-06-30T07:11:39Z</dc:date>
    </item>
  </channel>
</rss>

