<?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: Number formatting in Partial Sums in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445195#M1151969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="42450" class="jive-image-thumbnail jive-image" onclick="" alt="Image.JPG" src="https://community.qlik.com/legacyfs/online/42450_Image.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 08:34:46 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2013-06-11T08:34:46Z</dc:date>
    <item>
      <title>Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445184#M1151958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I saw a webpage teaching how to customize Qlikview Subtotal. However, I had a problem changing the number format. Let's look at this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42186" class="jive-image-thumbnail jive-image" height="275" onclick="" alt="a.jpg" src="https://community.qlik.com/legacyfs/online/42186_a.jpg" width="803" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 12 players in the game. Some players earn 1-point and some earn 0.5 point.&lt;/P&gt;&lt;P&gt;And in each sub-total, I want to calculate the total no. of players&amp;nbsp; and total points the players earned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I want the subtotal in country level, "No. of Players in Country" and "Total Points in Country" (as shown on the graph above)&lt;/P&gt;&lt;P&gt;To do this,&lt;/P&gt;&lt;P&gt;First, I created a dimension called "No. of Players in Country"&lt;/P&gt;&lt;P&gt;Then, I checked the Partial Sums and rename as "Total Points in Country"&lt;/P&gt;&lt;P&gt;Finally, in the Expression, to make a correct calculation of "Total Points in Country", I use: &lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlayerType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1-Point'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlayerType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'0.5-Point'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/2, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, the question comes, I want the whole row of&amp;nbsp; "Total Points in Country" presented as 1 decimal point place. e.g. 0 --&amp;gt; 0.0, 1--&amp;gt;1.0&lt;/P&gt;&lt;P&gt;When I tried:&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlayerType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'1-Point'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlayerType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'0.5-Point'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/2,'###0.0'), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;it doesn't work. (See graph shown below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG __jive_id="42189" class="jive-image-thumbnail jive-image" height="277" onclick="" alt="b.jpg" src="https://community.qlik.com/legacyfs/online/42189_b.jpg" width="748" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope someone could help. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 06:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445184#M1151958</guid>
      <dc:creator />
      <dc:date>2013-06-06T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445185#M1151959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the presentation tab, under number format settings, click 'Fixed To' 1 decimals. Regards, Sivasankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 07:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445185#M1151959</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-06-06T07:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445186#M1151960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply but I don't understand. Let me explain by graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42184" class="jive-image-thumbnail jive-image" height="199" onclick="" alt="c.jpg" src="https://community.qlik.com/legacyfs/online/42184_c.jpg" width="619" /&gt;&lt;/P&gt;&lt;P&gt;The number format in red is what I want to show in the pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 07:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445186#M1151960</guid>
      <dc:creator />
      <dc:date>2013-06-06T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445187#M1151961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="42191" class="jive-image-thumbnail jive-image" onclick="" alt="d.jpg" src="https://community.qlik.com/legacyfs/online/42191_d.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find the number format settings in presentation tab. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 07:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445187#M1151961</guid>
      <dc:creator />
      <dc:date>2013-06-06T07:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445188#M1151962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tired many combinaions of code in set analysis these days,&lt;/P&gt;&lt;P&gt;I found that dimensionality() works really well on calculations, but totally messed up on the number formatting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 02:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445188#M1151962</guid>
      <dc:creator />
      <dc:date>2013-06-11T02:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445189#M1151963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change it in Expressions Text Color Settings &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42439" __jive_id="42439" class="jive-image-thumbnail jive-image" alt="Color change.JPG" src="/legacyfs/online/42439_Color change.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 03:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445189#M1151963</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-06-11T03:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445190#M1151964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to change the partial sum in the number format 0.0 instead of 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, I can type &lt;STRONG&gt;num(player, '###0.0')&lt;/STRONG&gt; to change the number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't apply the formula on subtotal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I tried to use dimensionality(), but the number format of some data is wrong. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 03:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445190#M1151964</guid>
      <dc:creator />
      <dc:date>2013-06-11T03:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445191#M1151965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;please check the attachec file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=1, Num(count({&amp;lt;PlayerType={'1-Point'}&amp;gt;} ID)+ count({&amp;lt;PlayerType={'0.5-Point'}&amp;gt;} ID)/2,'###0.0'), count(ID)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 04:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445191#M1151965</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-06-11T04:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445192#M1151966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this formula, but it gives me the same result. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 04:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445192#M1151966</guid>
      <dc:creator />
      <dc:date>2013-06-11T04:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445193#M1151967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the attached file above, it is working .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 05:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445193#M1151967</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-06-11T05:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445194#M1151968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again amars. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't open your attached file above because I'm still using Personal Edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do me a favor that print a screen to show the location that you put the formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to put this formula in the Expression, and it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I put in a wrong position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42447" class="jive-image-thumbnail jive-image" onclick="" alt="1.jpg" src="https://community.qlik.com/legacyfs/online/42447_1.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 07:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445194#M1151968</guid>
      <dc:creator />
      <dc:date>2013-06-11T07:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445195#M1151969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="42450" class="jive-image-thumbnail jive-image" onclick="" alt="Image.JPG" src="https://community.qlik.com/legacyfs/online/42450_Image.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 08:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445195#M1151969</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-06-11T08:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Number formatting in Partial Sums</title>
      <link>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445196#M1151970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't understand why my Qlikview can't do it with the same input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 08:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-formatting-in-Partial-Sums/m-p/445196#M1151970</guid>
      <dc:creator />
      <dc:date>2013-06-11T08:43:34Z</dc:date>
    </item>
  </channel>
</rss>

