<?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 concatenate fieldvalues with a slash inbetween in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/concatenate-fieldvalues-with-a-slash-inbetween/m-p/2096013#M89779</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to concatenate some field values but add a slash '/'&amp;nbsp; in between.&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;CONCAT(Field,'&amp;amp;', ID) as Fields1, // works fine, Result A&amp;amp;B&amp;amp;C&lt;/P&gt;
&lt;P&gt;CONCAT(Field,'&amp;amp; chr(39) / &amp;amp; chr(39) &amp;amp;', ID) as Fields2&amp;nbsp; // does not work; it should be A&amp;amp;'/'&amp;amp;B&amp;amp;'/'&amp;amp;C&lt;/P&gt;
&lt;P&gt;Resident FieldNames;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anybody please help me?&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chriys&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 07:34:26 GMT</pubDate>
    <dc:creator>chriys1337</dc:creator>
    <dc:date>2023-07-21T07:34:26Z</dc:date>
    <item>
      <title>concatenate fieldvalues with a slash inbetween</title>
      <link>https://community.qlik.com/t5/App-Development/concatenate-fieldvalues-with-a-slash-inbetween/m-p/2096013#M89779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to concatenate some field values but add a slash '/'&amp;nbsp; in between.&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;CONCAT(Field,'&amp;amp;', ID) as Fields1, // works fine, Result A&amp;amp;B&amp;amp;C&lt;/P&gt;
&lt;P&gt;CONCAT(Field,'&amp;amp; chr(39) / &amp;amp; chr(39) &amp;amp;', ID) as Fields2&amp;nbsp; // does not work; it should be A&amp;amp;'/'&amp;amp;B&amp;amp;'/'&amp;amp;C&lt;/P&gt;
&lt;P&gt;Resident FieldNames;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anybody please help me?&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chriys&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/concatenate-fieldvalues-with-a-slash-inbetween/m-p/2096013#M89779</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2023-07-21T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate fieldvalues with a slash inbetween</title>
      <link>https://community.qlik.com/t5/App-Development/concatenate-fieldvalues-with-a-slash-inbetween/m-p/2096023#M89781</link>
      <description>&lt;P&gt;The syntax is wrong. You may try it with:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CONCAT(Field,'&amp;amp;''/''&amp;amp;', ID) as Fields2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/concatenate-fieldvalues-with-a-slash-inbetween/m-p/2096023#M89781</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-07-21T07:48:10Z</dc:date>
    </item>
  </channel>
</rss>

