<?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: Adding two fields into one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700430#M252827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do Merge and i need to rename it also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp;&amp;nbsp; 'Asia' &amp;amp;'-'&amp;amp;'Japon' as Asia Include Japan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 15:30:26 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2014-09-15T15:30:26Z</dc:date>
    <item>
      <title>Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700426#M252823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have region dimension in this i have two separate fields&lt;/P&gt;&lt;P&gt;Asia and Japan these two fields i want to make it One filed&lt;/P&gt;&lt;P&gt;How can i do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700426#M252823</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-09-15T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700427#M252824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Asia' &amp;amp;'-'&amp;amp;'Japon' as XX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with fields...&lt;/P&gt;&lt;P&gt;Continent &amp;amp; '-'&amp;amp; Pays&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700427#M252824</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-15T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700428#M252825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate little more what is meant by two fields into one...?&lt;/P&gt;&lt;P&gt;If you want to merge data where Region is Japan and Asia, consider below case...&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Region = 'Japan','Asia', Region) as Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Region, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; Asia, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; Japan, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp; India, 140&lt;/P&gt;&lt;P&gt;&amp;nbsp; USA, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; UK, 140&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt; If(Region = 'Asia','Japan', Region) as Region,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700428#M252825</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-15T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700429#M252826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i write script wise&lt;/P&gt;&lt;P&gt;Give me some example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700429#M252826</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-09-15T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700430#M252827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do Merge and i need to rename it also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp;&amp;nbsp; 'Asia' &amp;amp;'-'&amp;amp;'Japon' as Asia Include Japan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700430#M252827</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-09-15T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700431#M252828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Region = 'Asia' or Region = 'Japan','Asia-Japan', Region) as Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Region, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; Asia, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; Japan, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp; India, 140&lt;/P&gt;&lt;P&gt;&amp;nbsp; USA, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; UK, 140&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SUM(Sales) as Sales&lt;/P&gt;&lt;P&gt;Resident Temp Group By Region;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 15:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700431#M252828</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-15T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700432#M252829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but its not working Please find the attachment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 16:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700432#M252829</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-09-15T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700433#M252830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were so close, but the values of Level 3 are Text, not field names, so no [ ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;IF((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Level 3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='IM Asia ex Japan Ops' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Level 3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='IM Japan Ops','IM Asia Includs Japan Ops',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Level 3]&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;[Level 3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 16:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700433#M252830</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-09-15T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700434#M252831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-two-fields-into-one/m-p/700434#M252831</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-09-15T17:49:36Z</dc:date>
    </item>
  </channel>
</rss>

