<?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 problem with &amp;quot;num&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131807#M371977</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 am trying to use the num function on a box object at the GUI, bu it keeps telling me that there is a ")" expected; I have checked it tons of times and it keeps poping out, could some one please help me out detecting the error??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum(if(subfield(CATEGORIAS,'|',2)='R&amp;amp;D' and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;/Sum(if(Accountlevel1TRM=4 and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;*-1)*100&lt;/P&gt;&lt;P&gt; ,$(v_num_format))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the variable&amp;nbsp; v_num_format is: # ##0,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 12:20:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-18T12:20:20Z</dc:date>
    <item>
      <title>problem with "num"</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131807#M371977</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 am trying to use the num function on a box object at the GUI, bu it keeps telling me that there is a ")" expected; I have checked it tons of times and it keeps poping out, could some one please help me out detecting the error??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum(if(subfield(CATEGORIAS,'|',2)='R&amp;amp;D' and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;/Sum(if(Accountlevel1TRM=4 and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;*-1)*100&lt;/P&gt;&lt;P&gt; ,$(v_num_format))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the variable&amp;nbsp; v_num_format is: # ##0,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 12:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131807#M371977</guid>
      <dc:creator />
      <dc:date>2016-08-18T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with "num"</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131808#M371978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the reason is that your format-variable is a string and needs to be wrapped with single quotes. Therefore try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum(if(subfield(CATEGORIAS,'|',2)='R&amp;amp;D' and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;/Sum(if(Accountlevel1TRM=4 and year=$(vYTDYear), CostoFinal))&lt;/P&gt;&lt;P&gt;*-1)*100&lt;/P&gt;&lt;P&gt; ,&lt;STRONG&gt;'$(v_num_format)'&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131808#M371978</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-18T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with "num"</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131809#M371979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nop, didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131809#M371979</guid>
      <dc:creator />
      <dc:date>2016-08-18T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with "num"</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131810#M371980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I need is to format the number that I get with that to only two decimals, it doesnt need to be with a variable, do you know by any chance how else can I accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131810#M371980</guid>
      <dc:creator />
      <dc:date>2016-08-18T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with "num"</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131811#M371981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it, the problem is with in the variable, the correct way to set it is: #,##0.00 no &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; # ##0,0 . I was missing a "," and had misplaced the "."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-quot-num-quot/m-p/1131811#M371981</guid>
      <dc:creator />
      <dc:date>2016-08-18T13:19:49Z</dc:date>
    </item>
  </channel>
</rss>

