<?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: Help with 'Num' function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419281#M487248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies! I think I had missed off the '=' - it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 12:26:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-08T12:26:33Z</dc:date>
    <item>
      <title>Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419277#M487244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview Community, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a simple question from a Qlikview newbie: how do I use the num funtion when I'm combining with sum if?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following part works:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style=": ; font-size: 2;"&gt;&lt;P&gt;=&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = 'Closed', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[One Off Charge]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) resulting in 20158.36, &lt;/SPAN&gt;which I would like to format into currency:&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;Status &lt;/SPAN&gt;= 'Closed', &lt;SPAN style="color: #993300;"&gt;[One Off Charge], &lt;/SPAN&gt;'£#,##0'))) which tells me 'Expression OK' but does not change the result into the format I would like. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;Help and explanation would be greatly appreciated, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 10:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419277#M487244</guid>
      <dc:creator />
      <dc:date>2013-02-08T10:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419278#M487245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Put a brace that enclosing sum followed by num function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;Status &lt;/SPAN&gt;= 'Closed', &lt;SPAN style="color: #993300;"&gt;[One Off Charge])),&lt;/SPAN&gt;'£#,##0')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 10:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419278#M487245</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-02-08T10:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419279#M487246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you close the bracket in last in your script try this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #0000ff;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #993300;"&gt;Status &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;= 'Closed', &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #993300;"&gt;[One Off Charge])), &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;'£#,##0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rest of syntax is perfect...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419279#M487246</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-02-08T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419280#M487247</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;In Chart Properties ------------&amp;gt; Number tab &lt;/P&gt;&lt;P&gt;and Enable----------&amp;gt; Expression Default &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u ll get the same format as u written in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419280#M487247</guid>
      <dc:creator />
      <dc:date>2013-02-08T12:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419281#M487248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies! I think I had missed off the '=' - it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419281#M487248</guid>
      <dc:creator />
      <dc:date>2013-02-08T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with 'Num' function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419282#M487250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Num-function/m-p/419282#M487250</guid>
      <dc:creator />
      <dc:date>2013-02-08T12:30:41Z</dc:date>
    </item>
  </channel>
</rss>

