<?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: Problem with num function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881790#M307627</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;Try below changes in num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(yourexpression,'##,#&lt;STRONG&gt;00&lt;/STRONG&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;STRONG&gt;##&lt;/STRONG&gt; in end try with &lt;STRONG&gt;00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 07:26:12 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-04-09T07:26:12Z</dc:date>
    <item>
      <title>Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881786#M307623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; i developed dash board plese find following attachment.&lt;/P&gt;&lt;P&gt;In that when i select the 26th feb 2015 selections it gives exponential values but i have to display numeric values.&lt;/P&gt;&lt;P&gt;Please help me.&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, 09 Apr 2015 07:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881786#M307623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881787#M307624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post&amp;nbsp; your sample data&amp;nbsp; !! i am using PE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881787#M307624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881788#M307625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add some more ### because which you have given are not enough to show all the numbers . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Call Center'&amp;nbsp; &amp;amp; chr(13) &amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MTD='Day',num(sum({$&amp;lt;Date={'$(=max(Date))'},[Key Indicaters]={'Total Call Vol @ Call Center'}&amp;gt;} Key_Data),'#,##########')&lt;/P&gt;&lt;P&gt;,num(sum({$&amp;lt;Date={'$(=v_Previous_Date_2)'},[Key Indicaters]={'Total Call Vol @ Call Center'}&amp;gt;} Key_Data),'###,#########')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881788#M307625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T07:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881789#M307626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what format should be shown?&lt;/P&gt;&lt;P&gt;if you use '0.000' instead of '#,###' I get a number. correct format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881789#M307626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881790#M307627</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;Try below changes in num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(yourexpression,'##,#&lt;STRONG&gt;00&lt;/STRONG&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;STRONG&gt;##&lt;/STRONG&gt; in end try with &lt;STRONG&gt;00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881790#M307627</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-09T07:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881791#M307628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi balkumar,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your help its help full for me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881791#M307628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T07:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with num function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881792#M307629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt; Mistake is with the num format you have given try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MTD='Day',num(sum({$&amp;lt;Date={"$(=max(Date))"},[Key Indicaters]={'Total Call Vol @ Call Center'}&amp;gt;} Key_Data),'###,###')&lt;/P&gt;&lt;P&gt;,num(sum({$&amp;lt;Date={"$'(v_Previous_Date_2)'"},[Key Indicaters]={'Total Call Vol @ Call Center'}&amp;gt;} Key_Data),'###,###')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format: Num(expression,'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;###,###&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-num-function/m-p/881792#M307629</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-09T07:28:42Z</dc:date>
    </item>
  </channel>
</rss>

