<?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: About decimal separator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765840#M272149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right...the mistake was that I used the $(RankLimit) variable instead of the RankLimit variable: in the first case the value 0,1 doesn't work, in the second one it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you to everybody for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 16:15:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-03T16:15:57Z</dc:date>
    <item>
      <title>About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765834#M272143</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;I've got a variable manually set to 0.1: if I try to set the value by using a slider, its value changes in 0,1 (namely the slider changes the decimal separator from "." to ",") and the table which uses the variable doesn't work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May anybody help me, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765834#M272143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T08:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765835#M272144</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;Check this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;community.qlik.com/thread/37183&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765835#M272144</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-03T08:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765836#M272145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can change the decimal separator for your document in the variables at the begining of the script:&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765836#M272145</guid>
      <dc:creator>martinien</dc:creator>
      <dc:date>2014-12-03T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765837#M272146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply: I'd like to keep my decimal separator as "," and I can't understand why the chart works with the variable set to "0.1" and not with "0,1" as setup by using the slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the formula:&lt;/P&gt;&lt;P&gt;=If(Rank( TOTAL [Distance (km)])=1, RGB(0,180,80) ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Rank( TOTAL [Distance(km)])&amp;lt;=Round(Count (TOTAL IDRun)*$(RankLimit)), RGB(200,240,210) ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Rank( TOTAL -[Distance(km)])=1, RGB(255,0,0) , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Rank( TOTAL -[Distance(km)])&amp;lt;=Round(Count (TOTAL IDRun)*$(RankLimit)), RGB(255,200,210)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls note that setting the variable to 0,1 Qlik shows me the error-underline as shown above.&lt;IMG alt="Error.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72594_Error.jpg" style="width: 620px; height: 474px;" /&gt;&lt;/P&gt;&lt;P&gt;Thks.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765837#M272146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765838#M272147</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;See this thread which I think encountered the same issue you're having - the solution was to wrap the variable in a num format command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/480852"&gt;http://community.qlik.com/message/480852&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765838#M272147</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-12-03T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765839#M272148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi edp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try to use num(your value, '#,##0') instead of round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765839#M272148</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-03T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: About decimal separator</title>
      <link>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765840#M272149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right...the mistake was that I used the $(RankLimit) variable instead of the RankLimit variable: in the first case the value 0,1 doesn't work, in the second one it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you to everybody for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 16:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-decimal-separator/m-p/765840#M272149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T16:15:57Z</dc:date>
    </item>
  </channel>
</rss>

