<?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: Remove leading 0s from field in data load editor in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2068876#M1223567</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214178"&gt;@Vinni2000&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;LOAD *,
     replace(Ltrim(Replace(YourField,0,' ')),' ',0) as NewField
FROM Source&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 08 May 2023 19:59:46 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2023-05-08T19:59:46Z</dc:date>
    <item>
      <title>Remove leading 0s from field in data load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2068854#M1223564</link>
      <description>&lt;P&gt;I have field&amp;nbsp; and it's not numeric data type&amp;nbsp; and it has leading zeros to value so&amp;nbsp; I want to remove these 0s&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 18:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2068854#M1223564</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-08T18:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remove leading 0s from field in data load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2068876#M1223567</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214178"&gt;@Vinni2000&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;LOAD *,
     replace(Ltrim(Replace(YourField,0,' ')),' ',0) as NewField
FROM Source&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 May 2023 19:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2068876#M1223567</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-05-08T19:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove leading 0s from field in data load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2071377#M1223629</link>
      <description>&lt;P&gt;Num(Num#(Field,#,##0)) as aliasname&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-leading-0s-from-field-in-data-load-editor/m-p/2071377#M1223629</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-15T13:38:19Z</dc:date>
    </item>
  </channel>
</rss>

