<?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 New to QlikCommunity - Need some help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373386#M493443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a new user to QlikView and have been reviewing the Community for answers to my current issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm have a data set that has a "*" as a prefix to the data (IE: *79-XXXXX). In order for me to correctly join this with our other item fields it needs to be stripped of the "*". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How do I accomplish this?&lt;/P&gt;&lt;P&gt;2) Where do I put this conversion in? Load script or after the data is the QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you-&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 18:16:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-29T18:16:41Z</dc:date>
    <item>
      <title>New to QlikCommunity - Need some help</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373386#M493443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a new user to QlikView and have been reviewing the Community for answers to my current issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm have a data set that has a "*" as a prefix to the data (IE: *79-XXXXX). In order for me to correctly join this with our other item fields it needs to be stripped of the "*". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How do I accomplish this?&lt;/P&gt;&lt;P&gt;2) Where do I put this conversion in? Load script or after the data is the QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you-&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 18:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373386#M493443</guid>
      <dc:creator />
      <dc:date>2012-05-29T18:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikCommunity - Need some help</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373387#M493444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To allow QV to join or link the tables, you need to do this in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could use purgechar() to get rid of the '*' (if you don't have multiple occurences of '*' later on in your field value, like *79-XXXX*Y )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;purgechar(FIELD,'*') as FIELD,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use mid() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mid(FIELD,2) as FIELD,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ...&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 18:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373387#M493444</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-05-29T18:38:57Z</dc:date>
    </item>
    <item>
      <title>New to QlikCommunity - Need some help</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373388#M493445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;The string purgechar worked. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 15:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikCommunity-Need-some-help/m-p/373388#M493445</guid>
      <dc:creator />
      <dc:date>2012-06-07T15:22:00Z</dc:date>
    </item>
  </channel>
</rss>

