<?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 Keeping the number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213516#M67225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I faced a similar siiue reecntly for one of the mapping tables and here is what the work around I did.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;In the SQl select, concatenated 'x' as prefix to the field (so nthat QV will treat all as string)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; In the QVD load, excluded the first chharacter by right(field,len(field)-1)&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 14:06:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-12T14:06:31Z</dc:date>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213514#M67223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a file that imports the store numbers as 045, 001, 125 etc as 3 digit numbers&lt;/P&gt;&lt;P&gt;Once I have brought in the table the zeros at the front get dropped.&lt;/P&gt;&lt;P&gt;I tried a num#(STORE,'000') as StoreNo. but it doesnt keep that format&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 11:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213514#M67223</guid>
      <dc:creator />
      <dc:date>2009-10-12T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213515#M67224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread might help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/20565/78956.aspx#78956"&gt;http://community.qlik.com/forums/p/20565/78956.aspx#78956&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 13:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213515#M67224</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-12T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213516#M67225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I faced a similar siiue reecntly for one of the mapping tables and here is what the work around I did.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;In the SQl select, concatenated 'x' as prefix to the field (so nthat QV will treat all as string)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; In the QVD load, excluded the first chharacter by right(field,len(field)-1)&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 14:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213516#M67225</guid>
      <dc:creator />
      <dc:date>2009-10-12T14:06:31Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213517#M67226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the problem the other way around: If I import a number with trailer zero's from a flat file, the trailer zero's remain.&lt;/P&gt;&lt;P&gt;Importing : .....;000000000002000011;.... in the following statement :&lt;/P&gt;&lt;P&gt;Load num#(Item_Code; '#') as ItemCode&lt;/P&gt;&lt;P&gt;results in 000000000002000011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 15:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213517#M67226</guid>
      <dc:creator>janbouwmans</dc:creator>
      <dc:date>2009-10-12T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213518#M67227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange that you suggest your question as a solution for the original one...&lt;/P&gt;&lt;P&gt;Nevertheless: as solution to YOUR question you could use e.g.&lt;/P&gt;&lt;P&gt;num(Item_Code,'#.#0,00') as Item_Code&lt;/P&gt;&lt;P&gt;which would result in&lt;/P&gt;&lt;P&gt;2.000.011,00&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 15:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213518#M67227</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-12T15:55:06Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213519#M67228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to have put it up as a possible solution.&lt;/P&gt;&lt;P&gt;Using the num#() function should work, but it doesn't:&lt;/P&gt;&lt;P&gt;it seems that if there are trailerzero's the num function does not remove trailerzeros. I've done an extra test containing less trailer zero's and even then the num# - function does not remove trailer zero's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 16:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213519#M67228</guid>
      <dc:creator>janbouwmans</dc:creator>
      <dc:date>2009-10-12T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213520#M67229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note: num#() is an interpretation function. The formatting function is num()!&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 16:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213520#M67229</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-12T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Keeping the number format</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213521#M67230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The num() function works, but only for strings up to 14 digits. This probably has to do with the 32-bits version that I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 16:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-the-number-format/m-p/213521#M67230</guid>
      <dc:creator>janbouwmans</dc:creator>
      <dc:date>2009-10-12T16:25:24Z</dc:date>
    </item>
  </channel>
</rss>

