<?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: Merge two values as one (value bot field)in load script ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943965#M77784</link>
    <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Many thanks for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This still seems to load as a separate field rather than value within the [Company] field?&lt;/P&gt;
&lt;P&gt;Below image: Expression editor - fields&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_0-1655292013671.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81832i450B6C2B66132BD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_0-1655292013671.png" alt="Daryn_0-1655292013671.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below image:&amp;nbsp;(no new FR03) value in above showing values of [Company]&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_1-1655292099769.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81833i55BDF872585C8950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_1-1655292099769.png" alt="Daryn_1-1655292099769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Apologies if I have misunderstood or not explained my requirement fully.&lt;/P&gt;
&lt;P&gt;Regards, Daryn&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 11:23:24 GMT</pubDate>
    <dc:creator>Daryn</dc:creator>
    <dc:date>2022-06-15T11:23:24Z</dc:date>
    <item>
      <title>Merge two values as one (value bot field)in load script ?</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943893#M77773</link>
      <description>&lt;P&gt;Good day everyone,&lt;/P&gt;
&lt;P&gt;Thanks as always for your time/knowledge and help in advance.&lt;/P&gt;
&lt;P&gt;I have a field [Company] this contains various values, of which two of them 'FR01' and 'FR02' I would like to merge/combine&amp;nbsp; these two as one, ie: FR03.&amp;nbsp; Or FR01 could just contain both.&lt;/P&gt;
&lt;P&gt;But not as a new field, just as&amp;nbsp; a new value within that [Company] field?&lt;/P&gt;
&lt;P&gt;If([Company]= 'FR01','FR02') AS FR03,&lt;/P&gt;
&lt;P&gt;Simply creates a field FR03.&lt;/P&gt;
&lt;P&gt;Can this be done? I assumed I was better to do this in load script than every time it appears within a chart or sheet.&lt;/P&gt;
&lt;P&gt;Thanks as always,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Daryn&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943893#M77773</guid>
      <dc:creator>Daryn</dc:creator>
      <dc:date>2022-06-15T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two values as one (value bot field)in load script ?</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943898#M77774</link>
      <description>&lt;P&gt;Load If([Company]= 'FR02','FR01',[Company]) AS Company&lt;/P&gt;
&lt;P&gt;From YourTable;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 09:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943898#M77774</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-15T09:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two values as one (value bot field)in load script ?</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943965#M77784</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Many thanks for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This still seems to load as a separate field rather than value within the [Company] field?&lt;/P&gt;
&lt;P&gt;Below image: Expression editor - fields&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_0-1655292013671.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81832i450B6C2B66132BD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_0-1655292013671.png" alt="Daryn_0-1655292013671.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below image:&amp;nbsp;(no new FR03) value in above showing values of [Company]&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_1-1655292099769.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81833i55BDF872585C8950/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_1-1655292099769.png" alt="Daryn_1-1655292099769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Apologies if I have misunderstood or not explained my requirement fully.&lt;/P&gt;
&lt;P&gt;Regards, Daryn&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 11:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943965#M77784</guid>
      <dc:creator>Daryn</dc:creator>
      <dc:date>2022-06-15T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two values as one (value bot field)in load script ?</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943982#M77787</link>
      <description>&lt;P&gt;As I wrote it, the FR02 rows should be merged into FR01, as you described in the original post.&lt;/P&gt;
&lt;P&gt;The FR03 field is not part of my suggestion, and is presumably related to something else you've done.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943982#M77787</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-15T12:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two values as one (value bot field)in load script ?</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943986#M77788</link>
      <description>&lt;P&gt;Apologies Or, my misunderstanding and you are correct of course and it works &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you again, much appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-values-as-one-value-bot-field-in-load-script/m-p/1943986#M77788</guid>
      <dc:creator>Daryn</dc:creator>
      <dc:date>2022-06-15T12:25:13Z</dc:date>
    </item>
  </channel>
</rss>

