<?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: How to change the number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402659#M425003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the DecimalSep, but still I am getting value as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;590.988.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I tried to use the '&lt;STRONG&gt;num'&lt;/STRONG&gt; function, but not getting proper output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2017 09:12:01 GMT</pubDate>
    <dc:creator>abc_18</dc:creator>
    <dc:date>2017-12-14T09:12:01Z</dc:date>
    <item>
      <title>How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402656#M425000</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;In my dashboard, I have a expression where data is coming as 590.988, I want to replace the decimal with comma separator like 590,988&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 07:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402656#M425000</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-12-14T07:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402657#M425001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(Value,',','.');&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SET DecimalSep=','; // . instead of .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 07:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402657#M425001</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-12-14T07:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402658#M425002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212455"&gt;Get comma separated values of a field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 07:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402658#M425002</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-12-14T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402659#M425003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the DecimalSep, but still I am getting value as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;590.988.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I tried to use the '&lt;STRONG&gt;num'&lt;/STRONG&gt; function, but not getting proper output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 09:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402659#M425003</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-12-14T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402660#M425004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said, You have expression. What expression you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 09:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402660#M425004</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-14T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402661#M425005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(%CurrencyDesc = 'D&amp;amp;C Currency',sum($(curr_year)sales_sm_fxa)/vPer,sum($(curr_year)[sales_$(vCurrency_Fxx)])/vPer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am trying to change the format using 'num' function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 09:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402661#M425005</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2017-12-14T09:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402662#M425006</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;if(%CurrencyDesc = 'D&amp;amp;C Currency',&lt;SPAN style="color: #ff0000;"&gt;Num(&lt;/SPAN&gt;sum($(curr_year)sales_sm_fxa)/vPer&lt;SPAN style="color: #ff0000;"&gt;, ''#,##,##0')&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Num(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;sum($(curr_year)[sales_$(vCurrency_Fxx)])/vPer&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;, ''#,##,##0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 10:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402662#M425006</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-14T10:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402663#M425007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shikha , I guess your currency format is in Euro and assuming this is something that was changed in the main tab. Check SET money format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 10:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402663#M425007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-14T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402664#M425008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your data field its comma? or after calculation its showing like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 11:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402664#M425008</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-12-14T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402665#M425009</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;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;(590.988,'#,###',',','.') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;IMG alt="NUMCOM.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187019_NUMCOM.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 15:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format/m-p/1402665#M425009</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-12-14T15:57:51Z</dc:date>
    </item>
  </channel>
</rss>

