<?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: Adding Zero's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510145#M601775</link>
    <description>&lt;P&gt;Thank You, It's working.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 07:17:28 GMT</pubDate>
    <dc:creator>Vinod</dc:creator>
    <dc:date>2018-11-21T07:17:28Z</dc:date>
    <item>
      <title>Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510097#M601770</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to add Zero's in between characters and Numbers,&lt;/P&gt;&lt;P&gt;Please find the attachment for your reference.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod,&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 04:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510097#M601770</guid>
      <dc:creator>Vinod</dc:creator>
      <dc:date>2018-11-21T04:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510104#M601771</link>
      <description>In script or UI?</description>
      <pubDate>Wed, 21 Nov 2018 05:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510104#M601771</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-21T05:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510117#M601772</link>
      <description>&lt;P&gt;In Script Only&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 06:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510117#M601772</guid>
      <dc:creator>Vinod</dc:creator>
      <dc:date>2018-11-21T06:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510132#M601773</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Temp:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load *,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Mid(Vin_No,1,FindOneOf(Vin_No, '0123456789')+1) as NumPart&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Vin_No&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MBJ123&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MBJ1234&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MBJ12345&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Max(Len(NumPart)) as MaxNum&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Resident Temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Let vNumLength = Peek('MaxNum');&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vNumFormat = chr(39)&amp;amp; Repeat('0',vNumLength) &amp;amp; chr(39) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Final:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Vin_No,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Mid(Vin_No,1,FindOneOf(Vin_No, '0123456789')-1) &amp;amp; Num(KeepChar(Vin_No, '0123456789'), $(vNumFormat)) as Formatted_Vin_No&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Resident Temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DROP table Temp&lt;/FONT&gt;&lt;/P&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Try something like above.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 06:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510132#M601773</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-21T06:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510136#M601774</link>
      <description>&lt;P&gt;If it always starts with MBJ* Try like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;left(Vin_No,3)&amp;amp;0&amp;amp;keepchar(&lt;SPAN&gt;Vin_No,'0123456789'&lt;/SPAN&gt;) as Test&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 07:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510136#M601774</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-11-21T07:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510145#M601775</link>
      <description>&lt;P&gt;Thank You, It's working.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 07:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510145#M601775</guid>
      <dc:creator>Vinod</dc:creator>
      <dc:date>2018-11-21T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510150#M601777</link>
      <description>&lt;P&gt;In this new community it is hard to find whom you replied to. Which solution is working for you, the static one Avinash suggested or the one I suggested? Please &lt;STRONG&gt;like&amp;nbsp;&lt;/STRONG&gt;(it's important now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ), mark helpful/correct the posts you feel so and close the thread.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 07:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510150#M601777</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-21T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510203#M601779</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi Vinod , could you please like the solution which helped you to resolve the issue ...with the new community site we don't have any ways to mark the thread as answered ..&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Zero-s/m-p/1510203#M601779</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-11-21T09:09:24Z</dc:date>
    </item>
  </channel>
</rss>

