<?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: extract and group data from a column using subfiled in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327139#M410437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you have changed your input and desired output now. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(WildMatch(trim(SubField(Description, '|',-1)),&lt;SPAN style="color: #0000ff;"&gt;'*No data*','*No Data*'),'No Data',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;If(Wildmatch(trim(SubField(Description, '|',-1)),'aaa*','bbb*', '*No Data*'),trim(SubField(Description, '|',-1)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;'Others')) as Category&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 11:35:43 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-07-05T11:35:43Z</dc:date>
    <item>
      <title>extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327134#M410432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to extract the data from a column please find below my example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;id,&lt;/P&gt;&lt;P&gt;description&lt;/P&gt;&lt;P&gt;from test.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My column @description&amp;nbsp; is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;description:&lt;/P&gt;&lt;P&gt;aaa,&lt;/P&gt;&lt;P&gt;bbb,&lt;/P&gt;&lt;P&gt;aabb | aabc | adaca| No data test of test,&lt;/P&gt;&lt;P&gt;aacc | cccsa | cssa| No Data test ,&lt;/P&gt;&lt;P&gt;cccc,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;aabb | aabc | adaca| aaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I would like to extract the data and to achieve something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;description:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;aaa,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;bbb,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;No Data ( this mean all the No data to be transformed in No Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;others&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to extract almost what I need but I didn't managed to transform&amp;nbsp; all the No data into No Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch(trim(subfield(SubField(&lt;SPAN style="font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;,'|',-1),'(',1)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;='No data','No Data','No Data'),'No*','aaa**','bbb*'),trim(subfield(SubField(&lt;SPAN style="font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;,'|',-1),'(',1)),'Other') as Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please advise me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks is advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327134#M410432</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2017-07-05T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327135#M410433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(trim(SubField(Description, '|',-1))='No data', 'No Data',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;If(Wildmatch(trim(SubField(Description, '|',-1)),'aaa*','bbb*', 'No Data'),trim(SubField(Description, '|',-1)),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;'Others')) as Category&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 07:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327135#M410433</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-05T07:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327136#M410434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;if(trim(SubField(Description, '|',-1))='No data*', 'No Data',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;If(Wildmatch(trim(SubField(Description, '|',-1)),'aaa*','bbb*', 'No Data*'),trim(SubField(Description, '|',-1)),&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;'Others')) as Category&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;But I have now this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;aaa,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;bbb,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;No Data test,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;No data test of test,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Others&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Thanks &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 09:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327136#M410434</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2017-07-05T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327137#M410435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Constantin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using '&lt;STRONG&gt;like'&lt;/STRONG&gt; instead of &lt;STRONG&gt;'='&lt;/STRONG&gt; in your if statement condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327137#M410435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T11:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327138#M410436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is others here? I mean what exactly is included in others.... Also, is cccc part of the output or is it part of No Data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327138#M410436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-05T11:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327139#M410437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you have changed your input and desired output now. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(WildMatch(trim(SubField(Description, '|',-1)),&lt;SPAN style="color: #0000ff;"&gt;'*No data*','*No Data*'),'No Data',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;If(Wildmatch(trim(SubField(Description, '|',-1)),'aaa*','bbb*', '*No Data*'),trim(SubField(Description, '|',-1)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;'Others')) as Category&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 11:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327139#M410437</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-05T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327140#M410438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my data is like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;description:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aaa,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;bbb,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aabb | aabc | adaca| No data test of test,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aacc | cccsa | cssa| No Data test ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;cccc,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;aabb | aabc | adaca| aaa&lt;/SPAN&gt;&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;And I want to&amp;nbsp; have this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aaa,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;bbb,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;No Data,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Others&amp;nbsp; (all the rest of the columns)&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;I used Yaseen advise and now all sorted.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I suppose to write like below:&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&gt;if(trim(SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;, '|',-1)) LIKE 'No data*' OR&amp;nbsp; trim(SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;, '|',-1)) LIKE 'No Data*', 'No Data',&lt;/P&gt;&lt;P&gt;if(WildMatch(trim(subfield(SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;,'|',-1),'(',1)),'aaa*','bbb*'),&lt;/P&gt;&lt;P&gt;trim(subfield(SubField(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;description&lt;/SPAN&gt;,'|',-1),'(',1)),'Other')) as Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your help:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327140#M410438</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2017-07-05T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: extract and group data from a column using subfiled</title>
      <link>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327141#M410439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer is good too. Thanks&amp;nbsp; for our help:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-and-group-data-from-a-column-using-subfiled/m-p/1327141#M410439</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2017-07-05T12:23:55Z</dc:date>
    </item>
  </channel>
</rss>

