<?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 add character to value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276522#M1183383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the exact function in qlikview. "1_"&amp;amp;Field1 does the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 13:02:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-26T13:02:05Z</dc:date>
    <item>
      <title>add character to value</title>
      <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276521#M1183382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello community, is there a function to add characters to a value during load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F.e. in Excel, there is a function [="1_"&amp;amp;C58] which would add 1_ to the data from C58.&lt;/P&gt;&lt;P&gt;So "1234" would end up as "1_1234" OR&amp;nbsp; "cake" would become "1_cake"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same is possible on other positions of the value &lt;/P&gt;&lt;P&gt;F.E. ="A_"&amp;amp;C58&amp;amp;"_B" would become "A_1234_B"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something similar in qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 12:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276521#M1183382</guid>
      <dc:creator />
      <dc:date>2011-10-26T12:57:48Z</dc:date>
    </item>
    <item>
      <title>add character to value</title>
      <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276522#M1183383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the exact function in qlikview. "1_"&amp;amp;Field1 does the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276522#M1183383</guid>
      <dc:creator />
      <dc:date>2011-10-26T13:02:05Z</dc:date>
    </item>
    <item>
      <title>add character to value</title>
      <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276523#M1183384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible by adding &amp;amp; same as excel to the field then you get a concat new field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;COLA&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;'A_'&amp;amp;COLA AS new &lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276523#M1183384</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-26T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: add character to value</title>
      <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276524#M1183385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached sample file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;COLA&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;'A_'&amp;amp;COLA&amp;amp;'_B' AS New1, &lt;/P&gt;&lt;P&gt;'1_'&amp;amp;COLA AS New2&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;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276524#M1183385</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-26T13:05:14Z</dc:date>
    </item>
    <item>
      <title>add character to value</title>
      <link>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276525#M1183386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Be careful. If you use a straight SQL statement then replace the ampersand, as suggested by others, with a plus sign.&lt;/P&gt;&lt;P&gt;"1_" &amp;amp; Filed1 will become "1_" + Field1. &lt;/P&gt;&lt;P&gt;Also make sure that the data types are compatible. You cannot append string to numeric data types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 16:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-character-to-value/m-p/276525#M1183386</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2011-10-26T16:49:45Z</dc:date>
    </item>
  </channel>
</rss>

