<?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 Script Entry in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175133#M43704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant worked like a charm however now it has created a blank field at the top of the data when put into a list box. Is there a way to get rid of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/37373.Script.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/37373.Script.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 09:46:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-08T09:46:28Z</dc:date>
    <item>
      <title>Script Entry</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175131#M43702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script i need to get rid of a whole bunch of '0's in a specific field namely StockCode. I only need to keep the last 5 characters. In the Script the field is loaded and joined to its description like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(%StockCode&amp;amp;'-'&amp;amp;SalesDescr) as ProductMaster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone got any ideas on how to Delete the unwanted 0s?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2758_sourceID:2758" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175131#M43702</guid>
      <dc:creator />
      <dc:date>2010-11-08T09:29:08Z</dc:date>
    </item>
    <item>
      <title>Script Entry</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175132#M43703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaze,&lt;/P&gt;&lt;P&gt;what about this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;( Right( %StockCode,5) &amp;amp;'-'&amp;amp;SalesDescr) as ProductMaster.&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175132#M43703</guid>
      <dc:creator />
      <dc:date>2010-11-08T09:37:51Z</dc:date>
    </item>
    <item>
      <title>Script Entry</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175133#M43704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant worked like a charm however now it has created a blank field at the top of the data when put into a list box. Is there a way to get rid of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/37373.Script.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/37373.Script.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175133#M43704</guid>
      <dc:creator />
      <dc:date>2010-11-08T09:46:28Z</dc:date>
    </item>
    <item>
      <title>Script Entry</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175134#M43705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it is not blank it is in fact a '-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175134#M43705</guid>
      <dc:creator />
      <dc:date>2010-11-08T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Script Entry</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175135#M43706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaze,&lt;/P&gt;&lt;P&gt;this depends on your data. I suppose that there is a nullvalue (or more, test it with "Show frequency") in one of the two input-fields.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 10:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Entry/m-p/175135#M43706</guid>
      <dc:creator />
      <dc:date>2010-11-08T10:10:12Z</dc:date>
    </item>
  </channel>
</rss>

