<?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: How to ignore ';' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741069#M264697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trim(Subfield(Name,';',2)) &amp;amp;' '&amp;amp; Subfield(Name,';',1) as FullName&lt;/P&gt;&lt;P&gt;from Source......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it in the front end you can just use the same expression directly, but this will be slower:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=trim(Subfield(Name,';',2)) &amp;amp;' '&amp;amp; Subfield(Name,';',1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 11:24:58 GMT</pubDate>
    <dc:creator>simenkg</dc:creator>
    <dc:date>2015-03-04T11:24:58Z</dc:date>
    <item>
      <title>How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741068#M264696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have values in my field like Anderson; Villyee but i want display it on text box as Villyee Anderson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could i revert it by ignoring semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Villyee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741068#M264696</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2015-03-04T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741069#M264697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trim(Subfield(Name,';',2)) &amp;amp;' '&amp;amp; Subfield(Name,';',1) as FullName&lt;/P&gt;&lt;P&gt;from Source......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it in the front end you can just use the same expression directly, but this will be slower:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=trim(Subfield(Name,';',2)) &amp;amp;' '&amp;amp; Subfield(Name,';',1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741069#M264697</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-03-04T11:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741070#M264698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purgechar(myString,';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purgechar('abcd;',';') it will return abcd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741070#M264698</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-03-04T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741071#M264699</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;Use PurgeChar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741071#M264699</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-04T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741072#M264700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To ignore the you can use Replace or PurgeChar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(FieldName, ';', '')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741072#M264700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-04T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore ';'</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741073#M264701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to get exactly what you are trying to get, you can use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Trim(SubField('Anderson; Villyee', ';', 2)) &amp;amp; ' ' &amp;amp; SubField('Anderson; Villyee', ';', 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will take you from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Anderson; Villyee to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Villyee Anderson&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore/m-p/741073#M264701</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-04T11:30:25Z</dc:date>
    </item>
  </channel>
</rss>

