<?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: Concatenate and filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135716#M510101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your formula works as intended &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to point out that I could not replicate this with my data sets as I think it is too huge. Qliksense still returned with the Invoice Numbers, but the corresponding fields are empty. That is when I know the Invoice contains Status Code 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your time, and have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 02:31:48 GMT</pubDate>
    <dc:creator>Yintak</dc:creator>
    <dc:date>2018-08-17T02:31:48Z</dc:date>
    <item>
      <title>Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135708#M510093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this question, I have a a table of status codes and invoice numbers; see example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210734_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the concatenate expression, &lt;STRONG style="color: #0000ff;"&gt;=AGGR(Concat(Distinct[Status Code], ', '), [Invoice Number])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I will get back something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210735_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then use: &lt;STRONG style="color: #0000ff;"&gt;=AGGR(Concat(distinct If(Not Match(Status Code, 'ABC'), Status Code),' , '), [Invoice Number]) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/210736_pastedImage_7.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to remove all invoice numbers that contain the status code "ABC", how should I go about doing this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I moving in the correct direction? Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Yin Tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 04:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135708#M510093</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-14T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135709#M510094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use set analysis instead of if/match:&lt;/P&gt;&lt;P&gt;=AGGR(Concat({&amp;lt;[Status Code]-={'ABC'}&amp;gt;}distinct [Status Code],' , '), [Invoice Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135709#M510094</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2018-08-14T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135710#M510095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input, however I still get back the same result as above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135710#M510095</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-16T09:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135711#M510096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use wildcard '*' , like :&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; font-size: 13px;"&gt;=AGGR(Concat({&amp;lt;[Status Code]-={&lt;SPAN style="color: #ff0000;"&gt;'&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;ABC&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;'}&amp;gt;}distinct [Status Code],' , '), [Invoice Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135711#M510096</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-16T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135712#M510097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this as calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&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: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' , '), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'ABC')=0, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'ABC'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' , '), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135712#M510097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135713#M510098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a wildcard does not give me the intended result, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135713#M510098</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-16T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135714#M510099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input as well, unfortunately this is my end result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211017_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a last resort, I will go to the back-end to modify the script data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135714#M510099</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-16T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135715#M510100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have read your requirement more carefully. Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Concat( DISTINCT {&amp;lt;&lt;STRONG&gt;[Invoice number]=&lt;SPAN style="color: #ff0000;"&gt;e&lt;/SPAN&gt;({&amp;lt;[Status Code]={'ABC'}&amp;gt;})&lt;/STRONG&gt;&amp;gt;} [Status Code], ',') ,[Invoice number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211031" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211031_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 11:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135715#M510100</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-16T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135716#M510101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your formula works as intended &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to point out that I could not replicate this with my data sets as I think it is too huge. Qliksense still returned with the Invoice Numbers, but the corresponding fields are empty. That is when I know the Invoice contains Status Code 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your time, and have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 02:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135716#M510101</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-17T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135717#M510102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you &lt;STRONG&gt;don't need aggr()&lt;/STRONG&gt; in the expression. Use [Invoice number] as dimension and then the expression (without aggr), like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;Concat( DISTINCT {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Invoice number]=&lt;SPAN style="color: #000000; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;e&lt;/STRONG&gt;&lt;/SPAN&gt;({&amp;lt;[Status Code]={'ABC'}&amp;gt;})&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;gt;} [Status Code], ',')&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: 13px;"&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: 13px;"&gt;If the column order is a factor, you can always adjust that by pulling across.&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: 13px;"&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: 13px;"&gt;&lt;IMG __jive_id="211097" alt="Capture.JPG" class="jive-image image-1" height="91" src="https://community.qlik.com/legacyfs/online/211097_Capture.JPG" style="height: 90.3194px; width: 437px;" width="437" /&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: 13px;"&gt;This way your expression would lighter and hopefully you would be able to use the same in your big data set as well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 04:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135717#M510102</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-17T04:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135718#M510103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I am doing anything wrong, but removing &lt;STRONG&gt;AGGR()&lt;/STRONG&gt; gives me an invalid dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135718#M510103</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-17T06:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135719#M510104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are probably using that expression as dimension. Try it otherwise, u&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;se &lt;STRONG&gt;[Invoice number] as dimension&lt;/STRONG&gt; and the expression without aggr() as expression, then pull to exchange column positions of dimension and expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135719#M510104</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-17T06:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135720#M510105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but please guide me through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used &lt;EM&gt;[Invoice Number]&lt;/EM&gt; as dimension.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Using the expression without AGGR() as expression? &lt;/STRONG&gt;I am confused by this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time to reply me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135720#M510105</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-17T06:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135721#M510106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135721#M510106</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-17T06:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate and filter</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135722#M510107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried your following method, it still returns me with status quo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No worries, this is the closest I can get and will work with what I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your time and effort in helping me out (:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 07:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-and-filter/m-p/135722#M510107</guid>
      <dc:creator>Yintak</dc:creator>
      <dc:date>2018-08-17T07:27:38Z</dc:date>
    </item>
  </channel>
</rss>

