<?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: Separator for custom expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200750#M386707</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;=NUM(count( { &amp;lt; Year={$(=varCurrYear)} , type= {'A','B'}&amp;gt; } type ),'#,###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark this helpful/correct answer as applicable please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 13:55:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-17T13:55:57Z</dc:date>
    <item>
      <title>Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200748#M386705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using the following expression in a text object to display the value. I want to separate as millions thousands hundreds (basically thousand separator) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(count( { &amp;lt; Year={$(=varCurrYear)} , type= {'A','B'}&amp;gt; } type ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200748#M386705</guid>
      <dc:creator />
      <dc:date>2016-10-17T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200749#M386706</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Num(Count({&amp;lt;Year = {$(=varCurrYear)}, type= {'A','B'}&amp;gt;} type), '#,##0.0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200749#M386706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200750#M386707</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;=NUM(count( { &amp;lt; Year={$(=varCurrYear)} , type= {'A','B'}&amp;gt; } type ),'#,###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark this helpful/correct answer as applicable please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200750#M386707</guid>
      <dc:creator />
      <dc:date>2016-10-17T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200751#M386708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. I forgot to add something in my actual thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the result is 200743 it should be displayed as 2 00 743&lt;/P&gt;&lt;P&gt;If the result is 123456.87 it should be displayed as 1 23 456,87&lt;/P&gt;&lt;P&gt;If the result is 98765432109.03 &lt;SPAN style="font-size: 13.3333px;"&gt;it should be displayed as 98 76 54 32 109,03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise an expression for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 07:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200751#M386708</guid>
      <dc:creator />
      <dc:date>2016-10-18T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200752#M386709</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;STRONG&gt;=Num('98765432109.03',&lt;SPAN style="color: #ff0000;"&gt; '## ## ## ## ##0,00', ',', ' '&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this for your expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Count({&amp;lt;Year = {$(=varCurrYear)}, type= {'A','B'}&amp;gt;} type), &lt;SPAN style="color: #ff0000;"&gt;'## ## ## ## ##0,00', ',', ' '&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 09:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200752#M386709</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200753#M386710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting error in expression &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; How to search on this topic ? I want different separator for different text objects in my dashboard. Please help me with a link that provides all these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200753#M386710</guid>
      <dc:creator />
      <dc:date>2016-10-18T10:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200754#M386711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error you are getting? Have you tried the hard-coded expression in a text box object?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140977_Capture.PNG" style="height: 199px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200754#M386711</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for custom expression</title>
      <link>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200755#M386712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ! I missed the comma next to the number &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separator-for-custom-expression/m-p/1200755#M386712</guid>
      <dc:creator />
      <dc:date>2016-10-18T10:06:18Z</dc:date>
    </item>
  </channel>
</rss>

