<?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 using the num# function in a textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260867#M1189491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey isam&lt;/P&gt;&lt;P&gt;you can also use&lt;/P&gt;&lt;P&gt;=Num(Count({&amp;lt;CustomClearance={OnTime}, Destination={BJS}&amp;gt;} Destination) / Count({&amp;lt;Destination={BJS}&amp;gt;} Destination) *100, '#.##'')&amp;amp;%&amp;amp; char(10)&amp;amp; char(10)&amp;amp;&lt;/P&gt;&lt;P&gt;may it helps you&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2011 10:48:19 GMT</pubDate>
    <dc:creator>rohit214</dc:creator>
    <dc:date>2011-09-14T10:48:19Z</dc:date>
    <item>
      <title>using the num# function in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260864#M1189488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite new to qlikview. I have a expression in a textbox that give me the results. Unfortunately it's not in percentage. &lt;/P&gt;&lt;P&gt;How can I change this to 37% in stead of 37,71186xxxxxxx&lt;/P&gt;&lt;P&gt;I think I need to use the Num# function, I just don't know how to add it in my expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num#(Count({&amp;lt;CustomClearance={OnTime}, Destination={BJS}&amp;gt;} Destination) / Count({&amp;lt;Destination={BJS}&amp;gt;} Destination)) * 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="text object.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7266_text+object.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some can help me out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iSam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 09:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260864#M1189488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-14T09:41:44Z</dc:date>
    </item>
    <item>
      <title>using the num# function in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260865#M1189489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi iSam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need the num() function (not the num#() function) to format your expression. Then you need to check out the format codes in the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In total maybe something like:&lt;/P&gt;&lt;P&gt;=Num(Count({&amp;lt;CustomClearance={OnTime}, Destination={BJS}&amp;gt;} Destination) / Count({&amp;lt;Destination={BJS}&amp;gt;} Destination) , '##0 %')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You don't need the * 100 if using % in your format code)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 09:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260865#M1189489</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-14T09:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: using the num# function in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260866#M1189490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS a LOT!!! It works!! I’m new to Qlikview. I have some skills in designing layout. However I find it difficult to script. The reference manual is not so clear nor is the help file. L I’m not a programmer…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you perhaps have some tips how to master the qlikview scripting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already followed the online developers course. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260866#M1189490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-14T10:42:04Z</dc:date>
    </item>
    <item>
      <title>using the num# function in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260867#M1189491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey isam&lt;/P&gt;&lt;P&gt;you can also use&lt;/P&gt;&lt;P&gt;=Num(Count({&amp;lt;CustomClearance={OnTime}, Destination={BJS}&amp;gt;} Destination) / Count({&amp;lt;Destination={BJS}&amp;gt;} Destination) *100, '#.##'')&amp;amp;%&amp;amp; char(10)&amp;amp; char(10)&amp;amp;&lt;/P&gt;&lt;P&gt;may it helps you&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260867#M1189491</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-09-14T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: using the num# function in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260868#M1189492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I learned a lot just reading through the posts here in the forum, try reproducing and understanding the solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a also thing called QlikView cookbook, which you can download here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/downloads/"&gt;http://robwunderlich.com/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which provides a range of standard solutions to standard problems. Try to understand how they work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you go a little deeper, you need to learn set analysis, there just was a thread today which covers how to learn that: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/149112#149112"&gt;http://community.qlik.com/message/149112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is also a book about QlikView, wait...&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.qvapps.com/en/ebooks/hello-qlikview-a-beginners-guide-to-qlikview.html"&gt;http://www.qvapps.com/en/ebooks/hello-qlikview-a-beginners-guide-to-qlikview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But best is just trying and playing around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-the-num-function-in-a-textbox/m-p/260868#M1189492</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-14T10:59:11Z</dc:date>
    </item>
  </channel>
</rss>

