<?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 separate one field value in two field values with correct relation? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033596#M348692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to the Presentation tab of the Tmp1 Pivot Table and unselect 'Suppress Zero-Values', all of the records will display.&amp;nbsp; Is that what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 18:42:22 GMT</pubDate>
    <dc:creator>mphekin12</dc:creator>
    <dc:date>2016-02-03T18:42:22Z</dc:date>
    <item>
      <title>How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033592#M348688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;could &lt;SPAN class="hps"&gt;someone give me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;tip how&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solve my problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;contains&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the Main Job Number&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the Sub Job Number.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Now &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I want&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; to separate &lt;SPAN class="hps"&gt;both Numbers&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; two &lt;SPAN class="hps"&gt;different&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;fields.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;When I do that by this way I loose the relation to the Main Job Number:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;if(len(JobNr)=12, JobNr) as MainJobNr,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;if(len(JobNr)=14, JobNr) as SubJobNr&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;What I can do to let QlikView know that a Sub Job Number belong to a Main Job Number?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;In any case: Sub Job Number= Main Job Number + -A, -B, -C, ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;IMG __jive_id="113321" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113321_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Lisa&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033592#M348688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033593#M348689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(JobNr, 12) as MainJobNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;if(len(JobNr)=14, JobNr) as SubJobNr&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 17:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033593#M348689</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-02-02T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033594#M348690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with mphekin12 on the load syntax. I will caution that from what I see with your example, this will produce a row where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubJobNr is NULL. Given what I see from your expectations on the pivot, a null value for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubJobNr is not desired.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to use&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(JobNr, 12) as MainJobNr,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="short_text" lang="en" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;if(len(JobNr)=14, JobNr) as SubJobNr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LEN(JobNr) &amp;gt; 12&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 17:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033594#M348690</guid>
      <dc:creator />
      <dc:date>2016-02-02T17:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033595#M348691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mphekin12 and Mika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the fast answer. I have try both suggestions and &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;came to a further &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;challenge.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;(1= mphekin and 2= Mike)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I have Main Jobs without Subjobs and inverse ... that leads to wrong values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I tried&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to explain it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in a table ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;and this time&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I have prepared&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a file with the 3 cases. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;IMG alt="" class="jive-image image-1" height="262" src="https://community.qlik.com/legacyfs/online/113396_pastedImage_0.png" style="width: 519.687px; height: 262px;" width="520" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;IMG alt="" class="jive-image image-2" height="462" src="https://community.qlik.com/legacyfs/online/113397_pastedImage_1.png" style="width: 440.85px; height: 462px;" width="441" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" height="354" src="https://community.qlik.com/legacyfs/online/113398_pastedImage_2.png" style="width: 459px; height: 353.874px;" width="459" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Would&lt;/SPAN&gt; please somebody &lt;SPAN class="hps"&gt;look at&lt;/SPAN&gt; it&lt;SPAN class="hps"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Lisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 10:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033595#M348691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-03T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033596#M348692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to the Presentation tab of the Tmp1 Pivot Table and unselect 'Suppress Zero-Values', all of the records will display.&amp;nbsp; Is that what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 18:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033596#M348692</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2016-02-03T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033597#M348693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it something like this what you are looking for?&lt;/P&gt;&lt;P&gt;(I added some amounts to the jobs to get a more descriptive screen shot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="113481" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113481_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is what you need, here is how to get it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;MainJobNr:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MainJobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[..\..\..\..\..\..\..\Documents\Examples.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=12;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; SubJobNr:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LEFT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,12) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MainJobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SubJobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[..\..\..\..\..\..\..\Documents\Examples.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobNr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=14;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033597#M348693</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2016-02-03T19:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033598#M348694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it's possible to have a SubJobNr without a MainJobNr? I guess I misunderstood the relationships. The script will always create a record for MainJobNr even if there isn't technically one in the data. Is that what you want?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Why would you need a JobNr list box if you have list boxes for MainJobNr and SubJobNr? Wouldn't you have all you records covered by those two list boxes? I commented it out here and you can see it in the app I attached. Also, if you do a count on &lt;SPAN style="font-size: 13.3333px;"&gt;SubJobNr in the pivot, you will not be able to see the records where where is a &lt;SPAN style="font-size: 13.3333px;"&gt;MainJobNr and no &lt;SPAN style="font-size: 13.3333px;"&gt;SubJobNr, so I changed it to count &lt;SPAN style="font-size: 13.3333px;"&gt;MainJobNr instead.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test2:&lt;/P&gt;&lt;P&gt;LOAD //JobNr as JobNr2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(JobNr, 12) as&amp;nbsp; MainJobNr2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(JobNr)= 14, JobNr) as SubJobNr2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Examples.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;where len(JobNr) &amp;gt; 12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;//JobNr as JobNr2, &lt;/P&gt;&lt;P&gt;Left(JobNr, 12) as&amp;nbsp; MainJobNr2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Examples.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;where len(JobNr) = 12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 21:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033598#M348694</guid>
      <dc:creator />
      <dc:date>2016-02-03T21:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033599#M348695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;unfortunately it is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the solution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I'm looking for. &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I'll try&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to explain&lt;/SPAN&gt; it &lt;SPAN class="hps"&gt;step&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by step.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;But that what you have written helped me! &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Now&lt;/SPAN&gt; I &lt;SPAN class="hps"&gt;missing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;steps to the searched result. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;I have a bit&lt;/SPAN&gt; combined :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Mike: In theory belong a Sub-Job to a Main-Job. &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Sometimes define a&lt;/SPAN&gt;&lt;SPAN class="hps"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;manager&lt;/SPAN&gt; his &lt;SPAN class="hps"&gt;jobs&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;incorrectly&lt;/SPAN&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;Unfortunately, this is&lt;/SPAN&gt; possible (create a Sub-Job without Main-Job). And not all Main-Jobs have a Sub-Job.&lt;/P&gt;&lt;P&gt;Becauce that I have tried to explain the problem with the 3 cases in my last post. Sorry, at the begin at this work I do not know it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;three fields&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;because users&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;do not &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;know always how&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the job is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;created&lt;/SPAN&gt;&lt;SPAN&gt;. All 3 field should be possible for the surch &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;and selection. The seperation I will use as dimension in pivot tables.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;To the values of the job: &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Each&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;position&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;has its own&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;value.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Main Job:&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.000 €&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Sub Job-A:&amp;nbsp; 2.000 €&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Sub Job-B:&amp;nbsp; 4.000 €&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Amount of a Job-Group= 13.000 €&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;// ---------------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This ist my new status -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All_Jobs:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;JobNr&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Examples.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (All_Jobs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// All MainJobs - Case 1 + just MainJobs of Case 2&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;JobNr,&lt;/P&gt;&lt;P&gt;JobNr AS MainJobNr&lt;/P&gt;&lt;P&gt;//[Job Value]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Examples.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;WHERE LEN(JobNr)=12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub_Tmp: // All Subjobs &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;JobNr,&lt;/P&gt;&lt;P&gt;JobNr AS SubJobNr&lt;/P&gt;&lt;P&gt;//[Job Value]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Examples.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;WHERE LEN(JobNr)=14;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (All_Jobs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// All Subjobs with MainJob - Case 2&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SubJobNr,&lt;/P&gt;&lt;P&gt;left(SubJobNr, 12) as MainJobNr&lt;/P&gt;&lt;P&gt;//[Job Value]&lt;/P&gt;&lt;P&gt;Resident Sub_Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (All_Jobs)&lt;/P&gt;&lt;P&gt;//Left Join (All_Jobs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load // All Subjobs without MainJob (Case 3)&lt;/P&gt;&lt;P&gt;JobNr,&lt;/P&gt;&lt;P&gt;//'-' as MainJobNr2,&lt;/P&gt;&lt;P&gt;SubJobNr &lt;/P&gt;&lt;P&gt;//[Job Value]&lt;/P&gt;&lt;P&gt;Resident Sub_Tmp&lt;/P&gt;&lt;P&gt;Where not exists(MainJobNr, left(SubJobNr, 12));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Sub_Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;// ---------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 1 - MainJob without SubJob = work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113561_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/113562_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 - MainJob with SubJobs = work partly&lt;/P&gt;&lt;P&gt;I missing one line. That is important, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That I need:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/113563_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt; Goal&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/113564_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt; Now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 3 - SubJob without MainJob = work partly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection in SubJob work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If select about JobNr = one line to much.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/113565_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I need just the first line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Do anyone know&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how I can solve&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Lisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 13:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033599#M348695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate one field value in two field values with correct relation?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033600#M348696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the script i used, let me know if it resolves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(len(JobNr)&amp;gt;12 ,left(JobNr,12),JobNr) as JobNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(len(JobNr)&amp;gt;12 ,JobNr) as SubJobNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Job Value]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; JobNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(isnull(SubJobNr),JobNr,SubJobNr) as SubJobNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Job Value] as Job_Value&lt;/P&gt;&lt;P&gt;RESIDENT TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2016 14:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-one-field-value-in-two-field-values-with-correct/m-p/1033600#M348696</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-10T14:41:41Z</dc:date>
    </item>
  </channel>
</rss>

