<?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: Work with a string with variable length in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102906#M915735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, since you are on extraterrestrial level in QV, could I bother you with only one more request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the 'inline' data now as an XLSX file. How would the script work when the source is not inline but from an external source? It would help me but perhaps also other community members. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 13:23:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-19T13:23:47Z</dc:date>
    <item>
      <title>Work with a string with variable length</title>
      <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102903#M915732</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 a long list of person attributes and the car types they drove in their lives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample (with 'comma &amp;amp; space' as separator):&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 334px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="334"&gt;Audi&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Audi, BMW&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Audi, BMW&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Fiat, Saab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Fiat, Saab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Fiat, Saab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Fiat, Saab&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mercedes, Volvo, Audi&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Renault&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Saab, Volvo&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Volvo, Ford, Renault&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Volvo, Ford, Renault&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Volvo&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a pie chart (and table) which would find all distinct types from these strings and count/sum them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the result should be something that give me the possibility to read:&lt;/P&gt;&lt;P&gt;Audi 7&lt;/P&gt;&lt;P&gt;BMW 5&lt;/P&gt;&lt;P&gt;Mercedes: 4&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who can help me how to deal with these strings and get the 'types' out of them for processing? Now I can fix it with a lot of Excel manual manipulation, but it will not give me the ability to select on demographic attribute from the persons (car owners).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102903#M915732</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a string with variable length</title>
      <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102904#M915733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo() as SNo,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(ConcatList, ', ') as List;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ConcatList&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Audi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Audi, BMW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Audi, BMW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BMW, Mercedes, Mazda, Toyota, Audi, Saab, Toyota&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiat, Saab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiat, Saab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiat, Saab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fiat, Saab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mercedes, Volvo, Audi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Renault&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Saab, Volvo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volvo, Ford, Renault&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volvo, Ford, Renault&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volvo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;] (delimiter is |);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125069_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 13:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102904#M915733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a string with variable length</title>
      <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102905#M915734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WOW Sunnny, again... FASTEST Reply!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for enclosing the QVW file. I will start exploring your work. Thank you very much for your time! Highly appreciated. As always!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 13:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102905#M915734</guid>
      <dc:creator />
      <dc:date>2016-05-19T13:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a string with variable length</title>
      <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102906#M915735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, since you are on extraterrestrial level in QV, could I bother you with only one more request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the 'inline' data now as an XLSX file. How would the script work when the source is not inline but from an external source? It would help me but perhaps also other community members. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 13:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102906#M915735</guid>
      <dc:creator />
      <dc:date>2016-05-19T13:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Work with a string with variable length</title>
      <link>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102907#M915736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo() as SNo,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(A, ', ') as List;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline_data_in_XLS.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, no labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 14:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Work-with-a-string-with-variable-length/m-p/1102907#M915736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T14:00:32Z</dc:date>
    </item>
  </channel>
</rss>

