<?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: Forcing a whole number to be a decimal within script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245546#M395027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load ...,&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;Num(Target/100,'#.00') as Target&lt;/P&gt;&lt;P&gt;....,&lt;/P&gt;&lt;P&gt;from source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 14:29:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-22T14:29:22Z</dc:date>
    <item>
      <title>Forcing a whole number to be a decimal within script</title>
      <link>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245543#M395024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have field called Target which loads values in the following format:&lt;/P&gt;&lt;P&gt; 95&lt;/P&gt;&lt;P&gt; 85&lt;/P&gt;&lt;P&gt; 75&lt;/P&gt;&lt;P&gt;etc.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script I would like to convert the Target field to be in the following format&lt;/P&gt;&lt;P&gt;0.95&lt;/P&gt;&lt;P&gt;0.85&lt;/P&gt;&lt;P&gt;0.75&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function or format I can use to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245543#M395024</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-02-22T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing a whole number to be a decimal within script</title>
      <link>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245544#M395025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Target / 100 as Target&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Num(Target/100,'#0.00') as Target&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245544#M395025</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing a whole number to be a decimal within script</title>
      <link>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245545#M395026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that's always the case you can do as follows in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field / 100 AS Field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245545#M395026</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-02-22T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing a whole number to be a decimal within script</title>
      <link>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245546#M395027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load ...,&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;Num(Target/100,'#.00') as Target&lt;/P&gt;&lt;P&gt;....,&lt;/P&gt;&lt;P&gt;from source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forcing-a-whole-number-to-be-a-decimal-within-script/m-p/1245546#M395027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T14:29:22Z</dc:date>
    </item>
  </channel>
</rss>

