<?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 How to split Column info and select only a subset of subfields ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600609#M1110169</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;I need to parse a column which has the following format (e-commerce cart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a:2:{i:0;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 1";s:7:"complex"}i:1;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 2";s:7:"paramet"}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to obtain from it , cart products which in this case they are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Name of My Service 1&lt;/P&gt;&lt;P&gt;The Name of My Service 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and obviously the number of products is not always the same for all carts and even, the number of parameters for each product is not the same ... the only thing we now is that product Name attribute goes always after "name" attribute...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint?&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 23:05:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-04T23:05:07Z</dc:date>
    <item>
      <title>How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600609#M1110169</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;I need to parse a column which has the following format (e-commerce cart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a:2:{i:0;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 1";s:7:"complex"}i:1;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 2";s:7:"paramet"}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to obtain from it , cart products which in this case they are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Name of My Service 1&lt;/P&gt;&lt;P&gt;The Name of My Service 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and obviously the number of products is not always the same for all carts and even, the number of parameters for each product is not the same ... the only thing we now is that product Name attribute goes always after "name" attribute...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint?&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 23:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600609#M1110169</guid>
      <dc:creator />
      <dc:date>2014-03-04T23:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600610#M1110170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachement&lt;/P&gt;&lt;P&gt;it would be useful to have some more records to check my script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 23:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600610#M1110170</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-04T23:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600611#M1110171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!! IT works almost perfect!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"where id &amp;gt; 1" condition&amp;nbsp; I suppose that it is to remove the first token but it does not work well because my table "cart" has a lot of records and id column is an incremental integer which is only 1 for the first"cart"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 00:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600611#M1110171</guid>
      <dc:creator />
      <dc:date>2014-03-05T00:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600612#M1110172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is not a way to add a column indicating SubFieldIndex with values 1,..2, nbSubFields?&amp;nbsp; so after this we can filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(cart,'name') as col1,&lt;/P&gt;&lt;P&gt;SubFieldIndex,&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;/P&gt;&lt;P&gt;where SubFieldIndex &amp;gt; 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 00:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600612#M1110172</guid>
      <dc:creator />
      <dc:date>2014-03-05T00:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600613#M1110173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use this in your w.qvw you will see what I mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; col&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `'a:2:{i:0;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 1";s:7:"complex"}i:1;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 2";s:7:"paramet"}}`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `'a:2:{i:0;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 1";s:7:"complex"}i:1;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 2";s:7:"paramet"}}`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `'a:2:{i:0;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 1";s:7:"complex"}i:1;O:8:"stdClass":20:{s:4:"type";s:8:"activity";s:4:"name";s:32:"The Name of My Service 2";s:7:"paramet"}}`&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 00:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600613#M1110173</guid>
      <dc:creator />
      <dc:date>2014-03-05T00:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to split Column info and select only a subset of subfields ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600614#M1110174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;added a flag to identify first of every group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 22:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-Column-info-and-select-only-a-subset-of-subfields/m-p/600614#M1110174</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-05T22:48:47Z</dc:date>
    </item>
  </channel>
</rss>

