<?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: Num# or another function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312524#M516183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robin thanks for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does all the ###### represent? &lt;/P&gt;&lt;P&gt;Could you explain me how the function works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 17:57:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-09T17:57:10Z</dc:date>
    <item>
      <title>Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312519#M516178</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 have a field wich tells us the % of click share. My problem is that when it is less than 10% it shows "&amp;lt;10%". In other cases it shows "x%" (for example, "70%")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do, is to loose the percentaje symbol and in case it hase one the "&amp;lt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me a way to do this? i heard about the Num# function but i really don't understand it. If you guys could help me with this, or another function I appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312519#M516178</guid>
      <dc:creator />
      <dc:date>2017-05-09T17:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312520#M516179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a numeric calculated field or directly read from source? can you share some sample values as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312520#M516179</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-09T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312521#M516180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num#(KeepChar(FieldName, '0123456789')) as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312521#M516180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312522#M516181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try num#('###########.###%;&amp;lt;###########.###%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; this will set the numerical value, If you like you can set the formating with num, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(num#('###########.###%;&amp;lt;###########.###%'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312522#M516181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T17:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312523#M516182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its read from the source. I get a field wich may content a percentaje number (like "70%", or "39,9%"), "&amp;lt;10%" or "--" in case it has no clicks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312523#M516182</guid>
      <dc:creator />
      <dc:date>2017-05-09T17:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312524#M516183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robin thanks for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does all the ###### represent? &lt;/P&gt;&lt;P&gt;Could you explain me how the function works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 17:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312524#M516183</guid>
      <dc:creator />
      <dc:date>2017-05-09T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312525#M516184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a number consisting of maximal 14 digits, the negative sign is "&amp;lt;" and everything is in percent...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the basics? , the difference between num#() and num()?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="162671" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162671_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312525#M516184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312526#M516185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Sunny!! I used this and worked!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312526#M516185</guid>
      <dc:creator />
      <dc:date>2017-05-09T18:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312527#M516186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have decimal percentages, then I would modify this a little (added a decimal after 9 in the script below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Num#(KeepChar(FieldName, '0123456789&lt;SPAN style="color: #ff0000;"&gt;.&lt;/SPAN&gt;')) as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312527#M516186</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312528#M516187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! I saw that, and did it!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your magic &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312528#M516187</guid>
      <dc:creator />
      <dc:date>2017-05-09T18:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Num# or another function</title>
      <link>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312529#M516188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks i got it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 18:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-or-another-function/m-p/1312529#M516188</guid>
      <dc:creator />
      <dc:date>2017-05-09T18:39:52Z</dc:date>
    </item>
  </channel>
</rss>

