<?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 Combining 2 fields from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190432#M883366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to combine a number field and a string field together to create a new field.&amp;nbsp; I am having issues since they are different types, any suggestions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Field 1 = 1920394&lt;/P&gt;&lt;P&gt;Field 2 = UGA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to create 1920394UGA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ljames88</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Combining 2 fields from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190432#M883366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to combine a number field and a string field together to create a new field.&amp;nbsp; I am having issues since they are different types, any suggestions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Field 1 = 1920394&lt;/P&gt;&lt;P&gt;Field 2 = UGA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to create 1920394UGA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190432#M883366</guid>
      <dc:creator>ljames88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 2 fields from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190433#M883367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Excel you need to convert the number to text, then combine them.&lt;/P&gt;&lt;P&gt;A1=&lt;SPAN style="font-size: 13.3333px;"&gt;1920394, B1=UGA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The Text function needs a format and "#" says it displays the numerals. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=TEXT(A1,"#")&amp;amp;B1&lt;/P&gt;&lt;P&gt;1920394UGA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This also works with dates. Copy the date formatting from the Custom formats when you select Format Cell. You can vary as needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190433#M883367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T16:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 2 fields from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190434#M883368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field1 &amp;amp; Field as Newfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190434#M883368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 2 fields from excel</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190435#M883369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&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;B&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;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&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;NEWFIELD&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; [\\test data.xlsx]&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;no&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-fields-from-excel/m-p/1190435#M883369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T17:04:49Z</dc:date>
    </item>
  </channel>
</rss>

