<?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: changing the number decimals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019180#M942695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny is their a possibility the user could change the decimal places himself as a option to 1.23 or 1.2333 or 1.2344&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 15:10:36 GMT</pubDate>
    <dc:creator>raadwiptec</dc:creator>
    <dc:date>2016-01-18T15:10:36Z</dc:date>
    <item>
      <title>changing the number decimals</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019178#M942693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My report is having a distributed to each users. Here one of the users needs to have the access to properties to change the current number from 1.23 to 1.2333&lt;/P&gt;&lt;P&gt;As he is the only user who required the report in that way .rest of them should see the report as 1.23 only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I give him the access here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019178#M942693</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-01-18T14:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: changing the number decimals</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019179#M942694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using OSUser() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(OSUser() = 'PersonX', Num(Sum(Value), '#,##0.0000'), Num(Sum(Value), '#,##0.00'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019179#M942694</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-18T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: changing the number decimals</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019180#M942695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny is their a possibility the user could change the decimal places himself as a option to 1.23 or 1.2333 or 1.2344&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019180#M942695</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-01-18T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: changing the number decimals</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019181#M942696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached a sample where a user can control the number of decimals using input box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111892_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG&gt;=Num('1.2344', $(=Chr(39) &amp;amp; '#,##0.' &amp;amp; Repeat(0, vDeci) &amp;amp; Chr(39)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019181#M942696</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-18T15:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: changing the number decimals</title>
      <link>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019182#M942697</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;One thing I will like to add to excellent suggestion from Sunny T is you can customized the InputBox to this particular user. Go to Layout and have condition show to this user and only this user will have the ability to change the format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/changing-the-number-decimals/m-p/1019182#M942697</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2016-01-18T15:39:54Z</dc:date>
    </item>
  </channel>
</rss>

