<?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: Trouble with the num() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928223#M972421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you start the file from scratch?&lt;/P&gt;&lt;P&gt;If so, can it be that in your part of the world you use a comma for decimals and a point for thousands (like for example the Netherlands and Belgium)? If so, check the first few SET statements of your load script and switch the point and the comma around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 18:11:45 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-09-10T18:11:45Z</dc:date>
    <item>
      <title>Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928222#M972420</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;I'm working through the Qlikview 11 for developers book. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I've hit a snag, and can't see where I have gone wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm busy with the gauge section and mine just isn't coming out right, I am adding a text in chart to display a % the script I've written is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Num (Sum ([# Transported Passengers]) / Sum ([# Available Seats]), '##.#%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which puts a % display onto my gauge, but instead of displaying 78.6% it displays 78.#%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my second gauge I've put in this script also for a text in chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num (Sum ( [# Departures Performed] ) / Sum ( [# Departures Scheduled] ) , '##.#%' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this chart it displays 1,1e+002.#% instead of 110.2%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with this matter would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Also I have attached a snip of my first gauge and script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 17:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928222#M972420</guid>
      <dc:creator />
      <dc:date>2015-09-10T17:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928223#M972421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you start the file from scratch?&lt;/P&gt;&lt;P&gt;If so, can it be that in your part of the world you use a comma for decimals and a point for thousands (like for example the Netherlands and Belgium)? If so, check the first few SET statements of your load script and switch the point and the comma around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 18:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928223#M972421</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-09-10T18:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928224#M972422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try '#,##0.0%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 18:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928224#M972422</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-09-10T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928225#M972423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num(YourExpression,'# ##0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 19:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928225#M972423</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-10T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928226#M972424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=num(Sum([# Transported Passengers])/sum([# Available Seats]),'##.#%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 19:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928226#M972424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T19:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928227#M972425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;num(YourExpression,'# ##&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;#&lt;/SPAN&gt;.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;#&lt;/SPAN&gt;%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928227#M972425</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-10T22:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928228#M972426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out that it only happens when I type the format pattern, but If I copy paste the format pattern from the number tab when integer is selected it works fine.&lt;/P&gt;&lt;P&gt;I think it might be a setting on my pc, any one else heard of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your responses!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 05:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928228#M972426</guid>
      <dc:creator />
      <dc:date>2015-09-11T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with the num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928229#M972427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen problems with different quotes, but that would give you a clear error and does not seem to be the case here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a special character set or language setting? In other words, something exotic far away from the "US / International" keyboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 09:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-the-num-function/m-p/928229#M972427</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-09-11T09:41:04Z</dc:date>
    </item>
  </channel>
</rss>

