<?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/553355#M206752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;/P&gt;&lt;P&gt;=WildMatch(B, '*orange*')&lt;/P&gt;&lt;P&gt;Because MixMatch matches the whole word.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 08:17:02 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-10-14T08:17:02Z</dc:date>
    <item>
      <title>Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553349#M206746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tablewith a colum "test" with the values apple, orange, salad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to concate them like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'apple', 'orange', 'salad'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the function concat(test,',') ist not enough. the &lt;A href="#/search=apostrophe&amp;amp;searchLoc=0&amp;amp;resultOrder=basic&amp;amp;multiwordShowSingle=on"&gt;apostrophe&lt;/A&gt; ist missing.&lt;/P&gt;&lt;P&gt;can someone help me please?&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Aylin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 07:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553349#M206746</guid>
      <dc:creator />
      <dc:date>2013-10-14T07:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553350#M206747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Chr(39) &amp;amp; concat(test, Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553350#M206747</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-14T08:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553351#M206748</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;Try like this&lt;/P&gt;&lt;P&gt;Load Chr(39)&amp;amp;Replace(B,',',Chr(39)&amp;amp;','&amp;amp;Chr(39))&amp;amp;Chr(39) As B;&lt;/P&gt;&lt;P&gt;Load Concat(DISTINCT A,',') as B;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;apple&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;orange&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;salad&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553351#M206748</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-14T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553352#M206749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='`'&amp;amp; concat(Left([year-month],4),'`,`')&amp;amp;'`'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553352#M206749</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553353#M206750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your answer. i testet it but the expression returns a 0 instad of a 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mixMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('orange',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553353#M206750</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553354#M206751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI thanks for your answer. i tried this but my expressions returns a 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mixMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('orange',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;test&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, Chr(39) &amp;amp; ',' &amp;amp; Chr(39)) &amp;amp; Chr(39)&lt;BR /&gt;&lt;BR /&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553354#M206751</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553355#M206752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;/P&gt;&lt;P&gt;=WildMatch(B, '*orange*')&lt;/P&gt;&lt;P&gt;Because MixMatch matches the whole word.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553355#M206752</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-14T08:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553356#M206753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can't use wildmatch. because i have to search for the whole word. how can i do this with mixmatch ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553356#M206753</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Concat-Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553357#M206754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(42)&amp;amp;'orange'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(42)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks all for your help#!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-Expression/m-p/553357#M206754</guid>
      <dc:creator />
      <dc:date>2013-10-14T08:44:51Z</dc:date>
    </item>
  </channel>
</rss>

