<?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: Create new field from parse in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643827#M456222</link>
    <description>&lt;P&gt;I ended up getting what I needed from ValueList.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 15:11:38 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2019-11-06T15:11:38Z</dc:date>
    <item>
      <title>Create new field from parse</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643479#M456220</link>
      <description>&lt;P&gt;I currently have several fields that have values such as: "CCL: 0.50; ClinDoc: 9.00; Core: 0.25; CPOE: 1.50;"&lt;/P&gt;&lt;P&gt;My script parses out the different solutions and their number so that they can be added up by Solution. I need to be able to create a new dimension that shows which Solutions are applicable to a specific ticket. In this example, I am hoping for a new field called BUILD_SOLUTION that would include CCL, ClinDoc, Core and CPOE as values. Another ticket might have Core, CPOE and Lab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to produce a Mekko chart with Year as a dimension and group by this BUILD_SOLUTION based on the number of hours in each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 02:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643479#M456220</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2019-11-06T02:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create new field from parse</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643823#M456221</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can start using SubField to split, so toy application;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;data:
LOAD * INLINE [
    TICKET, THING
    A, CCL: 0.50; ClinDoc: 9.00; Core: 0.25; CPOE: 1.50;
    B, CCL: 1.00; ClinDoc: 7.00; CPOE: 2;
 ];

new_data:
LOAD
	TICKET,
	SubField(THING, ';') AS THING2
Resident data;

drop table data;&lt;/LI-CODE&gt;&lt;P&gt;Returns;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20191106_1.png" style="width: 320px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23028iFEA529BFF0BC5699/image-size/large?v=v2&amp;amp;px=999" role="button" title="20191106_1.png" alt="20191106_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Will then take a bit more work to split THING2 further.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 15:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643823#M456221</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-11-06T15:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create new field from parse</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643827#M456222</link>
      <description>&lt;P&gt;I ended up getting what I needed from ValueList.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 15:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643827#M456222</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2019-11-06T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create new field from parse</title>
      <link>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643828#M456223</link>
      <description>&lt;P&gt;Thanks but I already have that. I needed to create a synthetic dimension but I figure it out.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 15:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-new-field-from-parse/m-p/1643828#M456223</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2019-11-06T15:12:48Z</dc:date>
    </item>
  </channel>
</rss>

