<?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: Number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333409#M823337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Num&lt;SPAN style="color: #ff0000;"&gt;#&lt;/SPAN&gt;(Num(ID, '0000000') &amp;amp; Num(56431256, '0000000')&lt;SPAN style="color: #ff0000;"&gt;, '000000000000000'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;it could be a problem if you have 14 or more digits&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;see here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;A href="https://gist.github.com/ralfbecher/6550467" title="https://gist.github.com/ralfbecher/6550467"&gt;https://gist.github.com/ralfbecher/6550467&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 05:22:32 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2017-08-02T05:22:32Z</dc:date>
    <item>
      <title>Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333407#M823335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all i have below data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ID and I want concatinate one fixed number with that ID and have some further caluculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is after concatenation my new ID is still in string format and I want in Number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Num#(ID&amp;amp;56431256) as NewID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share script as well , once it done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333407#M823335</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333408#M823336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Num#(ID) &amp;amp; '56431256' as NewID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333408#M823336</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333409#M823337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Num&lt;SPAN style="color: #ff0000;"&gt;#&lt;/SPAN&gt;(Num(ID, '0000000') &amp;amp; Num(56431256, '0000000')&lt;SPAN style="color: #ff0000;"&gt;, '000000000000000'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;it could be a problem if you have 14 or more digits&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;see here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;A href="https://gist.github.com/ralfbecher/6550467" title="https://gist.github.com/ralfbecher/6550467"&gt;https://gist.github.com/ralfbecher/6550467&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333409#M823337</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-08-02T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333410#M823338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Num#(ID)*100000000 + 56431256 as NewID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333410#M823338</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-02T05:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333411#M823339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be try like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Num(NewID) as NewID_Num;&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;ID&amp;amp;'56431256' as &lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;NewID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 06:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333411#M823339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-02T06:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333412#M823340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can't because max nr of digits in QV is 14.&lt;/P&gt;&lt;P&gt;However&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ID&lt;/SPAN&gt;&amp;amp;'1234') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;NewID&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM File;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;So NewID is Numeric&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 06:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333412#M823340</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-02T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333413#M823341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView works on AutoCasting. But Your assigning value is getting bigger. So, it is getting convert to text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 08:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333413#M823341</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-08-02T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333414#M823342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbareddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script for this query&lt;/P&gt;&lt;P&gt;Common Id : 1234&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\..\Downloads\Sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Sample1:&lt;/P&gt;&lt;P&gt;LOAD num(num(ID &amp;amp; 1234,'00000000000'),'00000000000')as NewId&lt;/P&gt;&lt;P&gt;Resident Sample;&lt;/P&gt;&lt;P&gt;DROP TABLE Sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 10:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333414#M823342</guid>
      <dc:creator />
      <dc:date>2017-08-02T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333415#M823343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;ID,Num(Num(ID,'0000000')&amp;amp;Num(564312,'000000'),'000000000000')&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working if the total digits are less than 14.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 10:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/1333415#M823343</guid>
      <dc:creator />
      <dc:date>2017-08-02T10:56:36Z</dc:date>
    </item>
  </channel>
</rss>

