<?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: Maintain Number Format of Excel Import in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863911#M302368</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FindOneOF()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(findOneOf(FieldName,'%')&amp;gt;0,num(fieldName,'#,#0.0%'),num(fieldName,'£#,###,#00'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 11:21:33 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-06-10T11:21:33Z</dc:date>
    <item>
      <title>Maintain Number Format of Excel Import</title>
      <link>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863909#M302366</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;&lt;/P&gt;&lt;P&gt;I am importing an Excel table into Qlikview, as per the below extract;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Area&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Value&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£1,234,766&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£2.367,720&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.1%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DEF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Value&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£3,331,755&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£2,776,637&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DEF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.9%&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4.8%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the front end of my report, I am creating a pivot table out of this data and need all of the figures to maintain the same format as they have in the source file - so there should be a mixture of £ values and % values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't see if there's a way of having multiple number formats per expression (in my case, an expression would be sum(Jan), sum(Feb) etc., with Area, Measure and Year as the dimensions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of doing this at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 11:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863909#M302366</guid>
      <dc:creator>danielle_v</dc:creator>
      <dc:date>2015-06-10T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain Number Format of Excel Import</title>
      <link>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863910#M302367</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;You can use NUM() function with condition to specify desired no format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 11:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863910#M302367</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-06-10T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain Number Format of Excel Import</title>
      <link>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863911#M302368</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FindOneOF()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(findOneOf(FieldName,'%')&amp;gt;0,num(fieldName,'#,#0.0%'),num(fieldName,'£#,###,#00'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 11:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863911#M302368</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-10T11:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain Number Format of Excel Import</title>
      <link>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863912#M302369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil - I added an if statement into my expression and used the NUM function within this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 12:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maintain-Number-Format-of-Excel-Import/m-p/863912#M302369</guid>
      <dc:creator>danielle_v</dc:creator>
      <dc:date>2015-06-10T12:48:29Z</dc:date>
    </item>
  </channel>
</rss>

