<?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: Num format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9603#M610303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(YOUR_COLUMN,if(match(NB,'3'),'FORMAT1',if(match(NB,'2'),'FORMAT2','FORMAT3'))) as ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 13:26:23 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-02-12T13:26:23Z</dc:date>
    <item>
      <title>Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9595#M610295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;HELLO&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;I need to use the num function to format a number, but the number of digits &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 18pt;"&gt;after the comma is dynamic according to a column&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9595#M610295</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-02-12T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9596#M610296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean? Would you be able to show an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9596#M610296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T12:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9597#M610297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share some sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9597#M610297</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2018-02-12T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9598#M610298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193121_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9598#M610298</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-02-12T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9599#M610299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;try this:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(NB=3, num(...,'FORMAT1'), if(NB=2, num(...,'&lt;SPAN style="font-size: 13.3333px;"&gt;FORMAT2&lt;/SPAN&gt;'), num(...,'&lt;SPAN style="font-size: 13.3333px;"&gt;FORMAT3&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9599#M610299</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-12T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9600#M610300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello youssef , i need to test this format in load script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9600#M610300</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-02-12T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9601#M610301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do it like this on the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9601#M610301</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-12T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9602#M610302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry this method didn't works for me on the script, as soon as I found a solution I'll let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9602#M610302</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-12T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9603#M610303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(YOUR_COLUMN,if(match(NB,'3'),'FORMAT1',if(match(NB,'2'),'FORMAT2','FORMAT3'))) as ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9603#M610303</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-12T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9604#M610304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about something like this? &lt;/P&gt;&lt;P&gt;The results might depend on what type of chart you're plannig to use the expression, works for me in a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num([CH] ,'#.##0,' &amp;amp; Repeat('0', [NB]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9604#M610304</guid>
      <dc:creator>niccolo_chiodar</dc:creator>
      <dc:date>2018-02-12T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Num format</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format/m-p/9605#M610305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you also want to round the number to the specified decimal places or just format (i.e. keep the underlying value unchanged)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 21:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format/m-p/9605#M610305</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-02-12T21:12:05Z</dc:date>
    </item>
  </channel>
</rss>

