<?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: Re: Number formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584487#M1097252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks Joseph. Good to get insight from QlikTech.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 20:24:57 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2014-05-01T20:24:57Z</dc:date>
    <item>
      <title>Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584481#M1097246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another easy question: I have a file with numbers in the format "01" but when uploaded to Qlikview it changes this to "1".&amp;nbsp; How do I make it retain the "01" format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 16:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584481#M1097246</guid>
      <dc:creator />
      <dc:date>2014-05-01T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584482#M1097247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in load use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text(yourfield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 16:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584482#M1097247</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-01T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584483#M1097248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update sorry i misplace the Text function now you can check &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Num(YourField,'000') as Yourfield1&amp;nbsp; //if you want to make it 001&lt;/P&gt;&lt;P&gt;Num(YourField,'00') as Yourfield2&amp;nbsp; //if you want to make it 01&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Text(YourField) as Yourfield1&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 16:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584483#M1097248</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-01T16:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584484#M1097249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi John,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I'd recommend using Text() and Dual() function. This way you can keep the text formatting and also perform aggregation as a number field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;See the attached example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 17:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584484#M1097249</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-05-01T17:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584485#M1097250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below in script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(YourFieldName,'00') as YourFieldName;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 18:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584485#M1097250</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-01T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584486#M1097251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read attached documentation. It explains why and how to avoid this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 20:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584486#M1097251</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2014-05-01T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Number formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584487#M1097252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks Joseph. Good to get insight from QlikTech.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 20:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting/m-p/584487#M1097252</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-05-01T20:24:57Z</dc:date>
    </item>
  </channel>
</rss>

