<?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 Round Function Display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184551#M49400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erico,&lt;/P&gt;&lt;P&gt;Yes I tried that. It's a large expression but here is my exact code. The very last part is where I tried the num function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;IF ((SLA_RECORD_SORT = '0001' OR SLA_RECORD_SORT = '0002' OR SLA_RECORD_SORT = '0003' OR SLA_RECORD_SORT = '0004') AND (SLA_LINE='196' OR SLA_LINE='197' OR SLA_LINE='199' OR SLA_LINE='200' OR SLA_LINE='201' OR SLA_LINE='203' OR SLA_LINE='205'OR SLA_LINE='209' OR SLA_LINE='230') ,Round(Sum (SLA_MTH_TON_00004)),&lt;STRONG&gt;num (ROUND (Sum (SLA_MTH_TON_00004),0.1),'#,##0.0'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 21:02:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-01T21:02:56Z</dc:date>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184544#M49393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;I am using the round function. Is there a way to force the result to display the position to the right of the decimal even when it is zero? For example with this code&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;Round(Sum (SLA_MTH_TON_00005),.1)&lt;/P&gt;&lt;P style="margin: 0in 0in 10pt;"&gt;When SLA_MTH_TON_00005 equals 19.0 it displays as 19. I want it to keep the format with one place to the right of the decimal for consistency sake as most of the numbers do not come out to an even whole number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184544#M49393</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:17:56Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184545#M49394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i never use this funcion&lt;/P&gt;&lt;P&gt;but did you try&lt;/P&gt;&lt;P&gt;Round(Sum (SLA_MTH_TON_00005), 0.1)&lt;/P&gt;&lt;P&gt;or depends object you are using.....you can format on properties!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184545#M49394</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184546#M49395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.....my answer is wrong....i think you can use a&lt;/P&gt;&lt;P&gt;NUM(your expression, '#,##0.0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184546#M49395</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:26:15Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184547#M49396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can go to the properties--&amp;gt;Number format and then choose "Fixed to" 1 decimal place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that was helpful.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184547#M49396</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2010-09-01T20:48:12Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184548#M49397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not seem to work. I still get 19 instead of 19.0. The Round function seems to be overriding the format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184548#M49397</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:53:21Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184549#M49398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try this????&lt;/P&gt;&lt;P&gt;NUM((Sum (SLA_MTH_TON_00005),.1), '#,##0.0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because NUM function with this format force .0!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184549#M49398</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:56:38Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184550#M49399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharma,&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;I can't change it on the number tab because it's not always one decimal. It can vary according to other criteria. When the criteria is for one decimal I want to show that way though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 20:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184550#M49399</guid>
      <dc:creator />
      <dc:date>2010-09-01T20:57:37Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184551#M49400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erico,&lt;/P&gt;&lt;P&gt;Yes I tried that. It's a large expression but here is my exact code. The very last part is where I tried the num function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;IF ((SLA_RECORD_SORT = '0001' OR SLA_RECORD_SORT = '0002' OR SLA_RECORD_SORT = '0003' OR SLA_RECORD_SORT = '0004') AND (SLA_LINE='196' OR SLA_LINE='197' OR SLA_LINE='199' OR SLA_LINE='200' OR SLA_LINE='201' OR SLA_LINE='203' OR SLA_LINE='205'OR SLA_LINE='209' OR SLA_LINE='230') ,Round(Sum (SLA_MTH_TON_00004)),&lt;STRONG&gt;num (ROUND (Sum (SLA_MTH_TON_00004),0.1),'#,##0.0'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184551#M49400</guid>
      <dc:creator />
      <dc:date>2010-09-01T21:02:56Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184552#M49401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you have a two expression with Round.....and you put just in one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see at the other post from you.....i sugest change your "large" expression to another with set analisys???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184552#M49401</guid>
      <dc:creator />
      <dc:date>2010-09-01T21:05:27Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184553#M49402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;NUM(ROUND(Sum ( {$&amp;lt;SLA_RECORD_SORT={'0001','0002','0003','0004'},SLA_LINE={'196','197','199','200','201','203','205','209','230'}&amp;gt;} SLA_MTH_TON_00004),.1),'#,##0.0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184553#M49402</guid>
      <dc:creator />
      <dc:date>2010-09-01T21:11:06Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184554#M49403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two"rounds" becuase if the expression is true it does the first "round" which leaves the answer as a whole number for lines 196,197. ect. If the expression is not true it rounds it to one decimal place. The format of the answer varies according to the line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184554#M49403</guid>
      <dc:creator />
      <dc:date>2010-09-01T21:18:12Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184555#M49404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you put your QVW file???....i try to help you.....&lt;/P&gt;&lt;P&gt;I just need you put on zip format!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184555#M49404</guid>
      <dc:creator />
      <dc:date>2010-09-01T21:20:04Z</dc:date>
    </item>
    <item>
      <title>Round Function Display</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184556#M49405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jim,&lt;/P&gt;&lt;P&gt;You may try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Num(Sum(SLA_MTH_TON_00005), '#,##0.0')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;which force the number to show one decimal number, even when the result is integer. There's no need for Round() as your problem doesn't seem to be the rounding of decimal positions, but the way you want them displayed.&lt;/P&gt;&lt;P&gt;Besides, your complete expression (my untested suggestion) may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(MATCH(SLA_RECORD_SORT, '0001', '0002', '0003', '0004') &amp;gt; 0 AND MATCH(SLA_LINE, 196, 197, 199, 200, 201, 203, 205, 209, 230) &amp;gt; 0, Num(Sum(SLA_MTH_TON_00004), '#,##0.0'), Num(Sum(SLA_MTH_TON_00004), '#,##0.0'))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Make sure that you are using "," as thousands separator and "." as decimal separator.&lt;/P&gt;&lt;P&gt;Note that some parentheses or brackets may not be properly closed.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function-Display/m-p/184556#M49405</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T21:20:37Z</dc:date>
    </item>
  </channel>
</rss>

