<?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 Format Numeric Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142870#M22261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way could be converting the number into textformat. text(YearWeek)&lt;/P&gt;&lt;P&gt;If you want it to handle as a date of the week you can use the function makeweekdate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;makeweekdate(left(YearWeek,4),right(YearWeek,2),0) &lt;B&gt;as&lt;/B&gt; t_Date&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 15:40:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-30T15:40:23Z</dc:date>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142865#M22256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have one YEARWEEK Dimension.which is in Oracle a number field and looks like 200903&lt;/P&gt;&lt;P&gt;In QlikView it looks like 200903,00&lt;/P&gt;&lt;P&gt;How can I change it to the correct format?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Bastian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 22:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142865#M22256</guid>
      <dc:creator>btrompetter</dc:creator>
      <dc:date>2009-04-29T22:15:42Z</dc:date>
    </item>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142866#M22257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this in an expression? On a chart, you can go to the Number tab and select Number. Then in the Format Pattern box, use ######.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 23:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142866#M22257</guid>
      <dc:creator />
      <dc:date>2009-04-29T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142867#M22258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Document Properties -&amp;gt; Number change the value for this field to Integer.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 23:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142867#M22258</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-04-29T23:10:16Z</dc:date>
    </item>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142868#M22259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;U can use this also&lt;/P&gt;&lt;P&gt;num(fieldname,'######')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 23:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142868#M22259</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2009-04-29T23:20:01Z</dc:date>
    </item>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142869#M22260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;guess that you would like to see a date in January, which corresponds to week 3 in 2009? Am not aware that there is a function existing, but might be constructed manually, but have no code ready on hand for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 04:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142869#M22260</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-04-30T04:14:33Z</dc:date>
    </item>
    <item>
      <title>Format Numeric Values</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142870#M22261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way could be converting the number into textformat. text(YearWeek)&lt;/P&gt;&lt;P&gt;If you want it to handle as a date of the week you can use the function makeweekdate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;makeweekdate(left(YearWeek,4),right(YearWeek,2),0) &lt;B&gt;as&lt;/B&gt; t_Date&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 15:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Numeric-Values/m-p/142870#M22261</guid>
      <dc:creator />
      <dc:date>2009-04-30T15:40:23Z</dc:date>
    </item>
  </channel>
</rss>

