<?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: Using Concat functions to select values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083077#M360736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 15:01:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-08T15:01:56Z</dc:date>
    <item>
      <title>Using Concat functions to select values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083073#M360732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There's a button with an action in my application which selects values in one field based on what is already selected in the other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if (GetSelectedCount(FieldName1),&lt;/P&gt;&lt;P&gt;'(' &amp;amp; Concat(DISTINCT chr(34) &amp;amp; FieldName1 &amp;amp; chr(34), '|') &amp;amp; ')' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the field '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FieldName1' includes such values as - Publishing house "Name" - where the symbol &lt;SPAN style="font-size: 13.3333330154419px;"&gt;" is used. Thus, the actions fails to work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give a hint how I can solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083073#M360732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Concat functions to select values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083074#M360733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if these post helps you out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/207892"&gt;Concat Issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212381"&gt;Concat Issue - II&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterMind: &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083074#M360733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Concat functions to select values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083075#M360734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A different approach to the ref. threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= if (GetSelectedCount(FieldName1),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'(' &amp;amp; Concat(DISTINCT chr(34) &amp;amp;&lt;STRONG&gt; Replace(FieldName1,chr(34),'?')&lt;/STRONG&gt; &amp;amp; chr(34), '|') &amp;amp; ')' )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;edit: Well, that's not an exact match, so it will find e.g. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Publishing house xNames&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083075#M360734</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-08T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Concat functions to select values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083076#M360735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And in a more general way, if you want to select field values based on selection in a different field, have a look at the approaches described in detail here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/483455"&gt;Copy Selections from one field to another&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083076#M360735</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-08T14:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Concat functions to select values</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083077#M360736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Concat-functions-to-select-values/m-p/1083077#M360736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T15:01:56Z</dc:date>
    </item>
  </channel>
</rss>

