<?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 String Value Formating in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098001#M89915</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I would like to ask if you could help me with this problem. Thank you.&lt;/P&gt;
&lt;P&gt;My field [name] shows value as: 'FIRSTN LASTN' --&amp;gt; 'JOHN DO'&lt;/P&gt;
&lt;P&gt;Is there a way to for me to transform all the values in the field to show a 'COMMA' (,) between FIRSTN and LASTN&lt;/P&gt;
&lt;P&gt;=FIRSTN, LASTN (JOHN, DO)&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 20:09:14 GMT</pubDate>
    <dc:creator>nicouek</dc:creator>
    <dc:date>2023-07-27T20:09:14Z</dc:date>
    <item>
      <title>String Value Formating</title>
      <link>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098001#M89915</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I would like to ask if you could help me with this problem. Thank you.&lt;/P&gt;
&lt;P&gt;My field [name] shows value as: 'FIRSTN LASTN' --&amp;gt; 'JOHN DO'&lt;/P&gt;
&lt;P&gt;Is there a way to for me to transform all the values in the field to show a 'COMMA' (,) between FIRSTN and LASTN&lt;/P&gt;
&lt;P&gt;=FIRSTN, LASTN (JOHN, DO)&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 20:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098001#M89915</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2023-07-27T20:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: String Value Formating</title>
      <link>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098019#M89916</link>
      <description>&lt;P&gt;Perhaps?&lt;/P&gt;
&lt;P&gt;SubField( [name], ' ', 1) &amp;amp; ', ' &amp;amp; SubField( [name], ' ', 2) as FullName;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;=SubField( [name], ' ', 1) &amp;amp; ', ' &amp;amp; SubField( [name], ' ', 2)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098019#M89916</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-07-27T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: String Value Formating</title>
      <link>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098038#M89918</link>
      <description>&lt;P&gt;Dear BrunPierre,&lt;/P&gt;
&lt;P&gt;Never mind! your solution is on point (CORRECT), had to put SPACE between the SINGLE QUOTES ('' vs ' ')&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=SubField( [name], '&amp;nbsp; ', 1) &amp;amp; ', ' &amp;amp; SubField( [name], '&amp;nbsp; ', 2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nicouek_0-1690498991909.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113126i7018A982D1379AE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicouek_0-1690498991909.png" alt="nicouek_0-1690498991909.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It works!!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 23:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-Value-Formating/m-p/2098038#M89918</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2023-07-27T23:04:08Z</dc:date>
    </item>
  </channel>
</rss>

