<?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: how to deconstruct a field with multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909043#M315670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you pleasse provide some sample data so that we can play around with ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 20:40:30 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2015-07-21T20:40:30Z</dc:date>
    <item>
      <title>how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909042#M315669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am just starting with qlikview. I think the solution is excellent. I have a question that has to to with preparing data:&lt;/P&gt;&lt;P&gt;In a customers database there is a field called serviceday indicating on which day a customer is helped e.g.:&lt;/P&gt;&lt;P&gt;0 1 2 3 4 5 6&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;this means that the customer uses the service on all days of the week.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another example:&lt;/P&gt;&lt;P&gt;1 3 5&lt;/P&gt;&lt;P&gt;this means that the customer uses the service on monday, wednesday, friday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question:&lt;/P&gt;&lt;P&gt;1. how do i count the days for each field so that qlikview understand there are 7 days in the first example, and 3 days in the second example?&lt;/P&gt;&lt;P&gt;2. where could i find more info / manuals about these kind of data conversion in qlikview? because i'm expecting a lot in the coming project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response,&lt;/P&gt;&lt;P&gt;hope to find a solution,&lt;/P&gt;&lt;P&gt;Manolito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 19:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909042#M315669</guid>
      <dc:creator />
      <dc:date>2015-07-21T19:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909043#M315670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you pleasse provide some sample data so that we can play around with ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 20:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909043#M315670</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-21T20:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909044#M315671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lenght of the string after removing speces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=len(replace('0 1 2 3 4 5 6 ', ' ', ''))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 20:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909044#M315671</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-21T20:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909045#M315672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; here is another option&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;=substringcount(Field,' ')&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 20:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909045#M315672</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-21T20:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909046#M315673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sure, here is a query of 10 rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909046#M315673</guid>
      <dc:creator />
      <dc:date>2015-07-21T21:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909047#M315674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturex.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93564_Capturex.PNG" style="font-size: 10pt; line-height: 1.5em; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909047#M315674</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-21T21:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to deconstruct a field with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909048#M315675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent work, much appreciated. I Starred you, thanks for the favor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-deconstruct-a-field-with-multiple-values/m-p/909048#M315675</guid>
      <dc:creator />
      <dc:date>2015-07-21T21:35:05Z</dc:date>
    </item>
  </channel>
</rss>

